Searched refs:getSlant (Results 1 – 12 of 12) sorted by relevance
236 public @FontSlant int getSlant() { in getSlant() method in FontStyle247 return Math.abs((getWeight() - o.getWeight())) / 100 + (getSlant() == o.getSlant() ? 0 : 2); in getMatchScore()
195 return font.getStyle().getWeight() | (font.getStyle().getSlant() << 16); in makeStyleIdentifier()293 boolean italic1 = fonts.get(0).getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC; in analyzeAndResolveVariableType()294 boolean italic2 = fonts.get(1).getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC; in analyzeAndResolveVariableType()
141 if (font.getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC) { in resolveVarFamilyType()256 .setSlant(fontConfig.getStyle().getSlant()) in createFontFamily()
246 mItalic = font.getStyle().getSlant(); in Builder()
101 dest.writeInt(mFontStyle.getSlant()); in writeToParcel()135 out.attributeInt(null, ATTR_SLANT, font.getFontStyle().getSlant()); in writeToXml()
290 dest.writeInt(mStyle.getSlant()); in writeToParcel()427 return getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC; in isItalic()
705 ? font.getStyle().getSlant() : mItalic; in build()881 (mStyle == null || mStyle.getSlant() == FontStyle.FONT_SLANT_UPRIGHT) ? 0 : 1;
42 Landroid/graphics/fonts/FontStyle;->getSlant()I
7878 HSPLandroid/graphics/fonts/FontStyle;->getSlant()I
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7875 HSPLandroid/graphics/fonts/FontStyle;->getSlant()I
17992 method public int getSlant();