Searched refs:colorId (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/ |
H A D | common_napi_utils.cpp | 391 uint32_t colorId = CommonNapiUtils::GetCInt32(jsColorId, env); in ParseColorFromResource() local 395 if (colorId == ERROR_COLOR_ID) { in ParseColorFromResource() 423 colorResult = themeConstants->GetColor(colorId); in ParseColorFromResource() 434 int32_t colorId = CommonNapiUtils::GetCInt32(value, env); in ParseColor() local 435 result = Color(ColorAlphaAdapt((uint32_t)colorId)); in ParseColor()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
H A D | napi_utils.cpp | 610 int32_t colorId = 0; in ParseColor() local 611 napi_get_value_int32(env, value, &colorId); in ParseColor() 612 result = Color(CompleteColorAlphaIfIncomplete(static_cast<uint32_t>(colorId))); in ParseColor() 926 int32_t colorId = 0; in ParseNapiColor() local 927 napi_get_value_int32(env, value, &colorId); in ParseNapiColor() 930 auto origin = static_cast<uint32_t>(colorId); in ParseNapiColor()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.h | 102 int64_t colorId; member
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 1163 auto colorId = static_cast<uint32_t>(abilityInfo_.startWindowBackgroundId); in GetColdStartingWindowResource() local 1164 auto colorErrval = resourceMgr->GetColorById(colorId, bgColor); in GetColdStartingWindowResource() 1169 TAG_LOGD(AAFwkTag::ABILITYMGR, "colorId is %{public}u, bgColor is %{public}u.", colorId, bgColor); in GetColdStartingWindowResource()
|
Completed in 10 milliseconds