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

  /external/pdfium/core/fpdfapi/page/
cpdf_path.cpp 15 const std::vector<FX_PATHPOINT>& CPDF_Path::GetPoints() const {
16 return m_Ref.GetObject()->GetPoints();
  /external/pdfium/core/fxge/
cfx_pathdata.h 46 const std::vector<FX_PATHPOINT>& GetPoints() const { return m_Points; }
47 std::vector<FX_PATHPOINT>& GetPoints() { return m_Points; }
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 580 void GetPoints(float p[4]) {
644 void GetPoints(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) {
647 x.GetPoints(p);
651 y.GetPoints(p);
770 std::vector<FX_PATHPOINT>& pPoints = path.GetPoints();
771 C1.GetPoints(pPoints, 0);
772 D2.GetPoints(pPoints, 3);
    [all...]

Completed in 70 milliseconds