Home
last modified time | relevance | path

Searched refs:bkgColor (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/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* … in Init() argument
41 bkgColor_ = bkgColor; in Init()
/ohos5.0/base/update/updater/services/ui/driver/
H A Dgraphic_engine.cpp45 void GraphicEngine::Init(uint32_t bkgColor, uint8_t mode, const char *fontPath) in Init() argument
47 bkgColor_ = bkgColor; in Init()
H A Dgraphic_engine.h34 void Init(uint32_t bkgColor, uint8_t mode, const char *fontPath);
/ohos5.0/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);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dstarting_window.h41 uint32_t bkgColor, bool isColdStart);
H A Dwindow_controller.h70 uint32_t bkgColor, bool isColdStart);
H A Dwindow_manager_service.h134 bool isColdStart, uint32_t bkgColor = 0xffffffff);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp174 std::shared_ptr<Media::PixelMap> pixelMap, uint32_t bkgColor, bool isColdStart) in DrawStartingWindow() argument
196 SurfaceDraw::DrawColor(node->startingWinSurfaceNode_, rect.width_, rect.height_, bkgColor); in DrawStartingWindow()
201 SurfaceDraw::DrawImageRect(node->startingWinSurfaceNode_, rect, pixelMap, bkgColor); in DrawStartingWindow()
H A Dwindow_manager_service.cpp827 bool isColdStart, uint32_t bkgColor) in StartingWindow() argument
836 auto task = [this, info, pixelMap, isColdStart, bkgColor]() { in StartingWindow()
837 windowController_->StartingWindow(info, pixelMap, bkgColor, isColdStart); in StartingWindow()
H A Dwindow_controller.cpp61 uint32_t bkgColor, bool isColdStart) in StartingWindow() argument
107 StartingWindow::DrawStartingWindow(node, pixelMap, bkgColor, isColdStart); in StartingWindow()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dsurface_draw.h41 std::shared_ptr<Media::PixelMap> pixelMap, uint32_t bkgColor, bool fillWindow = false);
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp530 std::string bkgColor = GetHexColor(tint.prop_.backgroundColor_); in CreateJsSystemBarRegionTintObject() local
531 napi_set_named_property(env, objValue, "backgroundColor", CreateJsValue(env, bkgColor)); in CreateJsSystemBarRegionTintObject()
538 tint.type_, tint.prop_.enable_, bkgColor.c_str(), contentColor.c_str()); in CreateJsSystemBarRegionTintObject()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp1415 std::string bkgColor = GetHexColor(property.backgroundColor_); in CreateJsSystemBarPropertyObject() local
1416 napi_set_named_property(env, objValue, "backgroundcolor", CreateJsValue(env, bkgColor)); in CreateJsSystemBarPropertyObject()