Home
last modified time | relevance | path

Searched refs:COLOR_VALUE_PREFIX (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_theme_style.cpp23 constexpr char COLOR_VALUE_PREFIX[] = "$color:"; member
159 if (attrValue.front() == '#' || attrValue.find(COLOR_VALUE_PREFIX) != std::string::npos) { in ParseContent()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp31 constexpr char COLOR_VALUE_PREFIX[] = "$color:"; member
213 if (rawString.front() == '#' || rawString.find(COLOR_VALUE_PREFIX) != std::string::npos) { in ParseContent()

Completed in 3 milliseconds