Lines Matching refs:FontDesc
35 struct FontDesc { struct
44 SkSpan<const FontDesc> const fFonts;
287 static SkString identifier(const FontFamilyDesc& family, const FontDesc& font) { in identifier()
297 for (const FontDesc& font : family.fFonts) { in generate_fonts()
318 const FontDesc* defaultFont) in generate_index()
323 for (const FontDesc& font : family.fFonts) { in generate_index()
351 for (const FontDesc& font : family.fFonts) { in generate_index()
366 for (const FontDesc& font : family.fFonts) { in generate_index()
387 static constexpr FontDesc kMonoFonts[] = { in main()
394 static constexpr FontDesc kSansFonts[] = { in main()
401 static constexpr FontDesc kSerifFonts[] = { in main()