Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java108 int wghtCount = 0; in resolveVarFamilyType() local
134 wghtCount++; in resolveVarFamilyType()
148 if (targetFonts == 1 && wghtCount == 1) { in resolveVarFamilyType()
152 } else if (targetFonts == 2 && wghtCount == 2 && hasItalicFont) { in resolveVarFamilyType()
160 if (wghtCount == 1 && targetFonts == 1) { in resolveVarFamilyType()