Searched refs:commonWeights (Results 1 – 1 of 1) sorted by relevance
1728 } commonWeights [] = { in scanFont() local1756 int const index = SkStrLCSearch(&commonWeights[0].name, SK_ARRAY_COUNT(commonWeights), in scanFont()1757 psFontInfo.weight, sizeof(commonWeights[0])); in scanFont()1759 weight = commonWeights[index].weight; in scanFont()