Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp607 CFX_PathData TransformedPath(*pPathData); in FindPSFontGlyph() local
609 TransformedPath.Transform(&matrix); in FindPSFontGlyph()
614 for (size_t p = 0; p < TransformedPath.GetPoints().size(); p++) { in FindPSFontGlyph()
615 CFX_PointF point = TransformedPath.GetPoint(p); in FindPSFontGlyph()
616 switch (TransformedPath.GetType(p)) { in FindPSFontGlyph()
626 CFX_PointF point1 = TransformedPath.GetPoint(p + 1); in FindPSFontGlyph()
627 CFX_PointF point2 = TransformedPath.GetPoint(p + 2); in FindPSFontGlyph()
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp1114 CFX_PathData TransformedPath(*pPath); in DrawTextPath() local
1115 TransformedPath.Transform(&matrix); in DrawTextPath()
1121 if (!DrawPathWithBlend(&TransformedPath, pUser2Device, pGraphState, in DrawTextPath()
1128 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()