Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h317 bool IsRgbColor(const char * const target);
H A Djs_fwk_common.cpp949 bool IsRgbColor(const char * const target) in IsRgbColor() function
1084 if (IsRgbaColor(source) || IsRgbColor(source)) { in ParseColor()