Home | History | Annotate | Download | only in core

Lines Matching refs:shadeProc

375         SkShader::ShadeProc shadeProc = fShader->asAShadeProc(&ctx);
376 if (shadeProc) {
378 shadeProc(ctx, x, y, device, width);
585 SkShader::ShadeProc shadeProc = fShader->asAShadeProc(&ctx);
587 if (shadeProc) {
589 shadeProc(ctx, x, y, device, 1);
602 if (shadeProc) {
604 shadeProc(ctx, x, y, &c, 1);