Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DRenderTopView.cpp234 const float carSpaceUnitsPerTexel = mConfig.getCarLength() / carLengthInTexels; in renderCarTopView() local
235 const float textureHeightInCarSpace = mTexAssets.carTopView->height() * carSpaceUnitsPerTexel; in renderCarTopView()
240 const float textureExtentBehindCarInCarSpace = pixelsBehindCarInImage * carSpaceUnitsPerTexel; in renderCarTopView()