Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_path.h50 const std::vector<Point>& GetPoints() const { return m_Points; } in GetPoints() function
51 std::vector<Point>& GetPoints() { return m_Points; } in GetPoints() function
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_path.cpp15 const std::vector<CFX_Path::Point>& CPDF_Path::GetPoints() const { in GetPoints() function in CPDF_Path
/aosp_15_r20/external/dynamic_depth/internal/dynamic_depth/
H A Dpoint_cloud.cc78 const std::vector<float>& PointCloud::GetPoints() const { return points_; } in GetPoints() function in dynamic_depth::PointCloud
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dcubic_bezier_unittest.cc201 TEST(CubicBezierTest, GetPoints) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dcell_reader-inl.cc63 StatusOr<std::vector<Point>> GetPoints(const CollectedMetrics& metrics, in GetPoints() function
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_rendershading.cpp535 void GetPoints(float p[4]) const { in GetPoints() function
588 void GetPoints(pdfium::span<CFX_Path::Point> path_points) const { in GetPoints() function
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp389 …DOMAIN_POINT* GetPoints() {return CHWTessellator::GetPoints();} // Get CHLSLTessellator owned poin… in GetPoints() function in CHLSLTessellator
H A Dtessellator.cpp1609 DOMAIN_POINT* CHWTessellator::GetPoints() in GetPoints() function in CHWTessellator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/metrics/v1/
Dmetrics.pb.go423 func (x *TimeSeries) GetPoints() []*Point { func