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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp472 int32_t srcY2; local
483 srcY2 = pSrc->height - pSrcRect->yBottom;
488 srcY2 = pSrcRect->yBottom;
502 if (srcY1 > srcY2)
506 /* use srcY1 < srcY2 && dstY1 < dstY2 whenever possible to avoid GPU driver bugs */
508 srcY1 = srcY2;
509 srcY2 = tmp;
530 pBlitter->pDispatch->BlitFramebufferEXT(srcX1, srcY1, srcX2, srcY2,

Completed in 51 milliseconds