Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/support_library/
DConfigManager.h61 float getDisplayRightLocation(float aspectRatio) const { in getDisplayRightLocation() function
67 return -getDisplayRightLocation(aspectRatio); in getDisplayLeftLocation()
/packages/services/Car/cpp/evs/apps/default/
DConfigManager.h70 float getDisplayRightLocation(float aspectRatio) const { in getDisplayRightLocation() function
76 return -getDisplayRightLocation(aspectRatio); in getDisplayLeftLocation()
DRenderTopView.cpp193 const float right = mConfig.getDisplayRightLocation(sAspectRatio); in drawFrame()