Home
last modified time | relevance | path

Searched defs:bm (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DBoringLayout_MetricsTest.java34 BoringLayout.Metrics bm = new BoringLayout.Metrics(); in testMetrics() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DCanvasTest.java36 Bitmap bm = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in setup() local
DImageDecoderTest.java268 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, source) -> { in testDecode10BitHeif() local
288 Bitmap bm = decodeUnscaledBitmap(R.raw.avif_yuv_420_10bit, (decoder, info, source) -> { in testDecode10BitAvif() local
327 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, source) -> { in testDecode10BitHeifWithLowRam() local
351 Bitmap bm = decodeUnscaledBitmap(R.raw.avif_yuv_420_10bit, (decoder, info, source) -> { in testDecode10BitAvifWithLowRam() local
443 Bitmap bm = ImageDecoder.decodeBitmap(src); in testDecodeBitmap() local
537 Bitmap bm = null; in testSetAllocatorDecodeBitmap() local
734 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorOverridesNinepatch() local
766 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorAndMadeOpaque() local
798 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorAndAddedTransparency() local
1254 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testMutable() local
[all …]
DAImageDecoderTest.java346 Bitmap bm = null; in testDecode10BitHeif() local
383 Bitmap bm = null; in testDecode10BitAvif() local
416 Bitmap bm = decode(src, unpremul); in testDecode() local
429 Bitmap bm = decode(record.resId, unpremul); in testDecodeResources() local
DBitmapTest.java2499 Bitmap bm = Bitmap.createBitmap(10, 10, pair.config); in testNdkFormats() local
2509 Bitmap bm = Bitmap.createBitmap(10, 10, pair.config); in testNdkFormatsHardware() local
2551 Bitmap bm = Bitmap.createBitmap(width, height, config, hasAlpha); in testNdkInfo() local
2579 Bitmap bm = Bitmap.createBitmap(10, 10, Config.RGBA_F16, false, colorSpace); in testNdkDataSpaceF16Extended() local
2590 Bitmap bm = Bitmap.createBitmap(10, 10, Config.RGBA_F16, false, colorSpace); in testNdkDataSpaceF16Extended() local
2606 Bitmap bm = Bitmap.createBitmap(10, 10, c, false, colorSpace); in testNdkDataSpaceNonExtended() local
2619 Bitmap bm = Bitmap.createBitmap(10, 10, c, false, colorSpace); in testNdkDataSpaceNonExtended() local
2647 Bitmap bm = Bitmap.createBitmap(10, 10, c, false, colorSpace); in testNdkDataSpace() local
2661 Bitmap bm = Bitmap.createBitmap(10, 10, Config.ALPHA_8); in testNdkDataSpaceAlpha8() local
2673 private static native int nGetDataSpace(Bitmap bm); in nGetDataSpace()
[all …]
DBitmapFactoryTest.java816 Bitmap bm = BitmapFactory.decodeResource(mRes, R.raw.b78329453, options); in testJpegInfiniteLoop() local
839 Bitmap bm = BitmapFactory.decodeByteArray(bytes, 0, bytes.length, mOpt1); in testDng() local
1031 Bitmap bm = BitmapFactory.decodeStream(obtainInputStream(R.raw.heifimage_10bit), null, opt); in testDecode10BitHEIF10BitBitmap() local
1047 Bitmap bm = BitmapFactory.decodeStream( in testDecode10BitAVIFTo10BitBitmap() local
DBitmapColorSpaceTest.java1187 Bitmap bm = ImageDecoder.decodeBitmap(source, (decoder, info, s) -> { in testGrayscaleProfile() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-1988/
Dpoc.cpp38 SkBitmap bm; in decode() local
/cts/tests/ServiceKillTest/src/com/android/cts/servicekilltest/
DServiceKillTests.java198 final BatteryManager bm = in setChargingAndCheck() local
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DUtils.java191 Bitmap bm = Bitmap.createBitmap(bmWidth, bmHeight, Bitmap.Config.ARGB_8888); in renderWithTransform() local
491 Bitmap bm = Bitmap.createBitmap(bmWidth, bmHeight, Bitmap.Config.ARGB_8888); in renderPreV() local
554 static int[] getColorProbes(@NonNull Bitmap bm) { in getColorProbes()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DBiometricsDeviceInfo.java120 final BiometricManager bm = getContext().getSystemService(BiometricManager.class); in collectDeviceInfo() local
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DAppStandbyTests.java293 final BatteryManager bm = sContext.getSystemService(BatteryManager.class); in setBatteryCharging() local
/cts/tests/mediapc/src/android/mediapc/cts/
DVideoCodecRequirementsTest.java100 Bitmap bm = ImageDecoder.decodeBitmap(src); in decodeAVIF() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DBitmapDrawableTest.java570 Bitmap bm = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSetBitmap() local
DAnimatedImageDrawableTest.java304 Bitmap bm = Bitmap.createBitmap(drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight(), in testLifeCycleSoftware() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DCanvasTests.java232 Bitmap bm = getMutableBitmap(); in drawRotatedBitmap() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1070 Bitmap bm[] = new Bitmap[MAX_ALLOCATED_BITMAPS]; in takePictureTestByCamera() local