Searched refs:MatchColorWithMagic (Results 1 – 2 of 2) sorted by relevance
176 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
164 static bool MatchColorWithMagic(std::string& colorStr, uint32_t maskAlpha, Color& color);