Searched refs:getSlant (Results 1 – 3 of 3) sorted by relevance
232 public @FontSlant int getSlant() { in getSlant() method in FontStyle243 return Math.abs((getWeight() - o.getWeight())) / 100 + (getSlant() == o.getSlant() ? 0 : 2); in getMatchScore()
128 return font.getStyle().getWeight() | (font.getStyle().getSlant() << 16); in makeStyleIdentifier()
614 ? font.getStyle().getSlant() : mItalic; in build()793 (mStyle == null || mStyle.getSlant() == FontStyle.FONT_SLANT_UPRIGHT) ? 0 : 1;