Home
last modified time | relevance | path

Searched refs:GetPoint (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_path.cpp23 CFX_PointF CPDF_Path::GetPoint(int index) const { in GetPoint() function in CPDF_Path
24 return m_Ref.GetObject()->GetPoint(index); in GetPoint()
Dcpdf_clippath.cpp83 CFX_PointF point0 = old_path.GetPoint(0); in AppendPath()
84 CFX_PointF point2 = old_path.GetPoint(2); in AppendPath()
Dcpdf_contentparser.cpp192 CFX_PointF point0 = ClipPath.GetPoint(0); in Continue()
193 CFX_PointF point2 = ClipPath.GetPoint(2); in Continue()
Dcpdf_path.h30 CFX_PointF GetPoint(int index) const;
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp178 CFX_PointF pos = pPathData->GetPoint(i); in OutputPath()
193 CFX_PointF pos1 = pPathData->GetPoint(i + 1); in OutputPath()
194 CFX_PointF pos2 = pPathData->GetPoint(i + 2); in OutputPath()
615 CFX_PointF point = TransformedPath.GetPoint(p); in FindPSFontGlyph()
626 CFX_PointF point1 = TransformedPath.GetPoint(p + 1); in FindPSFontGlyph()
627 CFX_PointF point2 = TransformedPath.GetPoint(p + 2); in FindPSFontGlyph()
Dfx_win32_device.cpp1036 CFX_PointF pos1 = pPathData->GetPoint(0); in DrawPath()
1037 CFX_PointF pos2 = pPathData->GetPoint(1); in DrawPath()
/external/pdfium/core/fxge/
Dcfx_pathdata.h45 CFX_PointF GetPoint(int index) const { return m_Points[index].m_Point; } in GetPoint() function
/external/pdfium/third_party/lcms/src/
Dcmssm.c323 cmsGDBPoint* GetPoint(cmsGDB* gbd, const cmsCIELab* Lab, cmsSpherical* sp) in GetPoint() function
366 ptr = GetPoint(gbd, Lab, &sp); in cmsGDBAddPoint()
397 ptr = GetPoint(gbd, Lab, &sp); in cmsGDBCheckPoint()