Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/support_library/
DConfigManager.h71 float carGraphicFrontPixel() const { return mCarGraphicFrontPixel; }; in carGraphicFrontPixel() function
/packages/services/Car/cpp/evs/apps/default/
DConfigManager.h80 float carGraphicFrontPixel() const { return mCarGraphicFrontPixel; }; in carGraphicFrontPixel() function
DRenderTopView.cpp239 const float carLengthInTexels = mConfig.carGraphicRearPixel() - mConfig.carGraphicFrontPixel(); in renderCarTopView()