Searched refs:blitAreaIn (Results 1 – 1 of 1) sorted by relevance
123 const gl::Rectangle &blitAreaIn, in AdjustBlitAreaForPreRotation() argument133 blitAreaOut->x = blitAreaIn.y; in AdjustBlitAreaForPreRotation()134 blitAreaOut->y = blitAreaIn.x; in AdjustBlitAreaForPreRotation()138 blitAreaOut->x = framebufferDimensions.width - blitAreaIn.x - blitAreaIn.width; in AdjustBlitAreaForPreRotation()139 blitAreaOut->y = framebufferDimensions.height - blitAreaIn.y - blitAreaIn.height; in AdjustBlitAreaForPreRotation()142 blitAreaOut->x = framebufferDimensions.height - blitAreaIn.y - blitAreaIn.height; in AdjustBlitAreaForPreRotation()143 blitAreaOut->y = framebufferDimensions.width - blitAreaIn.x - blitAreaIn.width; in AdjustBlitAreaForPreRotation()