Home
last modified time | relevance | path

Searched defs:angle (Results 126 – 147 of 147) sorted by relevance

123456

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp259 … ParseJsRotate(const JSRef<JSVal>& jsValue, NG::RotateOptions& rotate, std::optional<float>& angle) in ParseJsRotate()
612 std::optional<float> angle; in ParseChainedRotateTransition() local
1792 std::optional<float> angle; in JsRotate() local
1909 std::optional<float> angle; in ParseJsTransition() local
9528 … const std::string& key, const std::unique_ptr<JsonValue>& jsonValue, std::optional<float>& angle) in GetAngle()
9539 int32_t key, const JSRef<JSVal>& jsValue, std::optional<float>& angle) in GetJsAngle()
9554 int32_t key, const JSRef<JSObject>& jsObj, std::optional<float>& angle, float defaultValue) in GetJsAngleWithDefault()
9569 inline void JSViewAbstract::CheckAngle(std::optional<float>& angle) in CheckAngle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.cpp273 void CanvasTaskPool::Rotate(double angle) in Rotate()
H A Drosen_render_custom_paint.cpp2253 void RosenRenderCustomPaint::Rotate(double angle)
H A Drosen_render_offscreen_canvas.cpp1948 void RosenRenderOffscreenCanvas::Rotate(double angle) in Rotate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp1616 int angle = RSUniRenderUtil::GetRotationFromMatrix(canvas.GetTotalMatrix()); in DrawWatermarkIfNeed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_pattern.cpp932 void CanvasPattern::Rotate(double angle) in Rotate()
H A Dcanvas_paint_op.h319 double angle; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.cpp639 void FfiOHOSAceFrameworkRenderingContextRotate(int64_t contextId, double angle) in FfiOHOSAceFrameworkRenderingContextRotate()
H A Dcj_view_abstract_ffi.cpp1201 double* angle = linearGradientParam.angle; in NewCjLinearGradient() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp381 ArkUI_Float32 CheckAngle(const ArkUI_Float32 angle) in CheckAngle()
2238 auto angle = values[NUM_6]; in SetRotate() local
2266 auto angle = values[NUM_3]; in SetRotateWithoutTransformCenter() local
4187 ArkUI_Float32 angle, const ArkUIAnimationOptionType* animationOption) in SetRotateTransition()
4256 auto angle = rotateEffect->GetEffect().angle; in GetRotateTransition() local
5421 auto angle = gradient.GetLinearGradient()->angle; in GetLinearGradient() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp1293 double angle = 0.0; in JsRotate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h378 std::optional<AnimatableDimension> angle; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp791 int RSUniRenderUtil::TransferToAntiClockwiseDegrees(int angle) in TransferToAntiClockwiseDegrees()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1351 float angle = FloatOf(args[ArgsIndex::IDX_0]); in Rotate() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_type.h2078 float angle; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp778 double angle = GetJsDoubleVal(runtime, argv[0]); in JsRotate() local
H A Djsi_canvas_bridge.cpp971 double angle = GetJsDoubleVal(runtime, argv[0]); in JsRotate() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp2651 double angle = 0; in RotateSync() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp3123 double angle = 0; in RotateSync() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h528 ArkUI_Float32 angle; member
581 ArkUI_Float32 angle; member
1073 ArkUI_Float32 angle; member
1439 ArkUI_Float32 angle; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js15383 constructor(angle, direction, colors, repeating) { argument
23152 startAngle(angle) { argument
23156 endAngle(angle) { argument
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp9080 float angle = 0.0f; in SetRotateTransition() local

123456