Home
last modified time | relevance | path

Searched refs:rateY (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp661 auto rateY = innerRect.Height() / size.Height(); in GetPixelMapOffset() local
663 …result.SetY(rateY * (coordinateY + innerRect.GetOffset().GetY() - info.GetGlobalLocation().GetY())… in GetPixelMapOffset()
673 auto rateY = (info.GetGlobalLocation().GetY() - coordinateY) / frameNodeSize_.Height(); in GetPixelMapOffset() local
675 result.SetY(-rateY * size.Height()); in GetPixelMapOffset()