Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.cpp180 MatchColorSpecialString(tmpColorStr, color) || in ParseColorString()
195 MatchColorSpecialString(colorStr, color) || ParseUintColorString(colorStr, color)); in ParseColorString()
548 bool Color::MatchColorSpecialString(const std::string& colorStr, Color& color) in MatchColorSpecialString() function in OHOS::Ace::Color
H A Dcolor.h168 static bool MatchColorSpecialString(const std::string& colorStr, Color& color);