Home
last modified time | relevance | path

Searched refs:sAspectRatio (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/evs/app/
DRenderTopView.cpp187 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()
DRenderBase.cpp39 float RenderBase::sAspectRatio = 0.0f; member in RenderBase
195 sAspectRatio = (float)sWidth / sHeight; in attachRenderTarget()
DRenderBase.h64 static float sAspectRatio; variable