Home
last modified time | relevance | path

Searched refs:FontDesc (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTypeface.java32 private static Map<Long, FontDesc> FONTS = new HashMap<>();
34 private FontDesc description;
149 FONTS.put(thisFontId, new FontDesc(familyName, style)); in createUnderlyingTypeface()
157 private synchronized static FontDesc findById(long fontId) { in findById()
169 public FontDesc getFontDescription() { in getFontDescription()
173 public static class FontDesc { class in ShadowTypeface
177 public FontDesc(String familyName, int style) { in FontDesc() method in ShadowTypeface.FontDesc
187 FontDesc fontDesc = (FontDesc) o; in equals()
/external/skqp/tools/fonts/
Dcreate_test_font.cpp35 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()
[all …]
/external/skia/tools/fonts/
Dcreate_test_font.cpp35 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()
[all …]