Home
last modified time | relevance | path

Searched refs:colorValue_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.h57 constexpr explicit Color(uint32_t value) : colorValue_(ColorParam { .value = value }) {} in Color()
59 : colorValue_(ColorParam { .value = value }), resourceId_(resId) {} in Color()
92 colorValue_.value = value; in SetValue()
97 return colorValue_.value; in GetValue()
112 return colorValue_.argb.alpha; in GetAlpha()
117 return colorValue_.argb.red; in GetRed()
122 return colorValue_.argb.green; in GetGreen()
127 return colorValue_.argb.blue; in GetBlue()
134 return colorValue_.value == color.GetValue();
157 constexpr explicit Color(ColorParam colorValue) : colorValue_(colorValue) {} in Color()
[all …]
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_data_context.h37 uint32_t colorValue_; member
65colorValue_(0), createValueFunc_(nullptr), len_(0), deferred_(nullptr), callbackRef_(nullptr), suc… in ResMgrDataContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drosen_render_texture.h58 Color colorValue_; variable
H A Drosen_render_texture.cpp84 colorValue_ = GAUSSIAN_COLOR; in InitGaussianFuzzyParas()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_async_impl.cpp824 RState state = resMgr->GetColorById(resId, dataContext->colorValue_); in __anon06571fda2802()
847 dataContext->colorValue_); in __anon06571fda2902()
H A Dresource_manager_napi_utils.cpp695 if (napi_create_uint32(env, context.colorValue_, &jsColorValue) != napi_ok) { in CreateJsColor()
H A Dresource_manager_napi_sync_impl.cpp409 RState state = resMgr->GetColorById(resId, dataContext->colorValue_); in ProcessColorResource()
856 dataContext->colorValue_); in ProcessColorResourceByName()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_modifier_test_ng.cpp1650 contentProperty.backgroundColor.colorValue_.value = 0xff000000;