Home
last modified time | relevance | path

Searched defs:weightIter (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h846 …auto weightIter = BinarySearchFindIndex(fontWeightTable, ArraySize(fontWeightTable), weight.c_str(… variable
876 auto weightIter = fontWeightTable.find(fontWeight); in FontWeightToString() local