Home
last modified time | relevance | path

Searched defs:endAngle (Results 1 - 25 of 48) sorted by relevance

12

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_arc_label_unit_test.cpp177 const int16_t endAngle = 10; in HWTEST_F() local
H A Dui_circle_progress_unit_test.cpp135 const int16_t endAngle = 90; in HWTEST_F() local
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_arc.cpp66 void GeometryArc::Normalize(float startAngle, float endAngle, bool isClockwise) in Normalize() argument
87 Init(float centerX, float centerY, float rx, float ry, float startAngle, float endAngle, bool isClockwise) Init() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.cpp57 void GaugeModelImpl::SetEndAngle(float endAngle) in SetEndAngle() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp96 auto endAngle = renderProgress->GetProgressComponent()->GetTrack()->GetTrackInfo()->GetSweepDegree(); in GetEndAngle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.cpp107 auto endAngle = sweepGradient_->endAngle; in SweepGradientToJson() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_circle_progress.cpp43 void UICircleProgress::SetEndAngle(int16_t endAngle) in SetEndAngle() argument
89 int16_t endAngle; in DrawCommonCircle() local
H A Dui_arc_scroll_bar.cpp78 int16_t endAngle; in DrawForeground() local
/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Drender_triangle.cpp37 double endAngle = PI + PI / 2.0; in Calculate() local
/foundation/arkui/ui_lite/frameworks/draw/
H A Dclip_utils.cpp53 ClipPath& ClipPath::Arc(const PointF& center, float radius, int16_t startAngle, int16_t endAngle) in Arc() argument
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_arc_label.h276 void SetArcTextAngle(int16_t startAngle, int16_t endAngle) in SetArcTextAngle() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_shader_effect_test.cpp174 scalar endAngle = 60.0f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dshader_effect_test.cpp292 scalar endAngle = 0.5f; in HWTEST_F() local
312 scalar endAngle = 10.5f; in HWTEST_F() local
611 scalar endAngle = 55.7f; in HWTEST_F() local
631 scalar endAngle = 4.65f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model_ng.cpp47 void GaugeModelNG::SetEndAngle(float endAngle) in SetEndAngle() argument
H A Dgauge_layout_algorithm.cpp138 auto endAngle = layoutProperty->GetEndAngleValue(DEFAULT_END_DEGREE); in MeasureLimitValueTextWidth() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_path.cpp57 void NativeCanvasPath::Arc(double x, double y, double radius, double startAngle, double endAngle, bool anticlockwise) in Arc() argument
77 Ellipse(double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double endAngle, bool anticlockwise) Ellipse() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gauge_ffi.cpp93 void FfiOHOSAceFrameworkGaugeSetEndAngle(double endAngle) in FfiOHOSAceFrameworkGaugeSetEndAngle() argument
H A Dcj_canvas_ffi.h56 double endAngle; member
90 double endAngle; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_path.cpp73 double endAngle = 0.0; in JsPath2DArc() local
142 double endAngle = 0.0; in JsPath2DEllipse() local
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h65 int16_t endAngle; member
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp118 TestArcLabelDisplay(const char* title, const int16_t startAngle, const int16_t endAngle, const TextOrientation orientation, int16_t x, int16_t y) TestArcLabelDisplay() argument
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp357 static int16_t endAngle = 360; // 360: end angle in OnClick() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shader_effect_napi/
H A Djs_shader_effect.cpp302 double endAngle = 0.0; in CreateSweepGradient() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dshader_effect.cpp166 CreateSweepGradient(const Point& centerPt, const std::vector<ColorQuad>& colors, const std::vector<scalar>& pos, TileMode mode, scalar startAngle, scalar endAngle, const Matrix *matrix) CreateSweepGradient() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gauge.cpp134 float endAngle = NG::DEFAULT_END_DEGREE; in SetEndAngle() local

Completed in 13 milliseconds

12