Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DConfigManager.h67 float carGraphicFrontPixel() const { return mCarGraphicFrontPixel; }; in carGraphicFrontPixel() function
DRenderTopView.cpp233 const float carLengthInTexels = mConfig.carGraphicRearPixel() - mConfig.carGraphicFrontPixel(); in renderCarTopView()