Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.cpp179 MatchColorWithRGBA(tmpColorStr, color) || in ParseColorString()
194 MatchColorWithRGB(colorStr, color) || MatchColorWithRGBA(colorStr, color) || in ParseColorString()
518 bool Color::MatchColorWithRGBA(const std::string& colorStr, Color& color) in MatchColorWithRGBA() function in OHOS::Ace::Color
H A Dcolor.h167 static bool MatchColorWithRGBA(const std::string& colorStr, Color& color);