Home
last modified time | relevance | path

Searched refs:bkgColor (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/battery_manager/charger/src/
H A Dcharger_graphic_engine.cpp39 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 Dcharger_graphic_engine.h35 void Init(uint32_t bkgColor, uint8_t mode, const char* fontPath, const char* ttfName);
/base/update/updater/services/ui/driver/
H A Dgraphic_engine.h34 void Init(uint32_t bkgColor, uint8_t mode, const char *fontPath);
H A Dgraphic_engine.cpp46 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