Searched refs:TransformedPath (Results 1 – 2 of 2) sorted by relevance
607 CFX_PathData TransformedPath(*pPathData); in FindPSFontGlyph() local609 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()
1114 CFX_PathData TransformedPath(*pPath); in DrawTextPath() local1115 TransformedPath.Transform(&matrix); in DrawTextPath()1121 if (!DrawPathWithBlend(&TransformedPath, pUser2Device, pGraphState, in DrawTextPath()1128 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()