Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/fonts/
DFontStyle.java236 public @FontSlant int getSlant() { in getSlant() method in FontStyle
247 return Math.abs((getWeight() - o.getWeight())) / 100 + (getSlant() == o.getSlant() ? 0 : 2); in getMatchScore()
DFontFamily.java195 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()
DSystemFonts.java141 if (font.getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC) { in resolveVarFamilyType()
256 .setSlant(fontConfig.getStyle().getSlant()) in createFontFamily()
DFont.java246 mItalic = font.getStyle().getSlant(); in Builder()
/frameworks/base/core/java/android/graphics/fonts/
DFontUpdateRequest.java101 dest.writeInt(mFontStyle.getSlant()); in writeToParcel()
135 out.attributeInt(null, ATTR_SLANT, font.getFontStyle().getSlant()); in writeToXml()
/frameworks/base/core/java/android/text/
DFontConfig.java290 dest.writeInt(mStyle.getSlant()); in writeToParcel()
427 return getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC; in isItalic()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java705 ? font.getStyle().getSlant() : mItalic; in build()
881 (mStyle == null || mStyle.getSlant() == FontStyle.FONT_SLANT_UPRIGHT) ? 0 : 1;
/frameworks/base/config/
Dboot-profile.txt42 Landroid/graphics/fonts/FontStyle;->getSlant()I
Dboot-image-profile.txt7878 HSPLandroid/graphics/fonts/FontStyle;->getSlant()I
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt7875 HSPLandroid/graphics/fonts/FontStyle;->getSlant()I
/frameworks/base/core/api/
Dcurrent.txt17992 method public int getSlant();