OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAuto
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/ports/
SkFontMgr_android_parser.h
70
FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::
kAuto
) { }
75
enum class Style {
kAuto
, kNormal, kItalic } fStyle;
SkFontMgr_android.cpp
180
case FontFileInfo::Style::
kAuto
: slant = style.slant(); break;
Completed in 193 milliseconds