Searched defs:GetPoints (Results 1 – 9 of 9) sorted by relevance
50 const std::vector<Point>& GetPoints() const { return m_Points; } in GetPoints() function51 std::vector<Point>& GetPoints() { return m_Points; } in GetPoints() function
15 const std::vector<CFX_Path::Point>& CPDF_Path::GetPoints() const { in GetPoints() function in CPDF_Path
78 const std::vector<float>& PointCloud::GetPoints() const { return points_; } in GetPoints() function in dynamic_depth::PointCloud
201 TEST(CubicBezierTest, GetPoints) { in TEST() argument
63 StatusOr<std::vector<Point>> GetPoints(const CollectedMetrics& metrics, in GetPoints() function
535 void GetPoints(float p[4]) const { in GetPoints() function588 void GetPoints(pdfium::span<CFX_Path::Point> path_points) const { in GetPoints() function
389 …DOMAIN_POINT* GetPoints() {return CHWTessellator::GetPoints();} // Get CHLSLTessellator owned poin… in GetPoints() function in CHLSLTessellator
1609 DOMAIN_POINT* CHWTessellator::GetPoints() in GetPoints() function in CHWTessellator
423 func (x *TimeSeries) GetPoints() []*Point { func