Searched refs:COLOR_ALPHA_MASK (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | color.h | 27 constexpr uint32_t COLOR_ALPHA_MASK = 0xff000000; member 66 static Color FromString(std::string colorStr, uint32_t maskAlpha = COLOR_ALPHA_MASK, 68 static bool ParseColorString(std::string colorStr, Color& color, uint32_t maskAlpha = COLOR_ALPHA_MASK); 70 uint32_t maskAlpha = COLOR_ALPHA_MASK);
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_util.h | 63 Color ParseColor(const std::string& value, uint32_t maskAlpha = COLOR_ALPHA_MASK) const;
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_utils.cpp | 116 resultValue.value = Color::FromString(value, COLOR_ALPHA_MASK); in ParseStyleValue()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.h | 534 Color ParseColor(const std::string& value, uint32_t maskAlpha = COLOR_ALPHA_MASK) const;
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 43 constexpr uint32_t COLOR_ALPHA_MASK = 0xff000000; member 1664 colorValue |= COLOR_ALPHA_MASK; in ColorRegexMatch() 1685 valueMini |= COLOR_ALPHA_MASK; in ColorRegexMatch() 1700 uint32_t rgb = color & (~COLOR_ALPHA_MASK); in ConvertColorToString()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.h | 413 Color ParseColor(const std::string& value, uint32_t maskAlpha = COLOR_ALPHA_MASK) const;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/ |
H A D | select_overlay_test_ng.cpp | 64 const Color COLOR_ALPHA_MASK = Color::FromRGB(255, 100, 100); member
|
Completed in 14 milliseconds