Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java162 Font font = new Font.Builder(buffer).build(); in testBuilder_buffer() local
184 Font font = new Font.Builder(buffer).setTtcIndex(ttcIndex).build(); in testBuilder_buffer_ttc() local
207 Font font = new Font.Builder(buffer).setFontVariationSettings(axes).build(); in testBuilder_buffer_vf() local
229 Font font = new Font.Builder(buffer).setWeight(customWeight).build(); in testBuilder_buffer_override() local
245 Font font = new Font.Builder(buffer).setSlant(FontStyle.FONT_SLANT_ITALIC).build(); in testBuilder_buffer_override() local
280 Font font = new Font.Builder(file).build(); in testBuilder_file() local
307 Font font = new Font.Builder(file).setTtcIndex(ttcIndex).build(); in testBuilder_file_ttc() local
335 Font font = new Font.Builder(file).setFontVariationSettings(axes).build(); in testBuilder_file_vf() local
362 Font font = new Font.Builder(file).setWeight(customWeight).build(); in testBuilder_file_override() local
382 Font font = new Font.Builder(file).setSlant(FontStyle.FONT_SLANT_ITALIC).build(); in testBuilder_file_override() local
[all …]
DFontFamilyUpdateRequestTest.java45 public void font() { in font() method in FontFamilyUpdateRequestTest
51 FontFamilyUpdateRequest.Font font = new FontFamilyUpdateRequest.Font.Builder( in font() local
DNativeSystemFontTest.java44 NativeSystemFontHelper.FontDescriptor font = in convertToDescriptors() local
DFontFamilyTest.java44 Font font = new Font.Builder(am, FONT_DIR + "ascii_g3em_weight400_upright.ttf").build(); in testBuilder_SingleFont() local
DNativeSystemFontHelper.java122 FontDescriptor font = new FontDescriptor(); in getAvailableFonts() 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
DCanvasDrawGlyphsTest.java60 int positionStart, int glyphCount, Font font, Paint paint) { in drawGlyphsToBitmap()
/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.java861 Typeface font = mResources.getFont(R.font.sample_regular_font); in testGetFont_fontFile() local
868 Typeface font = mResources.getFont(R.font.samplexmlfont); in testGetFont_xmlFile() local
985 Typeface font = mResources.getFont(R.font.sample_regular_font); in testGetFont_fontFileIsCached() local
992 Typeface font = mResources.getFont(R.font.samplexmlfont); in testGetFont_xmlFileIsCached() local
/cts/tests/tests/graphics/src/android/graphics/text/cts/
DTextRunShaperTest.java201 Font font = res.getFont(0); in shapeText_FontCreateFromNative() 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