Searched defs:slant (Results 1 – 7 of 7) sorted by relevance
49 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle()50 constexpr FontStyle(Weight weight, Slant slant) in FontStyle()52 constexpr FontStyle(uint16_t weight, Slant slant) : mWeight(weight), mSlant(slant) {} in FontStyle()64 constexpr Slant slant() const { return mSlant; } in slant() function
128 Builder& setSlant(FontStyle::Slant slant) { in setSlant()
211 public FontStyle(int weight, @FontSlant int slant) { in FontStyle()
403 public @NonNull Builder setSlant(@FontStyle.FontSlant int slant) { in setSlant()469 final int slant = (mItalic == STYLE_ITALIC) in build() local
155 int slant = getAttributeValueInt(parser, ATTR_SLANT, FontStyle.FONT_SLANT_UPRIGHT); in readFromXml() local
704 final int slant = mItalic == RESOLVE_BY_FONT_TABLE in build() local
771 const char* slantToString(FontStyle::Slant slant) { in slantToString()