Searched refs:points_ (Results 1 - 12 of 12) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 148 points_.Clear(); in Init() 157 points_.Clear(); in Reset() 198 if (count_ >= points_.Size()) { in GenerateVertex() 201 const PointF& point = points_[count_++]; in GenerateVertex() 231 points_.PushBack(PointF(x123, y123)); in Recursive() 241 points_.PushBack(PointF(x123, y123)); in Recursive() 265 points_.PushBack(PointF(x2, y2)); in Recursive() 279 points_.PushBack(PointF(x1, y1)); in Bezier() 281 points_.PushBack(PointF(x3, y3)); in Bezier() 436 points_ in Init() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_polygon.h | 35 points_ = points; in SetPoints() 45 return points_; in GetPoints() 49 std::string points_; member in OHOS::Ace::RenderSvgPolygon
|
H A D | render_svg_polygon.cpp | 34 points_ = polygonComponent->GetPoints(); in Update() 67 PrepareWeightAnimate(svgAnimate, pointsVector_, points_, isBy_); in PrepareSelfAnimation()
|
H A D | rosen_render_svg_polygon.cpp | 29 if (points_.empty()) { in Paint() 70 if (points_.empty()) { in PaintDirectly() 273 if (!CreateSkPath(points_, skPoints)) { in GetPath() 290 if (!CreateRSPath(points_, rsPoints)) { in GetPath()
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 72 points_ = points; in SetPoints() 138 return points_; in GetPoints() 222 std::vector<ShapePoint> points_; member in OHOS::Ace::ShapeComponent
|
H A D | render_shape.h | 92 return points_; in GetPoints() 143 std::vector<ShapePoint> points_; member in OHOS::Ace::RenderShape
|
H A D | render_shape.cpp | 42 points_ = shapeComponent->GetPoints(); in Update()
|
H A D | rosen_render_shape.cpp | 169 for (auto point : points_) { in CreatePolygon() 185 for (auto point : points_) { in CreatePolygon()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 418 return points_; in GetPoints() 423 points_.emplace_back(std::make_pair(x, y)); in PushPoint() 428 return !points_.empty(); in IsValid() 433 return points_ == other.GetPoints(); in operator ==() 437 std::vector<std::pair<Dimension, Dimension>> points_; member in OHOS::Ace::Polygon
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 32 points_.Clear(); in ~UICanvasPath() 87 path_->points_.Tail()->data_ = point; in MoveTo() 90 path_->points_.PushBack(point); in MoveTo() 107 path_->points_.PushBack(point); in LineTo() 152 path_->points_.PushBack({MATH_ROUND(center.x + sinma), MATH_ROUND(center.y - cosma)}); in ArcTo() 163 path_->points_.PushBack({MATH_ROUND(center.x + sinma), MATH_ROUND(center.y - cosma)}); in ArcTo() 241 path_->points_.PushBack(path_->startPos_); in ClosePath() 1328 ListNode<Point>* pointIter = path->points_.Begin(); in DoDrawPath() 1369 if (pointIter != path->points_.Begin()) { in DoDrawPath()
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_curves.h | 136 Graphic::Vector<PointF> points_; member in OHOS::QuadrBezierCurveDividOp 410 Graphic::Vector<PointF> points_; member in OHOS::CubicBezierCurveDividOperate
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_canvas.h | 497 List<Point> points_; member in OHOS::UICanvas::UICanvasPath
|
Completed in 10 milliseconds