Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DFontListParser.java392 int varTypeAxes = 0; in readFont() local
397 varTypeAxes |= FontConfig.Font.VAR_TYPE_AXES_WGHT; in readFont()
399 varTypeAxes |= FontConfig.Font.VAR_TYPE_AXES_ITAL; in readFont()
445 varTypeAxes); in readFont()
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java127 final int varTypeAxes = font.getVarTypeAxes(); in resolveVarFamilyType() local
128 if (varTypeAxes == 0) { in resolveVarFamilyType()
133 if ((varTypeAxes & FontConfig.Font.VAR_TYPE_AXES_WGHT) != 0) { in resolveVarFamilyType()
137 if ((varTypeAxes & FontConfig.Font.VAR_TYPE_AXES_ITAL) != 0) { in resolveVarFamilyType()
/frameworks/base/core/java/android/text/
DFontConfig.java268 @VarTypeAxes int varTypeAxes) { in Font() argument
276 mVarTypeAxes = varTypeAxes; in Font()
310 int varTypeAxes = source.readInt();
313 index, varSettings, fallback, varTypeAxes);