Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/support_library/
DConfigManager.h71 float carGraphicFrontPixel() const { return mCarGraphicFrontPixel; }; in carGraphicFrontPixel()
94 float mCarGraphicFrontPixel; // How many pixels from the top of the image does the car start variable
DConfigManager.cpp110 readChildNodeAsFloat("graphic", graphicNode, "frontPixel", &mCarGraphicFrontPixel); in initialize()
/packages/services/Car/cpp/evs/apps/default/inc/
DConfigManager.h79 float carGraphicFrontPixel() const { return mCarGraphicFrontPixel; }; in carGraphicFrontPixel()
142 float mCarGraphicFrontPixel; // How many pixels from the top of the image does the car start variable
/packages/services/Car/cpp/evs/apps/default/src/
DConfigManager.cpp112 readChildNodeAsFloat("graphic", graphicNode, "frontPixel", &mCarGraphicFrontPixel); in initialize()