Home
last modified time | relevance | path

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

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