Searched refs:scaleY (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h471 extern void renderspuVBoxCompositorBlitStretched ( const struct VBOXVR_SCR_COMPOSITOR * pCompositor, PCR_BLITTER pBlitter, GLfloat scaleX, GLfloat scaleY);
H A Drenderspu.c822 void renderspuVBoxCompositorBlitStretched ( const struct VBOXVR_SCR_COMPOSITOR * pCompositor, PCR_BLITTER pBlitter, GLfloat scaleX, GLfloat scaleY) argument
841 DstRect.yTop = paDstRegions[i].yTop * scaleY;
843 DstRect.yBottom = paDstRegions[i].yBottom * scaleY;

Completed in 283 milliseconds