Searched refs:unpremul (Results 1 - 25 of 45) sorted by relevance

12

/external/skia/src/gpu/effects/
H A DGrUnpremulInputFragmentProcessor.fp20 return input.unpremul();
H A DGrUnpremulInputFragmentProcessor.h20 return input.unpremul();
H A DGrSRGBEffect.cpp104 color = color.unpremul();
/external/skqp/src/gpu/effects/
H A DGrUnpremulInputFragmentProcessor.fp20 return input.unpremul();
H A DGrUnpremulInputFragmentProcessor.h20 return input.unpremul();
H A DGrSRGBEffect.cpp104 color = color.unpremul();
/external/skia/tools/gdb/
H A Dbitmap.py38 unpremul = 3 variable in class:AlphaType
66 if alpha_type == AlphaType.unpremul.value:
/external/skqp/tools/gdb/
H A Dbitmap.py38 unpremul = 3 variable in class:AlphaType
66 if alpha_type == AlphaType.unpremul.value:
/external/skia/src/core/
H A DSkPM4f.h72 SkColor4f unpremul() const;
H A DSkColorFilter.cpp79 return dst.unpremul();
237 p->append(SkRasterPipeline::unpremul);
H A DSkConvertPixels.cpp250 pipeline.append(SkRasterPipeline::unpremul);
277 pipeline.append(SkRasterPipeline::unpremul);
H A DSkColor.cpp114 SkColor4f SkPM4f::unpremul() const { function in class:SkPM4f
/external/skqp/src/core/
H A DSkPM4f.h72 SkColor4f unpremul() const;
H A DSkColorFilter.cpp79 return dst.unpremul();
240 p->append(SkRasterPipeline::unpremul);
H A DSkConvertPixels.cpp250 pipeline.append(SkRasterPipeline::unpremul);
277 pipeline.append(SkRasterPipeline::unpremul);
/external/skia/src/images/
H A DSkImageEncoderFns.h178 p.append(SkRasterPipeline::unpremul);
323 p.append(SkRasterPipeline::unpremul);
353 p.append(SkRasterPipeline::unpremul);
388 p.append(SkRasterPipeline::unpremul);
/external/skia/tools/
H A Dpicture_utils.cpp100 p.append(SkRasterPipeline::unpremul);
/external/skqp/src/images/
H A DSkImageEncoderFns.h178 p.append(SkRasterPipeline::unpremul);
323 p.append(SkRasterPipeline::unpremul);
353 p.append(SkRasterPipeline::unpremul);
388 p.append(SkRasterPipeline::unpremul);
/external/skqp/tools/
H A Dpicture_utils.cpp100 p.append(SkRasterPipeline::unpremul);
/external/skia/src/utils/
H A DSkPatchUtils.cpp243 SkRGBAf unpremul() const { function in struct:SkRGBAf
284 static void unpremul(SkRGBAf array[], int count) { function
286 array[i] = array[i].unpremul();
435 unpremul(tmpColors, vertexCount);
/external/skia/tests/
H A DSkColorSpace_NewTest.cpp73 p.append(SkRasterPipeline::unpremul);
/external/skqp/src/utils/
H A DSkPatchUtils.cpp243 SkRGBAf unpremul() const { function in struct:SkRGBAf
284 static void unpremul(SkRGBAf array[], int count) { function
286 array[i] = array[i].unpremul();
435 unpremul(tmpColors, vertexCount);
/external/skqp/tests/
H A DSkColorSpace_NewTest.cpp73 p.append(SkRasterPipeline::unpremul);
/external/skqp/src/gpu/
H A DGrContext.cpp487 // We only allow premul <-> unpremul conversions for some formats
520 // The src is unpremul but the dst is premul -> premul the src before or as part of the write
652 // The src is premul but the dst is unpremul -> unpremul the src after or as part of the read
653 bool unpremul = SkToBool(kUnpremul_PixelOpsFlag & flags); local
654 if (!valid_pixel_conversion(srcProxy->config(), dstConfig, unpremul)) {
659 // without any color spaces attached, and the caller wants us to unpremul.
661 unpremul &&
665 // Are we going to try to unpremul as part of a draw? For the non-legacy case, we always allow
667 bool unpremulOnGpu = unpremul
[all...]
/external/skia/src/gpu/
H A DGrContext.cpp676 // We only allow premul <-> unpremul conversions for some formats
770 // The src is unpremul but the dst is premul -> premul the src before or as part of the write
907 // The src is premul but the dst is unpremul -> unpremul the src after or as part of the read
908 bool unpremul = SkToBool(kUnpremul_PixelOpsFlag & flags); local
910 if (!valid_pixel_conversion(dstColorType, srcProxy->config(), unpremul)) {
915 // without any color spaces attached, and the caller wants us to unpremul.
917 unpremul &&
921 // Are we going to try to unpremul as part of a draw? For the non-legacy case, we always allow
923 bool unpremulOnGpu = unpremul
[all...]

Completed in 478 milliseconds

12