Home
last modified time | relevance | path

Searched refs:commonWeights (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_FreeType.cpp1728 } commonWeights [] = { in scanFont() local
1756 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()