Lines Matching defs:unpremul
1274 bool unpremul,
1278 if (unpremul) {
1285 if (unpremul) {
1334 // Determine which conversions have to be applied: flipY, swapRAnd, and/or unpremul.
1354 bool unpremul = SkToBool(kUnpremul_PixelOpsFlag & flags);
1356 if (unpremul && !GrPixelConfigIs8888(dstConfig)) {
1357 // The unpremul flag is only allowed for these two configs.
1367 if (NULL != src && (swapRAndB || unpremul || flipY)) {
1398 if (unpremul) {
1401 unpremul = false; // we no longer need to do this on CPU after the read back.
1440 if (unpremul || swapRAndB) {
1446 grconfig_to_config8888(dstConfig, unpremul, &dstC8888);
1575 // handle the unpremul step on the CPU if we couldn't create an effect to do it.