Home
last modified time | relevance | path

Searched defs:points (Results 1 - 25 of 65) sorted by relevance

123

/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/dfx/dfx4/
H A Dindex.js38 var points = [ variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpolygon_model_impl.cpp30 void PolygonModelImpl::SetPoints(const ShapePoints& points) in SetPoints() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_polygon_declaration.h24 std::string points; member
37 void SetPoints(const std::string& points) in SetPoints() argument
/foundation/arkui/ace_engine/test/mock/core/svg/
H A Dmock_rosen_svg_painter.cpp30 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 Dpolygon_painter.cpp38 std::vector<RSPoint> points; in DrawPolygon() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpolygon_model_ng.cpp39 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 Dnapi_accessibility_gesture_path.cpp40 napi_value points = nullptr; in JSConstructor() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_polygon_component.cpp62 void SvgPolygonComponent::SetPoints(const std::string& points) in SetPoints() argument
H A Drender_svg_polygon.h33 void SetPoints(const std::string& points) in SetPoints() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_polyline_ffi.cpp43 ShapePoints points; in FfiOHOSAceFrameworkPolylineSetPoints() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_polyline.cpp50 ShapePoints points; in JSPoints() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpolygon_modifier.cpp39 ShapePoints points; in ResetPolygonPoints() local
H A Dpolyline_modifier.cpp40 ShapePoints points; in ResetPoints() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_text_blob_test.cpp144 std::vector<Point> points; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drosen_render_select_popup.cpp93 std::vector<RSPoint> points = { beginPoint, endPoint }; in PaintGradient() local
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_triangle.cpp20 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 Dpath_test.cpp500 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 Dstatic_factory_test.cpp172 std::vector<Point> points; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp513 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 Drecording_canvas_test.cpp97 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 Dtext_blob.cpp85 void TextBlob::GetDrawingPointsForTextBlob(const TextBlob* blob, std::vector<Point>& points) in GetDrawingPointsForTextBlob() argument
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.cpp95 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 Drosen_render_picker_base.cpp159 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 Dclip_path.cpp269 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 Ddom_chart.cpp246 auto points = chartDataset.GetData(); in SetChart() local
[all...]

Completed in 17 milliseconds

123