Home | History | Annotate | Download | only in core

Lines Matching refs:invScale

93                           SkPMColor16 other, unsigned invScale, int count) {
96 *dst = color + SkAlphaMulQ4(*dst, invScale);
98 *dst = other + SkAlphaMulQ4(*dst, invScale);
102 *dst = color + SkAlphaMulQ4(*dst, invScale);
112 uint32_t other, unsigned invScale, int count) {
116 tmp = SkExpand_4444(*dst) * invScale;
118 tmp = SkExpand_4444(*dst) * invScale;
122 tmp = SkExpand_4444(*dst) * invScale;
177 unsigned invScale = 16 - SkAlpha15To16(SkGetPackedA4444(c32));
182 uint32_t d32 = SkExpand_4444(*device) * invScale;
212 unsigned invScale = 16 - fScale16;
217 src_over_4444x(device, c32, o32, invScale, width);