Home | History | Annotate | Download | only in effects

Lines Matching full:shade

443 SkPMColor SkPerlinNoiseShader::shade(const SkPoint& point, StitchData& stitchData) {
478 result[i] = shade(point, stitchData);
489 result[i] = SkDitherRGB32To565(shade(point, stitchData), dither);