/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | TypefaceTest.java | 162 Typeface typefaceFromAsset = Typeface.createFromAsset(mContext.getAssets(), in testGetSystemFontFamilyName() 217 Typeface.createFromAsset(null, null); in testCreateFromAssetNull() 223 Typeface.createFromAsset(mContext.getAssets(), null); in testCreateFromAssetNullPath() 229 Typeface.createFromAsset(mContext.getAssets(), "invalid path"); in testCreateFromAssetInvalidPath() 234 Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), in testCreateFromAsset() 299 Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), in testInvalidCmapFont() 310 Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), in testInvalidCmapFont2() 330 final Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), file); in testInvalidCmapFont_tooLargeCodePoints() 344 final Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), file); in testInvalidCmapFont_unsortedEntries() 359 final Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), file); in testInvalidCmapFont_unsortedEntries() [all …]
|
D | Paint_TextBoundsTest.java | 65 Typeface typeface = Typeface.createFromAsset(am, "fonts/measurement/bbox.ttf"); in getPaint()
|
D | CanvasDrawGlyphsTest.java | 56 mTypeface = Typeface.createFromAsset(context.getAssets(), FONT_PATH); in setup()
|
D | PaintTest.java | 1067 Typeface typeface = Typeface.createFromAsset(context.getAssets(), 1965 paint.setTypeface(Typeface.createFromAsset(context.getAssets(), 2019 paint.setTypeface(Typeface.createFromAsset(context.getAssets(),
|
/cts/tests/tests/uirendering/jni/ |
D | android_uirendering_cts_AImageDecoderTest.cpp | 94 static jlong createFromAsset(JNIEnv* env, jobject, jlong asset) { in createFromAsset() function 212 auto decoder = createFromAsset(env, nullptr, asset); in testNullFrameInfo() 289 { "nCreateFromAsset", "(J)J", (void*) createFromAsset },
|
/cts/tests/tests/text/src/android/text/cts/ |
D | StaticLayoutLineBreakAutoTest.kt | 74 paint.typeface = Typeface.createFromAsset(context.assets, JP_FONT) in setupPaint() 77 paint.typeface = Typeface.createFromAsset(context.assets, KO_FONT) in setupPaint()
|
D | StaticLayoutLineBreakingNoBreakSpanTest.kt | 47 typeface = Typeface.createFromAsset(context.assets, "fonts/AllOneEmASCIIFont.ttf") in <lambda>()
|
D | EllipsisHyphenationTest.kt | 57 typeface = Typeface.createFromAsset(assets, "fonts/AllOneEmASCIIFont.ttf") in <lambda>()
|
D | BoringLayoutUseBoundsTest.kt | 49 private val overshootFont = Typeface.createFromAsset(context.assets, "fonts/OvershootTest.ttf")
|
D | LayoutFillCharacterBoundsTest.java | 47 sTextPaint.setTypeface(Typeface.createFromAsset(context.getAssets(), in Typeface.createFromAsset()
|
D | TextRunAdvancesTest.java | 41 Typeface typeface = Typeface.createFromAsset(am, "fonts/textrunadvances.ttf"); in getPaint()
|
D | StaticLayoutLineBreakingTest.java | 74 sTextPaint.setTypeface(Typeface.createFromAsset(context.getAssets(), in Typeface.createFromAsset()
|
D | StaticLayoutLineBreakingVariantsTest.java | 57 paint.setTypeface(Typeface.createFromAsset(context.getAssets(), in setupPaint()
|
D | LayoutGetRangeForRectTest.java | 89 Typeface.createFromAsset( in setup()
|
D | LayoutUseBoundsTest.kt | 80 private val overshootFont = Typeface.createFromAsset(context.assets, "fonts/OvershootTest.ttf") in getParams()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTextBoundsInfoTest.java | 139 sTypeface = Typeface.createFromAsset( in setupClass()
|
D | TextViewHandwritingGestureTest.java | 134 Typeface typeface = Typeface.createFromAsset( in setup()
|
D | TextViewTest.java | 3825 Typeface typeface = Typeface.createFromAsset(context.getAssets(), "multiaxis.ttf"); in testSetGetFontVariationSettings() 3958 mTextView.setTypeface(Typeface.createFromAsset( in testGetOffsetForPositionMultiLineLtr() 4026 mTextView.setTypeface(Typeface.createFromAsset( in testGetOffsetForPositionMultiLineRtl()
|
/cts/tests/tests/graphics/src/android/graphics/text/cts/ |
D | MeasuredTextTest.java | 201 Typeface typeface = Typeface.createFromAsset(am, "fonts/measurement/bbox.ttf"); in testGetBounds_RTL()
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_AImageDecoderTest.cpp | 230 static jlong createFromAsset(JNIEnv* env, jclass, jlong asset) { in createFromAsset() function 1265 { "nCreateFromAsset", "(J)J", (void*) createFromAsset },
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 17244 …method public static android.graphics.Typeface createFromAsset(android.content.res.AssetManager, S…
|