Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp540 CFX_PathData TransformedPath(*pPathData); in FindPSFontGlyph() local
542 TransformedPath.Transform(matrix); in FindPSFontGlyph()
547 for (size_t p = 0; p < TransformedPath.GetPoints().size(); p++) { in FindPSFontGlyph()
548 CFX_PointF point = TransformedPath.GetPoint(p); in FindPSFontGlyph()
549 switch (TransformedPath.GetType(p)) { in FindPSFontGlyph()
559 CFX_PointF point1 = TransformedPath.GetPoint(p + 1); in FindPSFontGlyph()
560 CFX_PointF point2 = TransformedPath.GetPoint(p + 2); in FindPSFontGlyph()
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp1071 CFX_PathData TransformedPath(*pPath); in DrawTextPath() local
1072 TransformedPath.Transform(matrix); in DrawTextPath()
1078 if (!DrawPathWithBlend(&TransformedPath, pUser2Device, pGraphState, in DrawTextPath()
1085 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()