Lines Matching defs:hotZoneRect
314 Rect hotZoneRect;
323 hotZoneRect = startRectExceptFrame; // drag type: left/right/top/bottom
325 hotZoneRect = startRectExceptCorner; // drag type: left_top/right_top/left_bottom/right_bottom
327 return hotZoneRect;
360 Rect hotZoneRect = GetHotZoneRect();
370 if (startPointPosX <= hotZoneRect.posX_) {
376 } else if (startPointPosX >= hotZoneRect.posX_ + static_cast<int32_t>(hotZoneRect.width_)) {
382 if (startPointPosY <= hotZoneRect.posY_) {
388 } else if (startPointPosY >= hotZoneRect.posY_ + static_cast<int32_t>(hotZoneRect.height_)) {