Searched refs:char2device (Results 1 – 1 of 1) sorted by relevance
223 CFX_Matrix char2device, deviceCtm, text2Device; in DrawNormalText() local225 char2device = *pText2Device; in DrawNormalText()228 char2device.Scale(font_size, -font_size); in DrawNormalText()229 if (FXSYS_fabs(char2device.a) + FXSYS_fabs(char2device.b) > 50 * 1.0f || in DrawNormalText()274 deviceCtm = char2device; in DrawNormalText()