/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/dfx/dfx4/ |
H A D | index.js | 38 var points = [ variable
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | polygon_model_impl.cpp | 30 void PolygonModelImpl::SetPoints(const ShapePoints& points) in SetPoints() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_polygon_declaration.h | 24 std::string points; member 37 void SetPoints(const std::string& points) in SetPoints() argument
|
/foundation/arkui/ace_engine/test/mock/core/svg/ |
H A D | mock_rosen_svg_painter.cpp | 30 void RosenSvgPainter::StringToPoints(const char str[], std::vector<Testing::TestingPoint>& points) {} in StringToPoints() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | polygon_painter.cpp | 38 std::vector<RSPoint> points; in DrawPolygon() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | polygon_model_ng.cpp | 39 void PolygonModelNG::SetPoints(const ShapePoints& points) in SetPoints() argument 44 void PolygonModelNG::SetPoints(FrameNode* frameNode, const ShapePoints& points) in SetPoints() argument
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_gesture_path/src/ |
H A D | napi_accessibility_gesture_path.cpp | 40 napi_value points = nullptr; in JSConstructor() local
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_polygon_component.cpp | 62 void SvgPolygonComponent::SetPoints(const std::string& points) in SetPoints() argument
|
H A D | render_svg_polygon.h | 33 void SetPoints(const std::string& points) in SetPoints() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_polyline_ffi.cpp | 43 ShapePoints points; in FfiOHOSAceFrameworkPolylineSetPoints() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_polyline.cpp | 50 ShapePoints points; in JSPoints() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | polygon_modifier.cpp | 39 ShapePoints points; in ResetPolygonPoints() local
|
H A D | polyline_modifier.cpp | 40 ShapePoints points; in ResetPoints() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_text_blob_test.cpp | 144 std::vector<Point> points; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | rosen_render_select_popup.cpp | 93 std::vector<RSPoint> points = { beginPoint, endPoint }; in PaintGradient() local
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_triangle.cpp | 20 Draw(BufferInfo& gfxDstBuffer, const Point* points, uint8_t count, const Rect& mask, const ColorType& color, OpacityType opa) Draw() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | path_test.cpp | 500 std::vector<Point> points; in HWTEST_F() local 518 std::vector<Point> points; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/engine_adapter/ |
H A D | static_factory_test.cpp | 172 std::vector<Point> points; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | path_test.cpp | 513 static const int points[] = { 10, 10, 15, 5, 20, 20, 30, 5, 25, 20, 15, 12, 21, 21, 30, 30, 12, 4, 32, 28, 20, 18, in OnTestPerformance() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | recording_canvas_test.cpp | 97 std::vector<Point> points = {{CANAS_WIDTH, CANAS_WIDTH}, {CANAS_HEIGHT, CANAS_HEIGHT}}; in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | text_blob.cpp | 85 void TextBlob::GetDrawingPointsForTextBlob(const TextBlob* blob, std::vector<Point>& points) in GetDrawingPointsForTextBlob() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | rosen_render_focus_animation.cpp | 95 SkPoint points[2] = { SkPoint::Make(0 - width_ / MULTIPLE_FACTOR, 0.0f), in PaintGlow() local 144 RSPoint points[2] = { RSPoint(0 - width_ / MULTIPLE_FACTOR, 0.0f), RSPoint(width_ / MULTIPLE_FACTOR, 0.0f) }; in PaintGlow() local
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | rosen_render_picker_base.cpp | 159 SkPoint points[2] = { beginPoint, endPoint }; in PaintGradient() local 164 std::vector<RSPoint> points = { beginPoint, endPoint }; in PaintGradient() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | clip_path.cpp | 269 std::vector<std::string> points; in CreatePolygon() local 270 StringUtils::StringSplitter(StringUtils::TrimStr(data), ',', points); in CreatePolygon() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_chart.cpp | 246 auto points = chartDataset.GetData(); in SetChart() local [all...] |