Home
last modified time | relevance | path

Searched defs:GetPoints (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_pathdata.h46 const std::vector<FX_PATHPOINT>& GetPoints() const { return m_Points; } in GetPoints() function
47 std::vector<FX_PATHPOINT>& GetPoints() { return m_Points; } in GetPoints() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_path.cpp15 const std::vector<FX_PATHPOINT>& CPDF_Path::GetPoints() const { in GetPoints() function in CPDF_Path
/external/dynamic_depth/internal/dynamic_depth/
Dpoint_cloud.cc78 const std::vector<float>& PointCloud::GetPoints() const { return points_; } in GetPoints() function in dynamic_depth::PointCloud
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp580 void GetPoints(float p[4]) { in GetPoints() function
644 void GetPoints(std::vector<FX_PATHPOINT>& pPoints, size_t start_idx) { in GetPoints() function