Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_autoclick.cpp153 int32_t newY = item.GetDisplayY(); in IsMouseMovement() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_utils.cpp987 int32_t newY = y + xyAxis.yAxis; in Yuv420SPTranslate() local
999 int32_t newY = (y + xyAxis.yAxis / EVEN); in Yuv420SPTranslate() local
1017 int32_t newY = y + xyAxis.yAxis; in P010Translate() local
1029 int32_t newY = y + GetUVHeight(xyAxis.yAxis); in P010Translate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp99 float newY = paintOffset.GetY(); in Paint() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp995 int16_t newY = static_cast<int16_t>(GetParent()->GetHeight() * yPercent); in SetYPercent() local
1018 int16_t newY = static_cast<int16_t>(GetParent()->GetHeight() * yPercent); in SetPositionPercent() local
1037 int16_t newY = static_cast<int16_t>(GetParent()->GetHeight() * yPercent); in SetPositionPercent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp2674 double newY = vertical_ ? newEvent.GetGlobalPoint().GetY() - selectedItemSize.Height() in CalculateInsertIndex() local