Searched refs:ConvertColorToUInt32 (Results 1 – 6 of 6) sorted by relevance
53 static RState ConvertColorToUInt32(const char *s, uint32_t &outValue);
90 static RState ConvertColorToUInt32(const char *s, uint32_t &outValue);
274 RState Utils::ConvertColorToUInt32(const char *s, uint32_t &outValue) in ConvertColorToUInt32() function in OHOS::Global::Resource::Utils
400 RState Utils::ConvertColorToUInt32(const char *s, uint32_t &outValue) in ConvertColorToUInt32() function in OHOS::Global::Resource::Utils
480 return Utils::ConvertColorToUInt32(temp.c_str(), outValue); in GetColor()
843 return state == SUCCESS ? Utils::ConvertColorToUInt32(result.c_str(), outValue) : state; in GetThemeColor()894 return Utils::ConvertColorToUInt32(temp.c_str(), outValue); in GetColor()