Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h39 BIT_TWENTY_EIGHT = 28, enumerator
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp418 … color |= ParseHex(s[ArrayIndex::INDEX_ONE], parseState) << BitOperatorNum::BIT_TWENTY_EIGHT; in ConvertColorToUInt32()
435 … color |= ParseHex(s[ArrayIndex::INDEX_ONE], parseState) << BitOperatorNum::BIT_TWENTY_EIGHT; in ConvertColorToUInt32()