Home | History | Annotate | Download | only in ge

Lines Matching full:char2device

183     CFX_AffineMatrix char2device, deviceCtm, text2Device;

185 char2device = *pText2Device;
188 char2device.Scale(font_size, -font_size);
189 if (FXSYS_fabs(char2device.a) + FXSYS_fabs(char2device.b) > 50 * 1.0f ||
232 deviceCtm = char2device;