Searched refs:sAspectRatio (Results 1 – 5 of 5) sorted by relevance
181 const float right = mConfig.getDisplayRightLocation(sAspectRatio); in drawFrame()182 const float left = mConfig.getDisplayLeftLocation(sAspectRatio); in drawFrame()278 const float visibleSizeH = visibleSizeV * sAspectRatio; in renderCameraOntoGroundPlane()294 const float wsWidth = wsHeight * sAspectRatio; in renderCameraOntoGroundPlane()
49 float RenderBase::sAspectRatio = 0.0f; member in RenderBase210 sAspectRatio = (float)sWidth / sHeight; in attachRenderTarget()
44 float RenderBase::sAspectRatio = 0.0f; member in android::automotive::evs::support::RenderBase189 sAspectRatio = (float)sWidth / sHeight; in attachRenderTarget()
68 static float sAspectRatio; variable
61 static float sAspectRatio; variable