Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp774 CGAffineTransform matrix_cg = in CG_DrawGlypRun() local
777 matrix_cg = CGAffineTransformConcat(matrix_cg, _foxitDevice2User); in CG_DrawGlypRun()
778 CGContextSetTextMatrix(_context, matrix_cg); in CG_DrawGlypRun()
788 origin = CGPointApplyAffineTransform(origin, matrix_cg); in CG_DrawGlypRun()