Searched defs:weightIter (Results 1 – 1 of 1) sorted by relevance
846 …auto weightIter = BinarySearchFindIndex(fontWeightTable, ArraySize(fontWeightTable), weight.c_str(… variable876 auto weightIter = fontWeightTable.find(fontWeight); in FontWeightToString() local