Searched refs:TransformedPath (Results 1 – 2 of 2) sorted by relevance
540 CFX_PathData TransformedPath(*pPathData); in FindPSFontGlyph() local542 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()
1071 CFX_PathData TransformedPath(*pPath); in DrawTextPath() local1072 TransformedPath.Transform(matrix); in DrawTextPath()1078 if (!DrawPathWithBlend(&TransformedPath, pUser2Device, pGraphState, in DrawTextPath()1085 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()