HomeSort by relevance Sort by last modified time
    Searched refs:GetPoint (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_path.cpp 23 CFX_PointF CPDF_Path::GetPoint(int index) const {
24 return m_Ref.GetObject()->GetPoint(index);
cpdf_path.h 30 CFX_PointF GetPoint(int index) const;
cpdf_clippath.cpp 83 CFX_PointF point0 = old_path.GetPoint(0);
84 CFX_PointF point2 = old_path.GetPoint(2);
cpdf_contentparser.cpp 192 CFX_PointF point0 = ClipPath.GetPoint(0);
193 CFX_PointF point2 = ClipPath.GetPoint(2);
  /external/pdfium/core/fxge/
cfx_pathdata.h 45 CFX_PointF GetPoint(int index) const { return m_Points[index].m_Point; }
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 178 CFX_PointF pos = pPathData->GetPoint(i);
193 CFX_PointF pos1 = pPathData->GetPoint(i + 1);
194 CFX_PointF pos2 = pPathData->GetPoint(i + 2);
615 CFX_PointF point = TransformedPath.GetPoint(p);
626 CFX_PointF point1 = TransformedPath.GetPoint(p + 1);
627 CFX_PointF point2 = TransformedPath.GetPoint(p + 2);
fx_win32_device.cpp     [all...]
  /external/pdfium/third_party/lcms/src/
cmssm.c 323 cmsGDBPoint* GetPoint(cmsGDB* gbd, const cmsCIELab* Lab, cmsSpherical* sp)
366 ptr = GetPoint(gbd, Lab, &sp);
397 ptr = GetPoint(gbd, Lab, &sp);

Completed in 285 milliseconds