Home
last modified time | relevance | path

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

/foundation/windowmanager/utils/include/
Dwindow_helper.h156 static bool IsPointInTargetRect(int32_t pointPosX, int32_t pointPosY, const Rect& targetRect) in IsPointInTargetRect() argument
160 (pointPosY > targetRect.posY_) && in IsPointInTargetRect()
161 (pointPosY < (targetRect.posY_ + static_cast<int32_t>(targetRect.height_)))) { in IsPointInTargetRect()
167 …static bool IsPointInWindowExceptCorner(int32_t pointPosX, int32_t pointPosY, const Rect& rectExce… in IsPointInWindowExceptCorner() argument
171 (pointPosY > rectExceptCorner.posY_ && in IsPointInWindowExceptCorner()
172pointPosY < (rectExceptCorner.posY_ + static_cast<int32_t>(rectExceptCorner.height_)))) { in IsPointInWindowExceptCorner()