Home
last modified time | relevance | path

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

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