Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/support_library/
DConfigManager.h57 float getDisplayBottomLocation() const { in getDisplayBottomLocation() function
63 return (getDisplayTopLocation() - getDisplayBottomLocation()) * 0.5f * aspectRatio; in getDisplayRightLocation()
/packages/services/Car/cpp/evs/apps/default/inc/
DConfigManager.h65 float getDisplayBottomLocation() const { in getDisplayBottomLocation() function
71 return (getDisplayTopLocation() - getDisplayBottomLocation()) * 0.5f * aspectRatio; in getDisplayRightLocation()
/packages/services/Car/cpp/evs/apps/default/src/
DRenderTopView.cpp180 const float bottom = mConfig.getDisplayBottomLocation(); in drawFrame()
277 const float visibleSizeV = mConfig.getDisplayTopLocation() - mConfig.getDisplayBottomLocation(); in renderCameraOntoGroundPlane()
292 const float bottom = mConfig.getDisplayBottomLocation(); in renderCameraOntoGroundPlane()