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

  /external/skia/include/core/
SkFontStyle.h 20 kNormal_Weight = 400,
53 constexpr SkFontStyle() : SkFontStyle{kNormal_Weight, kNormal_Width, kUpright_Slant} { }
64 return SkFontStyle(kNormal_Weight, kNormal_Width, kUpright_Slant);
70 return SkFontStyle(kNormal_Weight, kNormal_Width, kItalic_Slant );
  /external/skqp/include/core/
SkFontStyle.h 20 kNormal_Weight = 400,
53 constexpr SkFontStyle() : SkFontStyle{kNormal_Weight, kNormal_Width, kUpright_Slant} { }
64 return SkFontStyle(kNormal_Weight, kNormal_Width, kUpright_Slant);
70 return SkFontStyle(kNormal_Weight, kNormal_Width, kItalic_Slant );

Completed in 52 milliseconds