Searched refs:GetPoint (Results 1 – 9 of 9) sorted by relevance
23 CFX_PointF CPDF_Path::GetPoint(int index) const { in GetPoint() function in CPDF_Path24 return m_Ref.GetObject()->GetPoint(index); in GetPoint()
87 CFX_PointF point0 = old_path.GetPoint(0); in AppendPath()88 CFX_PointF point2 = old_path.GetPoint(2); in AppendPath()
30 CFX_PointF GetPoint(int index) const;
207 CFX_PointF point0 = ClipPath.GetPoint(0); in Continue()208 CFX_PointF point2 = ClipPath.GetPoint(2); in Continue()
119 CFX_PointF pos = pPathData->GetPoint(i); in OutputPath()134 CFX_PointF pos1 = pPathData->GetPoint(i + 1); in OutputPath()135 CFX_PointF pos2 = pPathData->GetPoint(i + 2); in OutputPath()605 CFX_PointF point = TransformedPath.GetPoint(p); in FindPSFontGlyph()616 CFX_PointF point1 = TransformedPath.GetPoint(p + 1); in FindPSFontGlyph()617 CFX_PointF point2 = TransformedPath.GetPoint(p + 2); in FindPSFontGlyph()
1047 CFX_PointF pos1 = pPathData->GetPoint(0); in DrawPath()1048 CFX_PointF pos2 = pPathData->GetPoint(1); in DrawPath()
45 CFX_PointF GetPoint(int index) const { return m_Points[index].m_Point; } in GetPoint() function
322 cmsGDBPoint* GetPoint(cmsGDB* gbd, const cmsCIELab* Lab, cmsSpherical* sp) in GetPoint() function365 ptr = GetPoint(gbd, Lab, &sp); in cmsGDBAddPoint()396 ptr = GetPoint(gbd, Lab, &sp); in cmsGDBCheckPoint()
173 LineTo(pSrc->m_Path.GetPoint(0)); in AddPath()