Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DRenderTopView.cpp184 const float top = mConfig.getDisplayTopLocation(); in drawFrame()
284 const float visibleSizeV = mConfig.getDisplayTopLocation() - mConfig.getDisplayBottomLocation(); in renderCameraOntoGroundPlane()
298 const float top = mConfig.getDisplayTopLocation(); in renderCameraOntoGroundPlane()
DConfigManager.h49 float getDisplayTopLocation() const { in getDisplayTopLocation() function
59 return (getDisplayTopLocation() - getDisplayBottomLocation()) * 0.5f * aspectRatio; in getDisplayRightLocation()