Searched refs:glphy_matrix (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 911 CFX_AffineMatrix glphy_matrix; in DrawDeviceText() local 913 glphy_matrix.Concat(-1, 0, 0, -1, 0, 0); in DrawDeviceText() 916 glphy_matrix.Concat(char_pos->m_AdjustMatrix[0], in DrawDeviceText() 921 …ret = CG_DrawGlypRun(1, char_pos, pFont, pCache, &glphy_matrix, pObject2Device, font_size, color, … in DrawDeviceText()
|