Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/interfaces/kits/cv/
H A Dai_image.h68 int bottomRightY; member
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp782 auto bottomRightY = static_cast<int32_t>(bottomRight[1]); in CalRectInScreen() local
788 if ((topLeftY > 0 && bottomRightY < INT32_MIN + topLeftY) || in CalRectInScreen()
789 (topLeftY < 0 && bottomRightY > INT32_MAX + topLeftY)) { in CalRectInScreen()
791 topLeftY, bottomRightY); in CalRectInScreen()
794 auto height = std::abs(topLeftY - bottomRightY); in CalRectInScreen()