Searched refs:unpremul (Results 1 – 15 of 15) sorted by relevance
162 p.append(SkRasterPipeline::unpremul); in transform_scanline_unpremultiply_sRGB()247 p.append(SkRasterPipeline::unpremul); in transform_scanline_F16_premul()274 p.append(SkRasterPipeline::unpremul); in transform_scanline_F16_premul_to_8888()
431 bool unpremul = SkToBool(kUnpremul_PixelOpsFlag & flags); in readSurfacePixels() local432 if (unpremul && !valid_unpremul_config(dstConfig)) { in readSurfacePixels()444 if (unpremul && this->validPMUPMConversionExists(src->config())) { in readSurfacePixels()478 if (unpremul) { in readSurfacePixels()482 unpremul = false; // we no longer need to do this on CPU after the read back. in readSurfacePixels()527 if (unpremul) { in readSurfacePixels()
178 return input.unpremul(); in constantOutputForConstantInput()
74 static Sk4f unpremul(const Sk4f& x) { in unpremul() function108 srcf = unpremul(srcf); in filter_span()252 if (!shaderIsOpaque) { p->append(SkRasterPipeline::unpremul); } in onAppendStages()
63 SkColor4f unpremul() const;
307 pipeline.append(SkRasterPipeline::unpremul); in convert_with_pipeline()324 pipeline.append(SkRasterPipeline::unpremul); in convert_with_pipeline()
62 M(unpremul) M(premul) \
79 return dst.unpremul(); in filterColor4f()
114 SkColor4f SkPM4f::unpremul() const { in unpremul() function in SkPM4f
263 GrColor4f unpremul() const { in unpremul() function
59 M(unpremul) \
611 STAGE(unpremul) { in STAGE() argument
200 p->append(SkRasterPipeline::unpremul); in onAppendStages()
118 p->append(SkRasterPipeline::unpremul); in onAppendStages()
357 STAGE(unpremul) { in STAGE() argument