HomeSort by relevance Sort by last modified time
    Searched defs:GetPoints (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 66 FX_PATHPOINT* GetPoints()
  /external/pdfium/core/include/fxge/
fx_ge.h 184 FX_PATHPOINT* GetPoints() const
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 479 void GetPoints(float p[4])
532 void GetPoints(FX_PATHPOINT* pPoints)
536 x.GetPoints(p);
540 y.GetPoints(p);
621 FX_PATHPOINT* pPoints = path.GetPoints();
622 C1.GetPoints(pPoints);
623 D2.GetPoints(pPoints + 3);
685 FX_PATHPOINT* pPoints = patch.path.GetPoints();
    [all...]

Completed in 34 milliseconds