Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp892 CFX_Matrix char2device; in DrawNormalText() local
895 char2device = *pText2Device; in DrawNormalText()
899 char2device.Scale(font_size, -font_size); in DrawNormalText()
900 if (fabs(char2device.a) + fabs(char2device.b) > 50 * 1.0f || in DrawNormalText()
940 CFX_Matrix deviceCtm = char2device; in DrawNormalText()