Home
last modified time | relevance | path

Searched refs:FontFileInfo (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.h70 struct FontFileInfo { struct
71 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { } in FontFileInfo() function
96 SkTArray<FontFileInfo, true> fFonts;
H A DSkFontMgr_config_parser.h79 struct FontFileInfo { struct
80 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { } in FontFileInfo() function
105 SkTArray<FontFileInfo, true> fFonts;
H A DSkFontMgr_preview.h190 const FontFileInfo& fontFile = family.fFonts[i]; in SkFontStyleSet_Preview()
217 case FontFileInfo::Style::kAuto: in SkFontStyleSet_Preview()
220 case FontFileInfo::Style::kNormal: in SkFontStyleSet_Preview()
223 case FontFileInfo::Style::kItalic: in SkFontStyleSet_Preview()
H A DSkFontMgr_config_parser.cpp89 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily
141 FontFileInfo& file = *self->fCurrentFontInfo;
193 FontFileInfo& file = self->fCurrentFamily->fFonts.push_back();
207 file.fStyle = FontFileInfo::Style::kNormal;
209 file.fStyle = FontFileInfo::Style::kItalic;
H A DSkFontMgr_android_parser.cpp109 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily
174 FontFileInfo& file = *self->fCurrentFontInfo;
226 FontFileInfo& file = self->fCurrentFamily->fFonts.push_back();
240 file.fStyle = FontFileInfo::Style::kNormal;
242 file.fStyle = FontFileInfo::Style::kItalic;
419 FontFileInfo& newFileInfo = currentFamily.fFonts.push_back();
H A DSkFontMgr_android.cpp183 const FontFileInfo& fontFile = family.fFonts[i]; in SkFontStyleSet_Android()
211 case FontFileInfo::Style::kAuto: slant = style.slant(); break; in SkFontStyleSet_Android()
212 case FontFileInfo::Style::kNormal: slant = SkFontStyle::kUpright_Slant; break; in SkFontStyleSet_Android()
213 case FontFileInfo::Style::kItalic: slant = SkFontStyle::kItalic_Slant; break; in SkFontStyleSet_Android()
/third_party/skia/tests/
H A DFontMgrAndroidParserTest.cpp71 FontFileInfo& file = family.fFonts[j]; in ValidateLoadedFonts()
81 const FontFileInfo& ffi = fontFamily.fFonts[j]; in DumpFiles()

Completed in 6 milliseconds