Searched defs:slant (Results 1 – 6 of 6) sorted by relevance
45 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle()46 constexpr FontStyle(Weight weight, Slant slant) in FontStyle()48 constexpr FontStyle(uint16_t weight, Slant slant) : mWeight(weight), mSlant(slant) {} in FontStyle()51 constexpr Slant slant() const { return mSlant; } in slant() function
85 Builder& setSlant(FontStyle::Slant slant) { in setSlant()
207 public FontStyle(int weight, @FontSlant int slant) { in FontStyle()
314 public @NonNull Builder setSlant(@FontStyle.FontSlant int slant) { in setSlant()380 final int slant = (mItalic == STYLE_ITALIC) in build() local
613 final int slant = mItalic == RESOLVE_BY_FONT_TABLE in build() local
646 const char* slantToString(FontStyle::Slant slant) { in slantToString()