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