Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java1037 Font baseFont = new Font.Builder(assets, "fonts/var_fonts/WeightEqualsEmVariableFont.ttf") in builder_with_font_with_axis() local
1043 Font clonedFont = new Font.Builder(baseFont) in builder_with_font_with_axis()
1067 Font baseFont = new Font.Builder(assets, "fonts/others/samplefont.ttf").build(); in builder_with_explicit_style() local
1069 Font clonedFont = new Font.Builder(baseFont) in builder_with_explicit_style()
1082 Font baseFont = new Font.Builder(assets, in builder_style_resolve_default() local
1084 Font clonedFont = new Font.Builder(baseFont).build(); in builder_style_resolve_default()