Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_page_transition.cpp118 double scaleZ = 1.0; in Scale() local
H A Djs_view_abstract.cpp166 void ParseJsScale(const JSRef<JSVal>& jsValue, float& scaleX, float& scaleY, float& scaleZ, in ParseJsScale() argument
1630 auto scaleZ = 1.0f; in JsScale() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_transition_effect.cpp108 float scaleZ = 0.0; in Unmarshalling() local
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h152 void AddScaleAnimation(float scaleX, float scaleY, float scaleZ, const Dimension& centerX, const Dimension& centerY) in AddScaleAnimation() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.h54 float scaleZ = 1.0f; member
/foundation/arkui/ace_engine/interfaces/napi/kits/componentutils/
H A Djs_component_utils.cpp71 napi_value scaleZ = nullptr; in JSGetRectangleById() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp591 float scaleZ = GetData<float>(); in RSRenderTransitionEffectFuzzerTest() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h169 float scaleZ; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp599 void ParseJsScale(const Framework::JSRef<Framework::JSVal>& jsValue, float& scaleX, float& scaleY, float& scaleZ, in ParseJsScale() argument
3271 auto scaleZ = 1.0f; in SetScale() local

Completed in 40 milliseconds