Home
last modified time | relevance | path

Searched defs:anchorY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp711 int32_t anchorY = item.GetDisplayY(); in OnTripleTaps() local
772 void AccessibilityZoomGesture::OnZoom(int32_t anchorX, int32_t anchorY) in OnZoom()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h109 void SetAnchorY(const Dimension& anchorY) in SetAnchorY()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp729 float anchorY = 0.f; in Unmarshalling() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2985 …auto anchorY = ConvertToPx(anchor.GetY(), ScaleProperty::CreateScaleProperty(), anchorHeightRefere… in AdjustPaintRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2615 …otionBlur(ArkUINodeHandle node, ArkUI_Float32 radius, ArkUI_Float32 anchorX, ArkUI_Float32 anchorY) in SetMotionBlur()