HomeSort by relevance Sort by last modified time
    Searched defs:SkFontStyle (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkFontStyle.h 13 class SK_API SkFontStyle {
47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue(
53 constexpr SkFontStyle() : SkFontStyle{kNormal_Weight, kNormal_Width, kUpright_Slant} { }
55 bool operator==(const SkFontStyle& rhs) const {
63 static constexpr SkFontStyle Normal() {
64 return SkFontStyle(kNormal_Weight, kNormal_Width, kUpright_Slant);
66 static constexpr SkFontStyle Bold() {
67 return SkFontStyle(kBold_Weight, kNormal_Width, kUpright_Slant);
69 static constexpr SkFontStyle Italic()
    [all...]
  /external/skqp/include/core/
SkFontStyle.h 13 class SK_API SkFontStyle {
47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue(
53 constexpr SkFontStyle() : SkFontStyle{kNormal_Weight, kNormal_Width, kUpright_Slant} { }
55 bool operator==(const SkFontStyle& rhs) const {
63 static constexpr SkFontStyle Normal() {
64 return SkFontStyle(kNormal_Weight, kNormal_Width, kUpright_Slant);
66 static constexpr SkFontStyle Bold() {
67 return SkFontStyle(kBold_Weight, kNormal_Width, kUpright_Slant);
69 static constexpr SkFontStyle Italic()
    [all...]

Completed in 145 milliseconds