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

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontfile.c176 double *matrix = 0, tempmatrix[4]; local in function:transfer_values_to_alias
196 tempmatrix[0] =
199 tempmatrix[1] =
202 tempmatrix[2] =
205 tempmatrix[3] =
208 tmpVals2.point_matrix[0] = tempmatrix[0];
209 tmpVals2.point_matrix[1] = tempmatrix[1];
210 tmpVals2.point_matrix[2] = tempmatrix[2];
211 tmpVals2.point_matrix[3] = tempmatrix[3];
213 tempmatrix[
[all...]
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontfile.c174 double *matrix = 0, tempmatrix[4]; local in function:transfer_values_to_alias
194 tempmatrix[0] =
197 tempmatrix[1] =
200 tempmatrix[2] =
203 tempmatrix[3] =
206 tmpVals2.point_matrix[0] = tempmatrix[0];
207 tmpVals2.point_matrix[1] = tempmatrix[1];
208 tmpVals2.point_matrix[2] = tempmatrix[2];
209 tmpVals2.point_matrix[3] = tempmatrix[3];
211 tempmatrix[
[all...]

Completed in 5 milliseconds