Home
last modified time | relevance | path

Searched refs:theStyle (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_mac.cpp505 static SkTypeface* NewFromName(const char familyName[], const SkFontStyle& theStyle) { in NewFromName() argument
507 if (theStyle.weight() >= SkFontStyle::kBold_Weight) { in NewFromName()
510 if (theStyle.slant() != SkFontStyle::kUpright_Slant) { in NewFromName()