Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h316 bool IsHexColor(const char * const target);
H A Djs_fwk_common.cpp945 bool IsHexColor(const char * const target) in IsHexColor() function
1080 if (IsHexColor(source)) { in ParseColor()