Home
last modified time | relevance | path

Searched refs:MatchColorWithMagicMini (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.cpp177 MatchColorWithMagicMini(tmpColorStr, maskAlpha, color) || in ParseColorString()
193 …return (MatchColorWithMagic(colorStr, maskAlpha, color) || MatchColorWithMagicMini(colorStr, maskA… in ParseColorString()
469 bool Color::MatchColorWithMagicMini(std::string& colorStr, uint32_t maskAlpha, Color& color) in MatchColorWithMagicMini() function in OHOS::Ace::Color
H A Dcolor.h165 static bool MatchColorWithMagicMini(std::string& colorStr, uint32_t maskAlpha, Color& color);