Home
last modified time | relevance | path

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

/external/skia/tools/
Dtest_font_data.cpp8514 static SkTestFontData gTestFonts[] = { variable
8573 const int gTestFontsCount = (int) SK_ARRAY_COUNT(gTestFonts);
8583 { "Courier New", SkTypeface::kNormal, gTestFonts[0], "Courier New.ttf"},
8584 { "Courier New", SkTypeface::kBold, gTestFonts[1], "Courier New Bold.ttf"},
8585 { "Courier New", SkTypeface::kItalic, gTestFonts[2], "Courier New Italic.ttf"},
8586 { "Courier New", SkTypeface::kBoldItalic, gTestFonts[3], "Courier New Bold Italic.ttf"},
8587 { "Helvetica", SkTypeface::kNormal, gTestFonts[4], "LiberationSans-Regular.ttf"},
8588 { "Helvetica", SkTypeface::kBold, gTestFonts[5], "LiberationSans-Bold.ttf"},
8589 { "Helvetica", SkTypeface::kItalic, gTestFonts[6], "LiberationSans-Italic.ttf"},
8590 { "Helvetica", SkTypeface::kBoldItalic, gTestFonts[7], "LiberationSans-BoldItalic.ttf"},
[all …]
Dtest_font_index.inc10 static SkTestFontData gTestFonts[] = {
61 const int gTestFontsCount = (int) SK_ARRAY_COUNT(gTestFonts);
71 { "monospace", SkFontStyle(), gTestFonts[0], "LiberationMono-Regular.ttf" },
72 …{ "monospace", SkFontStyle::FromOldStyle(SkTypeface::kBold), gTestFonts[1], "LiberationMono-Bold.t…
73 …{ "monospace", SkFontStyle::FromOldStyle(SkTypeface::kItalic), gTestFonts[2], "LiberationMono-Ital…
74 …{ "monospace", SkFontStyle::FromOldStyle(SkTypeface::kBoldItalic), gTestFonts[3], "LiberationMono-…
75 { "sans-serif", SkFontStyle(), gTestFonts[4], "LiberationSans-Regular.ttf" },
76 …{ "sans-serif", SkFontStyle::FromOldStyle(SkTypeface::kBold), gTestFonts[5], "LiberationSans-Bold.…
77 …{ "sans-serif", SkFontStyle::FromOldStyle(SkTypeface::kItalic), gTestFonts[6], "LiberationSans-Ita…
78 …{ "sans-serif", SkFontStyle::FromOldStyle(SkTypeface::kBoldItalic), gTestFonts[7], "LiberationSans…
[all …]
Dsk_tool_utils_font.cpp25 SkTestFontData& fontData = gTestFonts[index]; in release_portable_typefaces()