Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_FreeType.cpp2066 bool hasAxes = face->face_flags & FT_FACE_FLAG_MULTIPLE_MASTERS; in scanFont() local
2083 if (hasAxes) { in scanFont()
2142 …if (!hasOs2 && !hasAxes && 0 == FT_Get_PS_Font_Info(face.get(), &psFontInfo) && psFontInfo.weight)… in scanFont()