/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/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_path.cpp | 76 bool anticlockwise = false; in JsPath2DArc() local 146 bool anticlockwise = false; in JsPath2DEllipse() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | paint_state.h | 49 bool anticlockwise = false; // is draw clock wise or not member 68 bool anticlockwise = false; // is draw clock wise or not member
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_canvas_ffi.cpp | 80 ArcParam GetArcParam(double x, double y, double radius, double startAngle, double endAngle, bool anticlockwise) in GetArcParam() argument 103 GetEllipseParam(double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double endAngle, bool anticlockwise) GetEllipseParam() argument 567 FfiOHOSAceFrameworkRenderingContextArc( int64_t contextId, double x, double y, double radius, double startAngle, double endAngle, bool anticlockwise) FfiOHOSAceFrameworkRenderingContextArc() argument 591 FfiOHOSAceFrameworkRenderingContextEllipse(int64_t contextId, double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double endAngle, bool anticlockwise) FfiOHOSAceFrameworkRenderingContextEllipse() argument 893 FfiOHOSAceFrameworkCanvasPathArc(int64_t selfId, ArcParams params, bool anticlockwise) FfiOHOSAceFrameworkCanvasPathArc() argument 951 FfiOHOSAceFrameworkCanvasPathEllipse(int64_t selfId, EllipseParams params, bool anticlockwise) FfiOHOSAceFrameworkCanvasPathEllipse() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_offscreen_canvas_bridge.cpp | 1123 bool anticlockwise = false; in JsPath2DArc() local 1130 GetJsDoubleVal(runtime, argv[4]), anticlockwise); in JsPath2DArc() local 1234 bool anticlockwise = false; in JsPath2DEllipse() local 1242 GetJsDoubleVal(runtime, argv[6]), anticlockwise); JsPath2DEllipse() local [all...] |
H A D | jsi_canvas_bridge.cpp | 1322 bool anticlockwise = false; in JsPath2DArc() local 1329 GetJsDoubleVal(runtime, argv[4]), anticlockwise); in JsPath2DArc() local 1433 bool anticlockwise = false; in JsPath2DEllipse() local 1441 GetJsDoubleVal(runtime, argv[6]), anticlockwise); JsPath2DEllipse() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 1686 bool anticlockwise = NearZero(args.para8) ? false : true; in Path2DEllipse() local
|
H A D | rosen_render_offscreen_canvas.cpp | 1688 bool anticlockwise = NearZero(args.para8) ? false : true; in Path2DEllipse() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 1083 bool anticlockwise = NearZero(args.para8) ? false : true; in Path2DEllipse() local
|