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 64 FX_PATHPOINT* GetPoints()
  /external/pdfium/core/include/fxge/
fx_ge.h 183 FX_PATHPOINT* GetPoints() const
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 478 void GetPoints(float p[4])
531 void GetPoints(FX_PATHPOINT* pPoints)
535 x.GetPoints(p);
539 y.GetPoints(p);
620 FX_PATHPOINT* pPoints = path.GetPoints();
621 C1.GetPoints(pPoints);
622 D2.GetPoints(pPoints + 3);
715 FX_PATHPOINT* pPoints = patch.path.GetPoints();
    [all...]

Completed in 84 milliseconds