Searched refs:unpremul (Results 1 – 6 of 6) sorted by relevance
395 bool unpremul = SkToBool(kUnpremul_PixelOpsFlag & flags); in readSurfacePixels() local396 if (unpremul && !GrPixelConfigIs8888(dstConfig)) { in readSurfacePixels()404 if (unpremul && !this->didFailPMUPMConversionTest()) { in readSurfacePixels()436 if (unpremul) { in readSurfacePixels()440 unpremul = false; // we no longer need to do this on CPU after the read back. in readSurfacePixels()480 if (unpremul) { in readSurfacePixels()
27 SkColor4f unpremul() const;
72 static Sk4f unpremul(const Sk4f& x) { in unpremul() function108 srcf = unpremul(srcf); in filter_span()
60 return dst.unpremul(); in filterColor4f()
116 SkColor4f SkPM4f::unpremul() const { in unpremul() function in SkPM4f
856 for (int unpremul = 0; unpremul <= 1; ++unpremul) { in test_row_proc_choice() local864 dummyDecoder.setRequireUnpremultipliedColors(SkToBool(unpremul)); in test_row_proc_choice()