HomeSort by relevance Sort by last modified time
    Searched refs:FontFileInfo (Results 1 - 4 of 4) sorted by null

  /external/skia/src/ports/
SkFontMgr_android_parser.h 69 struct FontFileInfo {
70 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { }
95 SkTArray<FontFileInfo, true> fFonts;
SkFontMgr_android.cpp 152 const FontFileInfo& fontFile = family.fFonts[i];
180 case FontFileInfo::Style::kAuto: slant = style.slant(); break;
181 case FontFileInfo::Style::kNormal: slant = SkFontStyle::kUpright_Slant; break;
182 case FontFileInfo::Style::kItalic: slant = SkFontStyle::kItalic_Slant; break;
SkFontMgr_android_parser.cpp 105 FontFileInfo* fCurrentFontInfo; // The fontInfo being created, owned by fCurrentFamily
155 FontFileInfo& file = *self->fCurrentFontInfo;
207 FontFileInfo& file = self->fCurrentFamily->fFonts.push_back();
220 file.fStyle = FontFileInfo::Style::kNormal;
222 file.fStyle = FontFileInfo::Style::kItalic;
380 FontFileInfo& newFileInfo = currentFamily.fFonts.push_back();
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 61 FontFileInfo& file = family.fFonts[j];
90 const FontFileInfo& ffi = fontFamilies[i]->fFonts[j];

Completed in 38 milliseconds