Searched refs:bkgColor (Results 1 - 4 of 4) sorted by relevance
/base/powermgr/battery_manager/charger/src/ |
H A D | charger_graphic_engine.cpp | 39 void ChargerGraphicEngine::Init(uint32_t bkgColor, uint8_t mode, const char* fontPath, const char* ttfName) in Init() argument 41 bkgColor_ = bkgColor; in Init()
|
/base/powermgr/battery_manager/charger/include/ |
H A D | charger_graphic_engine.h | 35 void Init(uint32_t bkgColor, uint8_t mode, const char* fontPath, const char* ttfName);
|
/base/update/updater/services/ui/driver/ |
H A D | graphic_engine.h | 34 void Init(uint32_t bkgColor, uint8_t mode, const char *fontPath);
|
H A D | graphic_engine.cpp | 46 void GraphicEngine::Init(uint32_t bkgColor, uint8_t mode, const char *fontPath) in Init() argument 48 bkgColor_ = bkgColor; in Init() 64 LOG(INFO) << "GraphicEngine Init width: " << width_ << ", height: " << height_ << ", bkgColor: " << bkgColor_; in Init()
|
Completed in 3 milliseconds