Searched refs:varTypeAxes (Results 1 – 3 of 3) sorted by relevance
392 int varTypeAxes = 0; in readFont() local397 varTypeAxes |= FontConfig.Font.VAR_TYPE_AXES_WGHT; in readFont()399 varTypeAxes |= FontConfig.Font.VAR_TYPE_AXES_ITAL; in readFont()445 varTypeAxes); in readFont()
127 final int varTypeAxes = font.getVarTypeAxes(); in resolveVarFamilyType() local128 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()
268 @VarTypeAxes int varTypeAxes) { in Font() argument276 mVarTypeAxes = varTypeAxes; in Font()310 int varTypeAxes = source.readInt();313 index, varSettings, fallback, varTypeAxes);