/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | AImageDecoderTest.java | 311 private static Bitmap decode(ImageDecoder.Source src, boolean unpremul) { in decode() 324 private static Bitmap decode(int resId, boolean unpremul) { in decode() 341 public void testDecode10BitHeif(int bitmapFormat, boolean unpremul) throws IOException { in testDecode10BitHeif() 378 public void testDecode10BitAvif(int bitmapFormat, boolean unpremul) throws IOException { in testDecode10BitAvif() 413 public void testDecode(ImageDecoderTest.AssetRecord record, boolean unpremul) { in testDecode() 427 public void testDecodeResources(ImageDecoderTest.Record record, boolean unpremul) in testDecodeResources()
|
H A D | BitmapFactoryTest.java | 637 Bitmap unpremul = BitmapFactory.decodeResource(mRes, R.drawable.premul_data, options); in testDecodePremultipliedData() local
|
H A D | ImageDecoderTest.java | 607 Bitmap unpremul = ImageDecoder.decodeBitmap(src, in testUnpremul() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkColorSpaceXformStepsTest.cpp | 25 unpremul = kUnpremul_SkAlphaType; in DEF_TEST() local 31 bool unpremul; in DEF_TEST() member
|
H A D | ColorFilterTest.cpp | 127 SkAlphaType unpremul = kUnpremul_SkAlphaType; in DEF_TEST() local 143 SkAlphaType unpremul = kUnpremul_SkAlphaType; in DEF_TEST() local
|
H A D | NonlinearBlendingTest.cpp | 36 auto unpremul = skcms_AlphaFormat_Unpremul, in DEF_TEST() local
|
H A D | SwizzlerTest.cpp | 229 const float unpremul = normalized * inverseAlpha; in calcExpected() local
|
H A D | ImageTest.cpp | 615 SkBitmap unpremul; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
/aosp_15_r20/external/skia/tools/gdb/ |
H A D | bitmap.py | 41 unpremul = 3 variable in AlphaType
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkColorSpaceXformSteps.h | 22 bool unpremul = false; member
|
/aosp_15_r20/external/skia/gm/ |
H A D | lumafilter.cpp | 195 SkAlphaType unpremul = kUnpremul_SkAlphaType; variable
|
H A D | mesh.cpp | 472 static int SpecIndex(bool spin, bool unpremul) { in SpecIndex()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | SurfaceContext.cpp | 140 bool unpremul = flags.unpremul, in readPixels() local 411 bool unpremul = flags.unpremul, in internalWritePixels() local
|
H A D | GrDataUtils.cpp | 407 bool unpremul = src.alphaType() == kPremul_SkAlphaType && in GrConvertPixels() local
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkColor.h | 395 SkRGBA4f<kUnpremul_SkAlphaType> unpremul() const { in unpremul() function
|
/aosp_15_r20/cts/tests/tests/graphics/jni/ |
H A D | android_graphics_cts_AImageDecoderTest.cpp | 513 jint androidBitmapFormat, jboolean unpremul, jobject jbitmap) { in testDecode()
|
/aosp_15_r20/external/skia/tests/graphite/precompile/ |
H A D | PaintParamsKeyTest.cpp | 1287 SkAlphaType unpremul = kUnpremul_SkAlphaType; in create_workingformat_colorfilter() local
|
/aosp_15_r20/external/skia/modules/skcms/src/ |
H A D | Transform_inl.h | 1109 STAGE(unpremul, NoCtx) { in STAGE() argument
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 2438 STAGE(unpremul, NoCtx) { in STAGE() argument
|