Searched refs:GetPointX (Results 1 – 6 of 6) sorted by relevance
97 FX_FLOAT x = pPathData->GetPointX(i); in OutputPath()115 FX_FLOAT x1 = pPathData->GetPointX(i + 1); in OutputPath()116 FX_FLOAT x2 = pPathData->GetPointX(i + 2); in OutputPath()564 FX_FLOAT x = TransformedPath.GetPointX(p), y = TransformedPath.GetPointY(p); in FindPSFontGlyph()576 << TransformedPath.GetPointX(p + 1) << FX_BSTRC(" ") in FindPSFontGlyph()578 << TransformedPath.GetPointX(p + 2) << FX_BSTRC(" ") in FindPSFontGlyph()
143 CPDF_Rect old_rect(old_path.GetPointX(0), old_path.GetPointY(0), in AppendPath()144 old_path.GetPointX(2), old_path.GetPointY(2)); in AppendPath()
1119 CFX_FloatRect old_rect(ClipPath.GetPointX(0), ClipPath.GetPointY(0), in Continue()1120 ClipPath.GetPointX(2), ClipPath.GetPointY(2)); in Continue()
51 FX_FLOAT GetPointX(int index) in GetPointX() function
171 FX_FLOAT GetPointX(int index) const in GetPointX() function
819 FX_FLOAT x1 = pPathData->GetPointX(0), y1 = pPathData->GetPointY(0); in DrawPath()823 FX_FLOAT x2 = pPathData->GetPointX(1), y2 = pPathData->GetPointY(1); in DrawPath()