/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_arc_label_unit_test.cpp | 177 const int16_t endAngle = 10; in HWTEST_F() local
|
H A D | ui_circle_progress_unit_test.cpp | 135 const int16_t endAngle = 90; in HWTEST_F() local
|
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_arc.cpp | 66 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 D | gauge_model_impl.cpp | 57 void GaugeModelImpl::SetEndAngle(float endAngle) in SetEndAngle() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | gauge_composed_element.cpp | 96 auto endAngle = renderProgress->GetProgressComponent()->GetTrack()->GetTrackInfo()->GetSweepDegree(); in GetEndAngle() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | gradient_property.cpp | 107 auto endAngle = sweepGradient_->endAngle; in SweepGradientToJson() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_circle_progress.cpp | 43 void UICircleProgress::SetEndAngle(int16_t endAngle) in SetEndAngle() argument 89 int16_t endAngle; in DrawCommonCircle() local
|
H A D | ui_arc_scroll_bar.cpp | 78 int16_t endAngle; in DrawForeground() local
|
/foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
H A D | render_triangle.cpp | 37 double endAngle = PI + PI / 2.0; in Calculate() local
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | clip_utils.cpp | 53 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 D | ui_arc_label.h | 276 void SetArcTextAngle(int16_t startAngle, int16_t endAngle) in SetArcTextAngle() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_shader_effect_test.cpp | 174 scalar endAngle = 60.0f; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | shader_effect_test.cpp | 292 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 D | gauge_model_ng.cpp | 47 void GaugeModelNG::SetEndAngle(float endAngle) in SetEndAngle() argument
|
H A D | gauge_layout_algorithm.cpp | 138 auto endAngle = layoutProperty->GetEndAngleValue(DEFAULT_END_DEGREE); in MeasureLimitValueTextWidth() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_path.cpp | 57 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 D | cj_gauge_ffi.cpp | 93 void FfiOHOSAceFrameworkGaugeSetEndAngle(double endAngle) in FfiOHOSAceFrameworkGaugeSetEndAngle() argument
|
H A D | cj_canvas_ffi.h | 56 double endAngle; member 90 double endAngle; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_path.cpp | 73 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 D | gfx_engine_manager.h | 65 int16_t endAngle; member
|
/foundation/arkui/ui_lite/test/uitest/test_arc_label/ |
H A D | ui_test_arc_label.cpp | 118 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 D | ui_test_circle_progress.cpp | 357 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 D | js_shader_effect.cpp | 302 double endAngle = 0.0; in CreateSweepGradient() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | shader_effect.cpp | 166 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 D | js_gauge.cpp | 134 float endAngle = NG::DEFAULT_END_DEGREE; in SetEndAngle() local
|