Home | History | Annotate | Download | only in core

Lines Matching refs:dither

98             unsigned dither = DITHER_VALUE(x);
99 *dst++ = SkDitherRGB32To565(c, dither);
117 int dither = DITHER_VALUE(x);
121 sr = SkDITHER_R32To565(sr, dither);
122 sg = SkDITHER_G32To565(sg, dither);
123 sb = SkDITHER_B32To565(sb, dither);
184 int dither = DITHER_VALUE(x);
189 sr = SkDITHER_R32To565(sr, dither);
190 sg = SkDITHER_G32To565(sg, dither);
191 sb = SkDITHER_B32To565(sb, dither);
228 // no dither
235 // dither
260 // TODO: stop cheating and fill dither from the above specializations!