Home
last modified time | relevance | path

Searched refs:anchorX (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h92 void SetAnchorX(const Dimension& anchorX) in SetAnchorX() argument
94 positionParam_.anchor.first = anchorX; in SetAnchorX()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp706 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 Drs_marshalling_helper.cpp701 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 Drosen_render_context.cpp2952 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 Dnode_common_modifier.cpp2603 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 Dcjui_api.h157 ArkUINodeHandle node, ArkUI_Float32 radius, ArkUI_Float32 anchorX, ArkUI_Float32 anchorY);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1660 void (*setMotionBlur)(ArkUINodeHandle node, ArkUI_Float32 radius, ArkUI_Float32 anchorX, ArkUI_Float32 anchorY);

Completed in 62 milliseconds