Searched refs:textDecorationTable (Results 1 – 1 of 1) sorted by relevance
230 static const LinearMapNode<TextDecoration> textDecorationTable[] = { in ConvertStrToTextDecoration() local238 …auto index = BinarySearchFindIndex(textDecorationTable, ArraySize(textDecorationTable), textDecora… in ConvertStrToTextDecoration()239 return index < 0 ? TextDecoration::NONE : textDecorationTable[index].value; in ConvertStrToTextDecoration()