Lines Matching defs:premul
37 const SkScalar* positions, int count, bool premul, const GrFPArgs& args) {
50 SkAlphaType alphaType = premul ? kPremul_SkAlphaType : kUnpremul_SkAlphaType;
436 bool premul,
524 return make_textured_colorizer(colors, positions, count, premul, args);
693 // premul issues depending on the interpolation mode
701 colors[i] = inputPremul ? upmColor.premul()
731 // The top-level effect has to export premul colors, but under certain conditions it doesn't
732 // need to do anything to achieve that: i.e. its interpolating already premul colors
733 // (inputPremul) or all the colors have a = 1, in which case premul is a no op. Note that this
735 // optimize away the make-premul op for two point conical gradients (which report false for