Searched defs:bottomLim (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp314 uint32_t bottomLim = VBOXVR_INVALID_COORD; local
347 bottomLim = pRect2->yBottom;
357 pRegResult->Rect.yBottom = bottomLim == VBOXVR_INVALID_COORD ? pReg1->Rect.yBottom : bottomLim;
368 pRegResult->Rect.yBottom = bottomLim == VBOXVR_INVALID_COORD ? pReg1->Rect.yBottom : bottomLim;

Completed in 48 milliseconds