/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_modifier.cpp | 291 Path2DArc(path, center.GetX() + (radius - thickness * PERCENT_HALF) * std::cos(lastRadian), in GetPaintPath() 295 Path2DArc(path, center.GetX() + (radius - thickness * PERCENT_HALF) * std::cos(lastRadian), in GetPaintPath() 299 Path2DArc(path, center.GetX() + (radius - thickness * PERCENT_HALF) * std::cos(startRadian), in GetPaintPath() 306 Path2DArc(path, center.GetX() + (radius - thickness * PERCENT_HALF) * std::cos(startRadian), in GetPaintPath() 315 Path2DArc(path, center.GetX(), center.GetY(), radius, lastAngle, drawAngle, false); in GetPaintPath() 316 Path2DArc(path, center.GetX() + (radius - thickness * PERCENT_HALF) * std::cos(drawRadian), in GetPaintPath() 320 … Path2DArc(path, center.GetX(), center.GetY(), radius - thickness, drawAngle, lastAngle, true); in GetPaintPath() 322 Path2DArc(path, center.GetX(), center.GetY(), radius, lastAngle, HALF_CIRCLE, false); in GetPaintPath() 329 … Path2DArc(endPath, center.GetX() + (radius - thickness * PERCENT_HALF) * std::cos(drawRadian), in GetPaintPath() 332 Path2DArc(endPath, center.GetX(), center.GetY(), radius, drawAngle, HALF_CIRCLE, true); in GetPaintPath() [all …]
|
H A D | data_panel_modifier.h | 195 void Path2DArc(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.h | 169 void Path2DArc(const PathArgs& args);
|
H A D | rosen_render_custom_paint.h | 157 void Path2DArc(const Offset& offset, const PathArgs& args);
|
H A D | rosen_render_offscreen_canvas.cpp | 231 Path2DArc(args); in ParsePath2D() 1580 void RosenRenderOffscreenCanvas::Path2DArc(const PathArgs& args) in Path2DArc() function in OHOS::Ace::RosenRenderOffscreenCanvas 2574 Path2DArc(args); in UpdateTextStyleForeground()
|
H A D | rosen_render_custom_paint.cpp | 1346 Path2DArc(offset, args); in ParsePath2D() 1583 void RosenRenderCustomPaint::Path2DArc(const Offset& offset, const PathArgs& args) in Path2DArc() function in OHOS::Ace::RosenRenderCustomPaint
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.h | 315 void Path2DArc(const PathArgs& args);
|
H A D | custom_paint_paint_method.cpp | 991 Path2DArc(args); in ParsePath2D() 1039 void CustomPaintPaintMethod::Path2DArc(const PathArgs& args) in Path2DArc() function in OHOS::Ace::NG::CustomPaintPaintMethod
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_custom_paint_method_test_ng.cpp | 952 paintMethod->Path2DArc(args); 955 paintMethod->Path2DArc(args); 958 paintMethod->Path2DArc(args);
|