Searched refs:sAspectRatio (Results 1 – 3 of 3) sorted by relevance
187 const float right = mConfig.getDisplayRightLocation(sAspectRatio); in drawFrame()188 const float left = mConfig.getDisplayLeftLocation(sAspectRatio); in drawFrame()289 const float visibleSizeH = visibleSizeV * sAspectRatio; in renderCameraOntoGroundPlane()305 const float wsWidth = wsHeight * sAspectRatio; in renderCameraOntoGroundPlane()
39 float RenderBase::sAspectRatio = 0.0f; member in RenderBase195 sAspectRatio = (float)sWidth / sHeight; in attachRenderTarget()
64 static float sAspectRatio; variable