Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h230 static const LinearMapNode<TextDecoration> textDecorationTable[] = { in ConvertStrToTextDecoration() local
238 …auto index = BinarySearchFindIndex(textDecorationTable, ArraySize(textDecorationTable), textDecora… in ConvertStrToTextDecoration()
239 return index < 0 ? TextDecoration::NONE : textDecorationTable[index].value; in ConvertStrToTextDecoration()