Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java1043 Font clonedFont = new Font.Builder(baseFont) in builder_with_font_with_axis() local
1050 assertEquals(style.getWeight(), clonedFont.getStyle().getWeight()); in builder_with_font_with_axis()
1051 assertEquals(style.getSlant(), clonedFont.getStyle().getSlant()); in builder_with_font_with_axis()
1056 new FontFamily.Builder(clonedFont).build() in builder_with_font_with_axis()
1069 Font clonedFont = new Font.Builder(baseFont) in builder_with_explicit_style() local
1074 assertEquals(style.getWeight(), clonedFont.getStyle().getWeight()); in builder_with_explicit_style()
1075 assertEquals(style.getSlant(), clonedFont.getStyle().getSlant()); in builder_with_explicit_style()
1084 Font clonedFont = new Font.Builder(baseFont).build(); in builder_style_resolve_default() local
1086 assertEquals(600, clonedFont.getStyle().getWeight()); in builder_style_resolve_default()
1087 assertEquals(FontStyle.FONT_SLANT_ITALIC, clonedFont.getStyle().getSlant()); in builder_style_resolve_default()