Home
last modified time | relevance | path

Searched refs:ALPHA_8 (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifPatternDrawableTest.java90 Bitmap mockBitmapCache = Bitmap.createBitmap(1366, 768, Bitmap.Config.ALPHA_8); in testScaleToCanvasSquare()
106 Bitmap mockBitmapCache = Bitmap.createBitmap(1366, 768, Bitmap.Config.ALPHA_8); in testScaleToCanvasTall()
123 Bitmap mockBitmapCache = Bitmap.createBitmap(1366, 768, Bitmap.Config.ALPHA_8); in testScaleToCanvasWide()
140 Bitmap mockBitmapCache = Bitmap.createBitmap(2049, 1152, Bitmap.Config.ALPHA_8); in testScaleToCanvasMaxSize()
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuare.kt52 val resized = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8) in <lambda>()
68 return Bitmap.createBitmap(data, width, height, Bitmap.Config.ALPHA_8) in <lambda>()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Mixer_FilterCoeffs.h45 #define ALPHA_8 2147437651 /* Floating point Alpha = 0.999979 */ macro
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DAlpha8BitmapActivity.java51 Bitmap.Config.ALPHA_8); in BitmapsView()
DPathsActivity.java100 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8); in PathsView()
/frameworks/rs/toolkit/test/
DIntrinsicResize.kt89 Bitmap.Config.ALPHA_8 -> 1 in intrinsicResize()
DBufferUtils.kt462 Bitmap.Config.ALPHA_8 -> Element.A_8(context) in renderScriptVectorElementForF32()
476 Bitmap.Config.ALPHA_8 -> 1 in vectorSizeOfBitmap()
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DOtfFontFileParser.java110 layout.getWidth(), layout.getHeight(), Bitmap.Config.ALPHA_8); in tryToCreateTypeface()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java482 ALPHA_8(1), enumConstant
590 null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888, RGBA_F16, HARDWARE, RGBA_1010102
964 case ALPHA_8: in createBitmap()
965 newConfig = Config.ALPHA_8; in createBitmap()
1225 if (colorSpace == null && config != Config.ALPHA_8) { in createBitmap()
2013 if (getConfig() == Config.ALPHA_8) { in setColorSpace()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBitmapInfo.java54 public static final Bitmap LOW_RES_ICON = Bitmap.createBitmap(1, 1, Config.ALPHA_8);
DIconNormalizer.java91 mBitmap = Bitmap.createBitmap(mMaxSize, mMaxSize, Bitmap.Config.ALPHA_8); in IconNormalizer()
DBaseIconFactory.java380 bitmap = Bitmap.createBitmap(size, size, Config.ALPHA_8); in createIconBitmap()
/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
DGainmapImage.kt138 if (map.config != Bitmap.Config.ALPHA_8) { in <lambda>()
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DHealing.java50 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8); in buildMask()
DFindRegion.java172 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8); in buildMask()
/frameworks/base/core/tests/coretests/src/android/service/controls/
DControlProviderServiceTest.java238 Bitmap bitmap = Bitmap.createBitmap(max * 2, max * 2, Bitmap.Config.ALPHA_8); in testThumbnailRescaled_bigger()
269 Bitmap bitmap = Bitmap.createBitmap(min / 2, min / 2, Bitmap.Config.ALPHA_8); in testThumbnailRescaled_smaller()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java158 Bitmap bitmap = Bitmap.createBitmap(scaledWidth, scaledHeight, Bitmap.Config.ALPHA_8); in createBitmapCache()
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DHealing.java50 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8); in buildMask()
/frameworks/rs/toolkit/java/
DToolkit.kt1482 inputBitmap.config == Bitmap.Config.ALPHA_8 in validateBitmap()
1559 Bitmap.Config.ALPHA_8 -> 1 in vectorSize()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java693 icon.getWidth(), icon.getHeight(), Config.ALPHA_8); in updateTitleAndIconLocked()
793 && mono.getConfig() == Config.ALPHA_8) { in newContentValues()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java196 Bitmap a = Bitmap.createBitmap(b.getWidth(), b.getHeight(), Bitmap.Config.ALPHA_8); in convertToAlphaMask()
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java629 case ALPHA_8: in validateBitmapFormat()
2647 if (bc == Bitmap.Config.ALPHA_8) { in elementFromBitmap()
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java173 mBitmap = Bitmap.createBitmap(mMaxSize, mMaxSize, Bitmap.Config.ALPHA_8); in SimpleIconFactory()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java642 case ALPHA_8: in validateBitmapFormat()
2759 if (bc == Bitmap.Config.ALPHA_8) { in elementFromBitmap()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java1093 bounds.width(), bounds.height(), Bitmap.Config.ALPHA_8); in updateMaskShaderIfNeeded()

12