Searched refs:tmpVals2 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontfile.c158 FontScalableRec tmpVals2; local in function:transfer_values_to_alias
160 tmpVals2 = *vals;
194 if (FontFileCompleteXLFD(&tmpVals2, &tmpVals2))
197 matrix[0] * tmpVals2.point_matrix[0] +
198 matrix[1] * tmpVals2.point_matrix[2];
200 matrix[0] * tmpVals2.point_matrix[1] +
201 matrix[1] * tmpVals2.point_matrix[3];
203 matrix[2] * tmpVals2.point_matrix[0] +
204 matrix[3] * tmpVals2
[all...]
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontfile.c156 FontScalableRec tmpVals2; local in function:transfer_values_to_alias
158 tmpVals2 = *vals;
192 if (FontFileCompleteXLFD(&tmpVals2, &tmpVals2))
195 matrix[0] * tmpVals2.point_matrix[0] +
196 matrix[1] * tmpVals2.point_matrix[2];
198 matrix[0] * tmpVals2.point_matrix[1] +
199 matrix[1] * tmpVals2.point_matrix[3];
201 matrix[2] * tmpVals2.point_matrix[0] +
202 matrix[3] * tmpVals2
[all...]

Completed in 5 milliseconds