Home
last modified time | relevance | path

Searched defs:bm (Results 1 – 20 of 20) 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.java276 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, source) -> { in testDecode10BitHeif() local
299 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, source) -> { in testDecode10BitAvif() local
326 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, source) -> { in testDecode10BitHeifWithLowRam() local
350 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, source) -> { in testDecode10BitAvifWithLowRam() local
442 Bitmap bm = ImageDecoder.decodeBitmap(src); in testDecodeBitmap() local
543 Bitmap bm = null; in testSetAllocatorDecodeBitmap() local
741 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorOverridesNinepatch() local
773 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorAndMadeOpaque() local
805 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorAndAddedTransparency() local
1261 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testMutable() local
[all …]
DAImageDecoderTest.java345 Bitmap bm = null; in testDecode10BitHeif() local
382 Bitmap bm = null; in testDecode10BitAvif() local
415 Bitmap bm = decode(src, unpremul); in testDecode() local
428 Bitmap bm = decode(record.resId, unpremul); in testDecodeResources() local
DBitmapTest.java2557 Bitmap bm = Bitmap.createBitmap(10, 10, pair.config); in testNdkFormats() local
2567 Bitmap bm = Bitmap.createBitmap(10, 10, pair.config); in testNdkFormatsHardware() local
2617 Bitmap bm = Bitmap.createBitmap(width, height, config, hasAlpha); in testNdkInfo() local
2651 Bitmap bm = Bitmap.createBitmap(10, 10, Config.RGBA_F16, false, colorSpace); in testNdkDataSpaceF16Extended() local
2662 Bitmap bm = Bitmap.createBitmap(10, 10, Config.RGBA_F16, false, colorSpace); in testNdkDataSpaceF16Extended() local
2678 Bitmap bm = Bitmap.createBitmap(10, 10, c, false, colorSpace); in testNdkDataSpaceNonExtended() local
2691 Bitmap bm = Bitmap.createBitmap(10, 10, c, false, colorSpace); in testNdkDataSpaceNonExtended() local
2719 Bitmap bm = Bitmap.createBitmap(10, 10, c, false, colorSpace); in testNdkDataSpace() local
2733 Bitmap bm = Bitmap.createBitmap(10, 10, Config.ALPHA_8); in testNdkDataSpaceAlpha8() local
2745 private static native int nGetDataSpace(Bitmap bm); in nGetDataSpace()
[all …]
DBitmapFactoryTest.java819 Bitmap bm = BitmapFactory.decodeResource(mRes, R.raw.b78329453, options); in testJpegInfiniteLoop() local
842 Bitmap bm = BitmapFactory.decodeByteArray(bytes, 0, bytes.length, mOpt1); in testDng() local
1038 Bitmap bm = BitmapFactory.decodeStream(obtainInputStream(R.raw.heifimage_10bit), null, opt); in testDecode10BitHEIF10BitBitmap() local
1054 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/pdf/src/android/graphics/pdf/cts/
DPdfRendererTest.java224 private @NonNull int[] getColorProbes(@NonNull Bitmap bm) { in getColorProbes()
246 Bitmap bm = renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, in renderNoTransformationAndComparePoints() local
DUtils.java123 Bitmap bm = Bitmap.createBitmap(bmWidth, bmHeight, Bitmap.Config.ARGB_8888); in renderWithTransform() local
/cts/tests/ServiceKillTest/src/com/android/cts/servicekilltest/
DServiceKillTests.java203 final BatteryManager bm = in setChargingAndCheck() local
/cts/tests/tests/permission/src/android/permission/cts/
DNearbyDevicesRenouncePermissionTest.java205 final BluetoothManager bm = context.getSystemService(BluetoothManager.class); in performScan() local
/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/mediapc/src/android/mediapc/cts/
DVideoCodecRequirementsTest.java81 Bitmap bm = ImageDecoder.decodeBitmap(src); in decodeAVIF() local
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DAppStandbyTests.java304 final BatteryManager bm = sContext.getSystemService(BatteryManager.class); in setBatteryCharging() 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.java296 Bitmap bm = Bitmap.createBitmap(drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight(), in testLifeCycleSoftware() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DCanvasTests.java179 Bitmap bm = getMutableBitmap(); in drawRotatedBitmap() local
DAImageDecoderTest.kt991 val bm = BitmapFactory.decodeStream(inputStream, null, options) in <lambda>() constant
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1062 Bitmap bm[] = new Bitmap[MAX_ALLOCATED_BITMAPS]; in takePictureTestByCamera() local