Home
last modified time | relevance | path

Searched defs:pivotX (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg.cpp48 …double pivotX = ConvertDimensionToPx(transformOrigin_.first, LengthType::HORIZONTAL, true) / viewB… in UpdateTransformByGlobalOffset() local
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Ddisplay_zoom_controller.h39 int32_t pivotX; member
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Danalog_clock_component.cpp134 int16_t pivotX = GetIntegerProperty(child, clockHandPivotX); in SetImageHand() local
161 int16_t pivotX = GetIntegerProperty(child, clockHandPivotX); in SetRectHand() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java112 public void setPivotX(float pivotX) { in setPivotX()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_display_manager.cpp138 float scaleX, float scaleY, float pivotX, float pivotY) in SetDisplayScale()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_display_manager.cpp141 float scaleX, float scaleY, float pivotX, float pivotY) in SetDisplayScale()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_scale_demo.cpp110 float pivotX = 0.5f; // centerX: 0.5 in Run() local
/aosp12/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { in RotateAnimation()
H A DScaleAnimation.java172 float pivotX, float pivotY) { in ScaleAnimation()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRenderNode_Delegate.java176 float pivotX = renderNode.getPivotX(); in getMatrix() local
249 /*package*/ static boolean nSetPivotX(long renderNode, float pivotX) { in nSetPivotX()
/aosp12/frameworks/base/libs/hwui/
H A DVectorDrawable.h388 float pivotX = 0; member
402 void setPivotX(float pivotX) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(pivotX, pivotX); } in setPivotX()
417 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties()
436 pivotX, enumerator
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java219 public void setPivotX(float pivotX) { in setPivotX()
H A DVectorDrawable.java1412 float pivotX = a.getFloat(R.styleable.VectorDrawableGroup_pivotX, in updateStateFromTypedArray() local
1538 public void setPivotX(float pivotX) { in setPivotX()
2335 private static native void nUpdateGroupProperties(long groupPtr, float rotate, float pivotX, in nUpdateGroupProperties()
2355 private static native void nSetPivotX(long groupPtr, float pivotX); in nSetPivotX()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_pattern.cpp122 void ScreenPattern::UpdateRenderPivot(float pivotX, float pivotY) in UpdateRenderPivot()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1936 float pivotX; in animateExpansion() local
2042 float pivotX; in animateCollapse() local
2142 float pivotX; in animateSwitchBubbles() local
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp1048 const float pivotX = 0.5f; variable
1067 const float pivotX = 0.5f; variable
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_adapter_test.cpp837 const float pivotX = 0.5f; variable
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_interface.h166 …virtual void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, float pi… in SetDisplayScale()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_utils.h71 double pivotX; member
H A Dwindow_impl.cpp856 int32_t CJWindowImpl::Rotate(double x, double y, double z, double pivotX, double pivotY) in Rotate()
890 int32_t CJWindowImpl::Scale(double x, double y, double pivotX, double pivotY) in Scale()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp92 void ScreenProperty::SetPivotX(float pivotX) in SetPivotX()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java294 static void nUpdateGroupProperties(long groupPtr, float rotate, float pivotX, in nUpdateGroupProperties()
345 static void nSetPivotX(long groupPtr, float pivotX) { in nSetPivotX()
911 private void setPivotX(float pivotX) { in setPivotX()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp174 static void updateGroupProperties(JNIEnv*, jobject, jlong groupPtr, jfloat rotate, jfloat pivotX, in updateGroupProperties()
214 static void setPivotX(JNIEnv*, jobject, jlong groupPtr, jfloat pivotX) { in setPivotX()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H A Drsproperty_fuzzer.cpp101 float pivotX = GetData<float>(); in RSPropertiesFuzzTestInner01() local
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp572 …agerClient::UpdateDisplayScale(ScreenId id, float scaleX, float scaleY, float pivotX, float pivotY, in UpdateDisplayScale()

123