Searched defs:gTestFonts (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/
H A Dtest_font_index.cpp10 static SkTestFontData gTestFonts[] = { variable
61 const int gTestFontsCount = (int) SK_ARRAY_COUNT(gTestFonts);
71 { "monospace", SkTypeface::kNormal, gTestFonts[0], "LiberationMono-Regular.ttf" },
72 { "monospace", SkTypeface::kBold, gTestFonts[1], "LiberationMono-Bold.ttf" },
73 { "monospace", SkTypeface::kItalic, gTestFonts[2], "LiberationMono-Italic.ttf" },
74 { "monospace", SkTypeface::kBoldItalic, gTestFonts[3], "LiberationMono-BoldItalic.ttf" },
75 { "sans-serif", SkTypeface::kNormal, gTestFonts[4], "LiberationSans-Regular.ttf" },
76 { "sans-serif", SkTypeface::kBold, gTestFonts[5], "LiberationSans-Bold.ttf" },
77 { "sans-serif", SkTypeface::kItalic, gTestFonts[6], "LiberationSans-Italic.ttf" },
78 { "sans-serif", SkTypeface::kBoldItalic, gTestFonts[
[all...]
H A 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[
[all...]

Completed in 145 milliseconds