Home
last modified time | relevance | path

Searched defs:anticlockwise (Results 1 - 9 of 9) sorted by relevance

/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/declarative_frontend/jsview/canvas/
H A Djs_canvas_path.cpp76 bool anticlockwise = false; in JsPath2DArc() local
146 bool anticlockwise = false; in JsPath2DEllipse() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h49 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 Dcj_canvas_ffi.cpp80 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 Djsi_offscreen_canvas_bridge.cpp1123 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 Djsi_canvas_bridge.cpp1322 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 Drosen_render_custom_paint.cpp1686 bool anticlockwise = NearZero(args.para8) ? false : true; in Path2DEllipse() local
H A Drosen_render_offscreen_canvas.cpp1688 bool anticlockwise = NearZero(args.para8) ? false : true; in Path2DEllipse() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp1083 bool anticlockwise = NearZero(args.para8) ? false : true; in Path2DEllipse() local

Completed in 44 milliseconds