Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/support_library/
DConfigManager.h53 float getDisplayTopLocation() const { in getDisplayTopLocation() function
63 return (getDisplayTopLocation() - getDisplayBottomLocation()) * 0.5f * aspectRatio; in getDisplayRightLocation()
/packages/services/Car/cpp/evs/apps/default/
DConfigManager.h62 float getDisplayTopLocation() const { in getDisplayTopLocation() function
72 return (getDisplayTopLocation() - getDisplayBottomLocation()) * 0.5f * aspectRatio; in getDisplayRightLocation()
DRenderTopView.cpp191 const float top = mConfig.getDisplayTopLocation(); in drawFrame()
294 const float visibleSizeV = mConfig.getDisplayTopLocation() - mConfig.getDisplayBottomLocation(); in renderCameraOntoGroundPlane()
308 const float top = mConfig.getDisplayTopLocation(); in renderCameraOntoGroundPlane()