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

/packages/services/Car/evs/app/
H A DRenderBase.h64 static float sAspectRatio; member in class:RenderBase
H A DRenderBase.cpp39 float RenderBase::sAspectRatio = 0.0f; member in class:RenderBase
195 sAspectRatio = (float)sWidth / sHeight;
H A DRenderTopView.cpp186 const float right = mConfig.getDisplayRightLocation(sAspectRatio);
187 const float left = mConfig.getDisplayLeftLocation(sAspectRatio);
285 const float visibleSizeH = visibleSizeV * sAspectRatio;
301 const float wsWidth = wsHeight * sAspectRatio;

Completed in 217 milliseconds