Lines Matching refs:vDist
121 vDist[DIS_HORIZONTAL] = 10; in SmFormat()
122 vDist[DIS_VERTICAL] = 5; in SmFormat()
123 vDist[DIS_ROOT] = 0; in SmFormat()
124 vDist[DIS_SUPERSCRIPT] = in SmFormat()
125 vDist[DIS_SUBSCRIPT] = 20; in SmFormat()
126 vDist[DIS_NUMERATOR] = in SmFormat()
127 vDist[DIS_DENOMINATOR] = 0; in SmFormat()
128 vDist[DIS_FRACTION] = 10; in SmFormat()
129 vDist[DIS_STROKEWIDTH] = 5; in SmFormat()
130 vDist[DIS_UPPERLIMIT] = in SmFormat()
131 vDist[DIS_LOWERLIMIT] = 0; in SmFormat()
132 vDist[DIS_BRACKETSIZE] = in SmFormat()
133 vDist[DIS_BRACKETSPACE] = 5; in SmFormat()
134 vDist[DIS_MATRIXROW] = 3; in SmFormat()
135 vDist[DIS_MATRIXCOL] = 30; in SmFormat()
136 vDist[DIS_ORNAMENTSIZE] = in SmFormat()
137 vDist[DIS_ORNAMENTSPACE] = 0; in SmFormat()
138 vDist[DIS_OPERATORSIZE] = 50; in SmFormat()
139 vDist[DIS_OPERATORSPACE] = 20; in SmFormat()
140 vDist[DIS_LEFTSPACE] = in SmFormat()
141 vDist[DIS_RIGHTSPACE] = 100; in SmFormat()
142 vDist[DIS_TOPSPACE] = in SmFormat()
143 vDist[DIS_BOTTOMSPACE] = in SmFormat()
144 vDist[DIS_NORMALBRACKETSIZE] = 0; in SmFormat()
225 if (vDist[i] != rFormat.vDist[i]) in operator ==()