Home
last modified time | relevance | path

Searched defs:font (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java136 Font font = new Font.Builder(buffer).build(); in testBuilder_buffer() local
158 Font font = new Font.Builder(buffer).setTtcIndex(ttcIndex).build(); in testBuilder_buffer_ttc() local
181 Font font = new Font.Builder(buffer).setFontVariationSettings(axes).build(); in testBuilder_buffer_vf() local
203 Font font = new Font.Builder(buffer).setWeight(customWeight).build(); in testBuilder_buffer_override() local
219 Font font = new Font.Builder(buffer).setSlant(FontStyle.FONT_SLANT_ITALIC).build(); in testBuilder_buffer_override() local
254 Font font = new Font.Builder(file).build(); in testBuilder_file() local
281 Font font = new Font.Builder(file).setTtcIndex(ttcIndex).build(); in testBuilder_file_ttc() local
309 Font font = new Font.Builder(file).setFontVariationSettings(axes).build(); in testBuilder_file_vf() local
336 Font font = new Font.Builder(file).setWeight(customWeight).build(); in testBuilder_file_override() local
356 Font font = new Font.Builder(file).setSlant(FontStyle.FONT_SLANT_ITALIC).build(); in testBuilder_file_override() local
[all …]
DFontFamilyTest.java45 Font font = new Font.Builder(am, FONT_DIR + "ascii_g3em_weight400_upright.ttf").build(); in testBuilder_SingleFont() local
/cts/tests/tests/provider/src/android/provider/cts/
DFontsContractTest.java193 FontInfo font = fonts[0]; in querySingleFont() local
228 FontInfo font = fonts[0]; in queryAttributes() local
258 FontInfo font = fonts[0]; in queryNotFound() local
274 FontInfo font = fonts[0]; in queryUnavailable() local
290 FontInfo font = fonts[0]; in queryMalformed() local
306 FontInfo font = fonts[0]; in queryMultipleOneNotFound() local
324 FontInfo font = fonts[0]; in queryMandatoryFieldsOnly() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceCustomFallbackBuilderTest.java202 final Font font = new Font.Builder(am, "fonts/user_fallback/ascii.ttf").build(); in testMaxCustomFallback() local
215 final Font font = new Font.Builder(am, "fonts/user_fallback/ascii.ttf").build(); in testMaxCustomFallback_exceed_limits() local
260 final Font font = new Font.Builder(am, "fonts/user_fallback/ascii.ttf").build(); in testSystemFallback_SansSerif() local
271 final Font font = new Font.Builder(am, "fonts/user_fallback/ascii.ttf").build(); in testSystemFallback_Serif() local
282 final Font font = new Font.Builder(am, "fonts/user_fallback/ascii.ttf").build(); in testSystemFallback_anyString() local
293 final Font font = new Font.Builder(am, "fonts/user_fallback/ascii.ttf").build(); in testSystemFallback_emptyString() local
304 final Font font = new Font.Builder(am, "fonts/user_fallback/ascii.ttf").build(); in testSystemFallback_null() local
/cts/tests/tests/content/src/android/content/res/cts/
DTypedArrayTest.java208 final Typeface font = t.getFont(R.styleable.style1_type18); in testGetAttributes() local
209 assertEquals(mContext.getResources().getFont(R.font.sample_regular_font), font); in testGetAttributes() local
DResourcesTest.java810 Typeface font = mResources.getFont(R.font.sample_regular_font); in testGetFont_fontFile() local
817 Typeface font = mResources.getFont(R.font.samplexmlfont); in testGetFont_xmlFile() local
934 Typeface font = mResources.getFont(R.font.sample_regular_font); in testGetFont_fontFileIsCached() local
941 Typeface font = mResources.getFont(R.font.samplexmlfont); in testGetFont_xmlFileIsCached() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp128 AFont* font = AFontMatcher_match(mMatcher.get(), familyName.c_str(), text.data(), in match() local