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.java317 Bitmap bm = ImageDecoder.decodeBitmap(src); in testDecodeBitmap() local
418 Bitmap bm = null; in testSetAllocatorDecodeBitmap() local
616 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorOverridesNinepatch() local
648 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorAndMadeOpaque() local
680 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorAndAddedTransparency() local
1135 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testMutable() local
1255 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testTargetSize() local
1305 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testResizeWebp() local
1692 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, s) -> { in testAlphaMaskNonGray() local
1709 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, s) -> { in testAlphaPlusSetTargetColorSpace() local
[all …]
DAImageDecoderTest.java320 Bitmap bm = decode(src, unpremul); in testDecode() local
333 Bitmap bm = decode(record.resId, unpremul); in testDecodeResources() local
DBitmapTest.java2507 Bitmap bm = Bitmap.createBitmap(10, 10, pair.config); in testNdkFormats() local
2517 Bitmap bm = Bitmap.createBitmap(10, 10, pair.config); in testNdkFormatsHardware() local
2563 Bitmap bm = Bitmap.createBitmap(width, height, config, hasAlpha); in testNdkInfo() local
2597 Bitmap bm = Bitmap.createBitmap(10, 10, Config.RGBA_F16, false, colorSpace); in testNdkDataSpaceF16Extended() local
2608 Bitmap bm = Bitmap.createBitmap(10, 10, Config.RGBA_F16, false, colorSpace); in testNdkDataSpaceF16Extended() local
2624 Bitmap bm = Bitmap.createBitmap(10, 10, c, false, colorSpace); in testNdkDataSpaceNonExtended() local
2637 Bitmap bm = Bitmap.createBitmap(10, 10, c, false, colorSpace); in testNdkDataSpaceNonExtended() local
2665 Bitmap bm = Bitmap.createBitmap(10, 10, c, false, colorSpace); in testNdkDataSpace() local
2679 Bitmap bm = Bitmap.createBitmap(10, 10, Config.ALPHA_8); in testNdkDataSpaceAlpha8() local
2691 private static native int nGetDataSpace(Bitmap bm); in nGetDataSpace()
[all …]
DBitmapFactoryTest.java799 Bitmap bm = BitmapFactory.decodeResource(mRes, R.raw.b78329453, options); in testJpegInfiniteLoop() local
822 Bitmap bm = BitmapFactory.decodeByteArray(bytes, 0, bytes.length, mOpt1); in testDng() local
DBitmapColorSpaceTest.java1185 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/tests/permission/src/android/permission/cts/
DNearbyDevicesRenouncePermissionTest.java199 final BluetoothManager bm = context.getSystemService(BluetoothManager.class); in performScan() local
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DAppStandbyTests.java285 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.java172 Bitmap bm = getMutableBitmap(); in drawRotatedBitmap() local
DAImageDecoderTest.kt964 val bm = BitmapFactory.decodeStream(inputStream, null, options) in <lambda>() constant
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java956 Bitmap bm[] = new Bitmap[MAX_ALLOCATED_BITMAPS]; in takePictureTestByCamera() local