Home
last modified time | relevance | path

Searched refs:COLOR (Results 1 - 25 of 64) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dmask.h31 COLOR, member in OHOS::Ace::MaskImageType
72 maskImageType_ = MaskImageType::COLOR; in SetMaskImage()
120 return maskImageType_ == MaskImageType::COLOR; in IsColorGradient()
125 return lastMaskImageType_ == MaskImageType::COLOR; in IsLastColorGradient()
H A Dbox_component.h37 COLOR, member in OHOS::Ace::BoxStateAttribute
/foundation/graphic/graphic_2d/utils/color_manager/export/
H A Dcolor.h16 #ifndef COLOR
17 #define COLOR macro
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.cpp28 { THEME_ATTR_BG_COLOR, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffff00) } },
48 { STATE_NORMAL, { .type = ThemeConstantsType::COLOR, .value = Color(0x0c000000) } },
49 { STATE_PRESSED, { .type = ThemeConstantsType::COLOR, .value = Color(0x19000000) } },
54 { 117440511, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
55 { 117440512, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
60 { 117441012, { .type = ThemeConstantsType::COLOR, .value = Color(0xff5434ff) } },
64 { "sys.color.test_color", { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.cpp28 { THEME_ATTR_BG_COLOR, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffff00) } },
48 { STATE_NORMAL, { .type = ThemeConstantsType::COLOR, .value = Color(0x0c000000) } },
49 { STATE_PRESSED, { .type = ThemeConstantsType::COLOR, .value = Color(0x19000000) } },
54 { 117440511, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
55 { 117440512, { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
60 { 117441012, { .type = ThemeConstantsType::COLOR, .value = Color(0xff5434ff) } },
64 { "sys.color.test_color", { .type = ThemeConstantsType::COLOR, .value = Color(0xffffffff) } },
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h48 COLOR, member in OHOS::Ace::Testing::BlendMode
H A Dtesting_image_filter.h33 COLOR, member in OHOS::Ace::Testing::FilterType
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h58 COLOR, // hue and saturation of source with luminosity of destination member in OHOS::Ace::BlendMode
H A Dshadow.h40 COLOR, member in OHOS::Ace::ShadowType
256 ShadowType type_ = ShadowType::COLOR;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_story_test/src/
H A Dmedialibrary_story_test.cpp197 valuesBucket.Put(COLOR, "black"); in HWTEST_F()
226 valuesBucket.Put(COLOR, "black"); in HWTEST_F()
229 updateValues.Put(COLOR, "blue"); in HWTEST_F()
235 columns.push_back(COLOR); in HWTEST_F()
259 valuesBucket.Put(COLOR, "black"); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h65 COLOR,
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dstory_cover_info_column.h33 const std::string COLOR = "color"; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dstory_db_sqls.h66 COLOR + " TEXT, " +
/foundation/arkui/ace_engine/test/unittest/core/pattern/counter/
H A Dcounter_test_ng.cpp42 const Color COLOR = Color::BLUE; member
158 model.SetBackgroundColor(COLOR); in HWTEST_F()
162 EXPECT_EQ(renderContext->GetBackgroundColor(), COLOR); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp175 stateResource->SetStateValue(state, { .type = ThemeConstantsType::COLOR, .value = stateColor }); in ParseStateResource()
215 attributes_[attrName] = { .type = ThemeConstantsType::COLOR, .value = Color(attrValue->GetColorValue()) }; in ParseContent()
322 theme->SetAttr(THEME_ATTR_BG_COLOR, { .type = ThemeConstantsType::COLOR, .value = bgColor }); in GetTheme()
421 resType = Global::Resource::ResourceType::COLOR; in ConvertToGlobalResourceType()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_style.h47 COLOR = 0, member in OHOS::Ace::ThemeConstantsType
71 ThemeConstantsType type { ThemeConstantsType::COLOR };
H A Dtheme_constants.cpp94 if (!ValueTypeMatch(valueWrapper, key, ThemeConstantsType::COLOR)) { in GetColor()
430 if ((refValue.type == ThemeConstantsType::COLOR) && (blendAlpha < BLEND_ALPHA_MAX)) { in GetValue()
560 THEME_ATTR_BG_COLOR, { .type = ThemeConstantsType::COLOR, .value = TRANSPARENT_BG_COLOR }); in SetColorScheme()
H A Dtheme_utils.cpp115 case ThemeConstantsType::COLOR: in ParseStyleValue()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djs_ui_index.h36 FUNCTION("color", COLOR) \
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.cpp238 ButtonStateAttribute::COLOR, AnimatableColor(color, option), stack->GetVisualState()); in BackgroundColor()
239 if (!buttonComponent->GetStateAttributes()->HasAttribute(ButtonStateAttribute::COLOR, VisualState::NORMAL)) { in BackgroundColor()
240 buttonComponent->GetStateAttributes()->AddAttribute<AnimatableColor>(ButtonStateAttribute::COLOR, in BackgroundColor()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_theme_style.cpp161 attributes_[attrName] = { .type = ThemeConstantsType::COLOR, .value = Color::FromString(attrValue) }; in ParseContent()
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.h45 COLOR = 10001, member in OHOS::Ace::Napi::ResourceType
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.h38 enum class ButtonStateAttribute { COLOR, RADIUS, HEIGHT, WIDTH }; member in OHOS::Ace::ButtonStateAttribute
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h166 static const char * const COLOR; member in OHOS::ACELite::final
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp279 attribute.type = AttributeType::COLOR; in GetAttributeType()
462 } else if (dataType.type == AttributeType::COLOR) { in GetAttributeType()
796 { "COLOR accessor must use VEC3 or VEC4.", "COLOR accessor must use FLOAT, UNSIGNED_BYTE, or UNSIGNED_SHORT." },
855 case AttributeType::COLOR: in ValidateMorphTargetAttribute()
922 case AttributeType::COLOR: in ValidateMorphTargetAttributeQuantization()

Completed in 14 milliseconds

123