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.cpp115 … complete &= readChildNodeAsFloat("graphic", graphicNode, "frontPixel", &mCarGraphicFrontPixel); in initialize()
/packages/services/Car/cpp/evs/apps/default/
DConfigManager.h80 float carGraphicFrontPixel() const { return mCarGraphicFrontPixel; }; in carGraphicFrontPixel()
147 float mCarGraphicFrontPixel; // How many pixels from the top of the image does the car start variable
DConfigManager.cpp120 … complete &= readChildNodeAsFloat("graphic", graphicNode, "frontPixel", &mCarGraphicFrontPixel); in initialize()