Lines Matching refs:ChargerGraphicEngine
27 ChargerGraphicEngine& ChargerGraphicEngine::GetInstance()
29 static ChargerGraphicEngine instance;
39 void ChargerGraphicEngine::Init(uint32_t bkgColor, uint8_t mode, const char* fontPath, const char* ttfName)
46 BATTERY_HILOGE(FEATURE_CHARGING, "ChargerGraphicEngine::Init failed");
59 void ChargerGraphicEngine::InitFontEngine(const char* fontPath, const char* ttfName)
70 void ChargerGraphicEngine::InitImageDecodeAbility()
76 void ChargerGraphicEngine::InitFlushThread()
79 flushLoop_ = std::thread(&ChargerGraphicEngine::FlushThreadLoop, this);
83 void ChargerGraphicEngine::UsSleep(int usec)
93 void ChargerGraphicEngine::FlushThreadLoop()
101 OHOS::BufferInfo* ChargerGraphicEngine::GetFBBufferInfo()
109 BATTERY_HILOGE(FEATURE_CHARGING, "ChargerGraphicEngine get pixelBytes fail");
130 void ChargerGraphicEngine::Flush(const OHOS::Rect& flushRect)
140 uint16_t ChargerGraphicEngine::GetScreenWidth()
145 uint16_t ChargerGraphicEngine::GetScreenHeight()