/ohos5.0/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() 88 float startAngle, float endAngle, bool isClockwise) in Init()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_circle_progress.cpp | 43 void UICircleProgress::SetEndAngle(int16_t endAngle) in SetEndAngle() 89 int16_t endAngle; in DrawCommonCircle() local
|
H A D | ui_arc_scroll_bar.cpp | 78 int16_t endAngle; in DrawForeground() local
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_arc_label_unit_test.cpp | 177 const int16_t endAngle = 10; variable
|
H A D | ui_circle_progress_unit_test.cpp | 135 const int16_t endAngle = 90; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_path.cpp | 61 void NativeCanvasPath::Arc(double x, double y, double radius, double startAngle, double endAngle, b… in Arc() 82 double endAngle, bool anticlockwise) in Ellipse()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-gauge.md | 82 ### endAngle subsection
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-gauge.md | 82 ### endAngle subsection
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | shader_effect_test.cpp | 292 scalar endAngle = 0.5f; variable 312 scalar endAngle = 10.5f; variable 611 scalar endAngle = 55.7f; variable 631 scalar endAngle = 4.65f; variable
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | gradient_property.cpp | 107 auto endAngle = sweepGradient_->endAngle; in SweepGradientToJson() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | gauge_model_impl.cpp | 58 void GaugeModelImpl::SetEndAngle(float endAngle) in SetEndAngle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
H A D | render_triangle.cpp | 37 double endAngle = PI + PI / 2.0; in Calculate() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_canvas_ffi.h | 56 double endAngle; member 90 double endAngle; member
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | gauge_composed_element.cpp | 99 …auto endAngle = renderProgress->GetProgressComponent()->GetTrack()->GetTrackInfo()->GetSweepDegree… in GetEndAngle() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_shader_effect_test.cpp | 174 scalar endAngle = 60.0f; variable
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/arc/ |
H A D | arc_tdd_test.cpp | 708 int16_t endAngle = -330; in ComponentProgressStyleSetTest010() local 796 uint8_t endAngle = 60; in ComponentProgressStyleSetTest011() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_modifier.cpp | 98 float endAngle = paintProperty->GetEndAngleValue(DEFAULT_END_DEGREE); in InitProperty() local 207 float endAngle = DEFAULT_END_DEGREE; in PaintCircularAndIndicator() local 711 float endAngle = DEFAULT_END_DEGREE; in CalculateStartAndSweepDegree() local 939 auto endAngle = startAngle + sweepAngle; in GetDrawPath() local
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | shader_effect.cpp | 86 …const std::vector<scalar>& pos, TileMode mode, scalar startAngle, scalar endAngle, const Matrix *m… in ShaderEffect() 168 scalar endAngle, const Matrix *matrix) in CreateSweepGradient()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/ |
H A D | gfx_engine_manager.h | 65 int16_t endAngle; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.cpp | 373 void CanvasPath2D::Arc(double x, double y, double radius, double startAngle, double endAngle, doubl… in Arc() 419 …y, double radiusX, double radiusY, double rotation, double startAngle, double endAngle, double ccw) in Ellipse()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 92 float endAngle; member 136 float endAngle; member
|