Searched refs:pointPosY (Results 1 – 1 of 1) sorted by relevance
156 static bool IsPointInTargetRect(int32_t pointPosX, int32_t pointPosY, const Rect& targetRect) in IsPointInTargetRect() argument160 (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() argument171 (pointPosY > rectExceptCorner.posY_ && in IsPointInWindowExceptCorner()172 … pointPosY < (rectExceptCorner.posY_ + static_cast<int32_t>(rectExceptCorner.height_)))) { in IsPointInWindowExceptCorner()