Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_FreeType.cpp1672 PS_FontInfoRec psFontInfo; in scanFont() local
1677 } else if (0 == FT_Get_PS_Font_Info(face, &psFontInfo) && psFontInfo.weight) { in scanFont()
1710 psFontInfo.weight, sizeof(commonWeights[0])); in scanFont()
1714 SkDEBUGF(("Do not know weight for: %s (%s) \n", face->family_name, psFontInfo.weight)); in scanFont()