Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp597 CFX_PathData TransformedPath(*pPathData); in FindPSFontGlyph() local
599 TransformedPath.Transform(&matrix); in FindPSFontGlyph()
604 for (size_t p = 0; p < TransformedPath.GetPoints().size(); p++) { in FindPSFontGlyph()
605 CFX_PointF point = TransformedPath.GetPoint(p); in FindPSFontGlyph()
606 switch (TransformedPath.GetType(p)) { in FindPSFontGlyph()
616 CFX_PointF point1 = TransformedPath.GetPoint(p + 1); in FindPSFontGlyph()
617 CFX_PointF point2 = TransformedPath.GetPoint(p + 2); in FindPSFontGlyph()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp1095 CFX_PathData TransformedPath(*pPath); in DrawTextPath() local
1096 TransformedPath.Transform(&matrix); in DrawTextPath()
1102 if (!DrawPathWithBlend(&TransformedPath, pUser2Device, pGraphState, in DrawTextPath()
1109 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()