Searched defs:FontStyle (Results 1 – 4 of 4) sorted by relevance
47 constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::UPRIGHT) {} in FontStyle() function48 constexpr explicit FontStyle(Weight weight) : FontStyle(weight, Slant::UPRIGHT) {} in FontStyle() function49 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle() function50 constexpr FontStyle(Weight weight, Slant slant) in FontStyle() function52 constexpr FontStyle(uint16_t weight, Slant slant) : mWeight(weight), mSlant(slant) {} in FontStyle() function53 explicit FontStyle(BufferReader* reader) { in FontStyle() function
47 public final class FontStyle { class133 public FontStyle() { in FontStyle() method in FontStyle211 public FontStyle(int weight, @FontSlant int slant) { in FontStyle() method in FontStyle
712 std::vector<FontCollection::Run> FontCollection::itemize(U16StringPiece text, FontStyle, in itemize() argument
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...