/ohos5.0/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* … in Init() argument 41 bkgColor_ = bkgColor; in Init()
|
/ohos5.0/base/update/updater/services/ui/driver/ |
H A D | graphic_engine.cpp | 45 void GraphicEngine::Init(uint32_t bkgColor, uint8_t mode, const char *fontPath) in Init() argument 47 bkgColor_ = bkgColor; in Init()
|
H A D | graphic_engine.h | 34 void Init(uint32_t bkgColor, uint8_t mode, const char *fontPath);
|
/ohos5.0/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);
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | starting_window.h | 41 uint32_t bkgColor, bool isColdStart);
|
H A D | window_controller.h | 70 uint32_t bkgColor, bool isColdStart);
|
H A D | window_manager_service.h | 134 bool isColdStart, uint32_t bkgColor = 0xffffffff);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 174 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 D | window_manager_service.cpp | 827 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 D | window_controller.cpp | 61 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 D | surface_draw.h | 41 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 D | js_window_utils.cpp | 530 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 D | js_scene_utils.cpp | 1415 std::string bkgColor = GetHexColor(property.backgroundColor_); in CreateJsSystemBarPropertyObject() local 1416 napi_set_named_property(env, objValue, "backgroundcolor", CreateJsValue(env, bkgColor)); in CreateJsSystemBarPropertyObject()
|