Home
last modified time | relevance | path

Searched refs:char2device (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp873 CFX_Matrix char2device; in DrawNormalText() local
876 char2device = *pText2Device; in DrawNormalText()
880 char2device.Scale(font_size, -font_size); in DrawNormalText()
881 if (FXSYS_fabs(char2device.a) + FXSYS_fabs(char2device.b) > 50 * 1.0f || in DrawNormalText()
921 CFX_Matrix deviceCtm = char2device; in DrawNormalText()