Home | History | Annotate | Download | only in images

Lines Matching full:unpremul

30     // Dither, unpremul, and skipZeroes have no effect
47 // Dither, unpremul, and skipZeroes have no effect
102 // For now, just return unpremul.
139 // Unpremul and skip zeroes make no difference
172 // Unpremul and skip zeroes make no difference
194 // Unpremul, dither, and skip zeroes have no effect
227 // Skip zeroes and unpremul make no difference
261 // Skip zeroes and unpremul make no difference
516 // Unpremul not allowed
549 // Unpremul not allowed
791 // Each column represents a different combination of dither and unpremul.
793 // U = unpremul ~U = no unpremul
856 for (int unpremul = 0; unpremul <= 1; ++unpremul) {
864 dummyDecoder.setRequireUnpremultipliedColors(SkToBool(unpremul));