/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | mask.h | 31 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 D | box_component.h | 37 COLOR, member in OHOS::Ace::BoxStateAttribute
|
/foundation/graphic/graphic_2d/utils/color_manager/export/ |
H A D | color.h | 16 #ifndef COLOR
17 #define COLOR
macro
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/ |
H A D | theme_mock.cpp | 28 { 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 D | theme_mock.cpp | 28 { 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 D | testing_enums.h | 48 COLOR, member in OHOS::Ace::Testing::BlendMode
|
H A D | testing_image_filter.h | 33 COLOR, member in OHOS::Ace::Testing::FilterType
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 58 COLOR, // hue and saturation of source with luminosity of destination member in OHOS::Ace::BlendMode
|
H A D | shadow.h | 40 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 D | medialibrary_story_test.cpp | 197 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 D | texgine_paint.h | 65 COLOR,
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | story_cover_info_column.h | 33 const std::string COLOR = "color"; member
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | story_db_sqls.h | 66 COLOR + " TEXT, " +
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/counter/ |
H A D | counter_test_ng.cpp | 42 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 D | resource_adapter_impl.cpp | 175 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 D | theme_style.h | 47 COLOR = 0, member in OHOS::Ace::ThemeConstantsType 71 ThemeConstantsType type { ThemeConstantsType::COLOR };
|
H A D | theme_constants.cpp | 94 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 D | theme_utils.cpp | 115 case ThemeConstantsType::COLOR: in ParseStyleValue()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | js_ui_index.h | 36 FUNCTION("color", COLOR) \
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | button_model_impl.cpp | 238 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 D | resource_theme_style.cpp | 161 attributes_[attrName] = { .type = ThemeConstantsType::COLOR, .value = Color::FromString(attrValue) };
in ParseContent()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
H A D | napi_utils.h | 45 COLOR = 10001, member in OHOS::Ace::Napi::ResourceType
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.h | 38 enum class ButtonStateAttribute { COLOR, RADIUS, HEIGHT, WIDTH }; member in OHOS::Ace::ButtonStateAttribute
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | chart_component.h | 166 static const char * const COLOR; member in OHOS::ACELite::final
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_util.cpp | 279 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()
|