Searched refs:anchorX (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_component.h | 92 void SetAnchorX(const Dimension& anchorX) in SetAnchorX() argument 94 positionParam_.anchor.first = anchorX; in SetAnchorX()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_zoom_gesture.cpp | 706 int32_t anchorX = item.GetDisplayX(); in OnTripleTaps() local 708 HILOG_DEBUG("anchorX:%{private}d, anchorY:%{private}d.", anchorX, anchorY); in OnTripleTaps() 709 OnZoom(anchorX, anchorY); in OnTripleTaps() 767 void AccessibilityZoomGesture::OnZoom(int32_t anchorX, int32_t anchorY) in OnZoom() argument 776 anchorPointX_ = static_cast<float>(anchorX); in OnZoom()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 701 float anchorX = 0.f; in Unmarshalling() local 705 success = success && Unmarshalling(parcel, anchorX); in Unmarshalling() 707 Vector2f anchor(anchorX, anchorY); in Unmarshalling()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 2952 auto anchorX = ConvertToPx(anchor.GetX(), ScaleProperty::CreateScaleProperty(), anchorWidthReference); in AdjustPaintRect() local 2963 rect.SetLeft(resultX.ConvertToPx() - anchorX.value_or(0)); in AdjustPaintRect() 2972 rect.SetLeft(rectOffset.GetX() - anchorX.value_or(0)); in AdjustPaintRect() 2985 rect.SetLeft(rect.GetX() + offsetX.value_or(0) - anchorX.value_or(0)); in AdjustPaintRect() 2993 rect.SetLeft(rect.GetX() + rectOffset.GetX() - anchorX.value_or(0)); in AdjustPaintRect() 2998 rect.SetLeft(rect.GetX() - anchorX.value_or(0)); in AdjustPaintRect() 5536 DumpLog::GetInstance().AddDesc(std::string("anchorX :") 6628 children->Put("anchorX", anchor->GetX().ToString().c_str());
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 2603 void SetMotionBlur(ArkUINodeHandle node, ArkUI_Float32 radius, ArkUI_Float32 anchorX, ArkUI_Float32 anchorY) in SetMotionBlur() argument 2609 motionBlurOption.anchor.x = anchorX; in SetMotionBlur()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 157 ArkUINodeHandle node, ArkUI_Float32 radius, ArkUI_Float32 anchorX, ArkUI_Float32 anchorY);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1660 void (*setMotionBlur)(ArkUINodeHandle node, ArkUI_Float32 radius, ArkUI_Float32 anchorX, ArkUI_Float32 anchorY);
|
Completed in 62 milliseconds