Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp877 CFX_Matrix char2device = mtText2Device; in DrawNormalText() local
879 char2device.Scale(font_size, -font_size); in DrawNormalText()
880 if (fabs(char2device.a) + fabs(char2device.b) > 50 * 1.0f || in DrawNormalText()
917 CFX_Matrix deviceCtm = char2device; in DrawNormalText()