Searched refs:kAuto (Results 1 – 2 of 2) sorted by relevance
70 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { } in FontFileInfo()75 enum class Style { kAuto, kNormal, kItalic } fStyle; enumerator
180 case FontFileInfo::Style::kAuto: slant = style.slant(); break; in SkFontStyleSet_Android()