Home
last modified time | relevance | path

Searched defs:unpremul (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DAImageDecoderTest.java311 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 DBitmapFactoryTest.java637 Bitmap unpremul = BitmapFactory.decodeResource(mRes, R.drawable.premul_data, options); in testDecodePremultipliedData() local
H A DImageDecoderTest.java607 Bitmap unpremul = ImageDecoder.decodeBitmap(src, in testUnpremul() local
/aosp_15_r20/external/skia/tests/
H A DSkColorSpaceXformStepsTest.cpp25 unpremul = kUnpremul_SkAlphaType; in DEF_TEST() local
31 bool unpremul; in DEF_TEST() member
H A DColorFilterTest.cpp127 SkAlphaType unpremul = kUnpremul_SkAlphaType; in DEF_TEST() local
143 SkAlphaType unpremul = kUnpremul_SkAlphaType; in DEF_TEST() local
H A DNonlinearBlendingTest.cpp36 auto unpremul = skcms_AlphaFormat_Unpremul, in DEF_TEST() local
H A DSwizzlerTest.cpp229 const float unpremul = normalized * inverseAlpha; in calcExpected() local
H A DImageTest.cpp615 SkBitmap unpremul; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/aosp_15_r20/external/skia/tools/gdb/
H A Dbitmap.py41 unpremul = 3 variable in AlphaType
/aosp_15_r20/external/skia/src/core/
H A DSkColorSpaceXformSteps.h22 bool unpremul = false; member
/aosp_15_r20/external/skia/gm/
H A Dlumafilter.cpp195 SkAlphaType unpremul = kUnpremul_SkAlphaType; variable
H A Dmesh.cpp472 static int SpecIndex(bool spin, bool unpremul) { in SpecIndex()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DSurfaceContext.cpp140 bool unpremul = flags.unpremul, in readPixels() local
411 bool unpremul = flags.unpremul, in internalWritePixels() local
H A DGrDataUtils.cpp407 bool unpremul = src.alphaType() == kPremul_SkAlphaType && in GrConvertPixels() local
/aosp_15_r20/external/skia/include/core/
H A DSkColor.h395 SkRGBA4f<kUnpremul_SkAlphaType> unpremul() const { in unpremul() function
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A Dandroid_graphics_cts_AImageDecoderTest.cpp513 jint androidBitmapFormat, jboolean unpremul, jobject jbitmap) { in testDecode()
/aosp_15_r20/external/skia/tests/graphite/precompile/
H A DPaintParamsKeyTest.cpp1287 SkAlphaType unpremul = kUnpremul_SkAlphaType; in create_workingformat_colorfilter() local
/aosp_15_r20/external/skia/modules/skcms/src/
H A DTransform_inl.h1109 STAGE(unpremul, NoCtx) { in STAGE() argument
/aosp_15_r20/external/skia/src/opts/
H A DSkRasterPipeline_opts.h2438 STAGE(unpremul, NoCtx) { in STAGE() argument