Searched defs:FontFileInfo (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/src/ports/ |
| D | SkFontMgr_android_parser.h | 70 struct FontFileInfo { struct 71 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { } in FontFileInfo() function 96 SkTArray<FontFileInfo, true> fFonts; argument
|
| D | SkFontMgr_config_parser.h | 79 struct FontFileInfo { struct 80 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { } in FontFileInfo() argument 105 SkTArray<FontFileInfo, true> fFonts; argument
|
| /third_party/skia/m133/src/ports/ |
| D | SkFontMgr_android_parser.h | 68 struct FontFileInfo { struct 69 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { } in FontFileInfo() function 71 SkString fFileName; 95 skia_private::TArray<FontFileInfo, true> fFonts; argument
|
| D | SkFontMgr_config_parser.h | 81 struct FontFileInfo { struct 82 FontFileInfo() : fIndex(0), fWeight(0), fStyle(Style::kAuto) { } in FontFileInfo() function 107 skia_private::TArray<FontFileInfo, true> fFonts; argument
|