Home
last modified time | relevance | path

Searched defs:FontStyle (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/include/minikin/
DFontStyle.h43 constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::UPRIGHT) {} in FontStyle() function
44 constexpr explicit FontStyle(Weight weight) : FontStyle(weight, Slant::UPRIGHT) {} in FontStyle() function
45 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle() function
46 constexpr FontStyle(Weight weight, Slant slant) in FontStyle() function
48 constexpr FontStyle(uint16_t weight, Slant slant) : mWeight(weight), mSlant(slant) {} in FontStyle() function
/frameworks/base/graphics/java/android/graphics/fonts/
DFontStyle.java47 public final class FontStyle { class
129 public FontStyle() { in FontStyle() method in FontStyle
207 public FontStyle(int weight, @FontSlant int slant) { in FontStyle() method in FontStyle