HomeSort by relevance Sort by last modified time
    Searched refs:shadeProc (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 224 LinearShadeProc shadeProc = shadeSpan_linear_repeat;
226 shadeProc = shadeSpan_linear_vertical_lerp;
228 shadeProc = shadeSpan_linear_clamp;
230 shadeProc = shadeSpan_linear_mirror;
234 (*shadeProc)(proc, dx, fx, dstC, cache, toggle, count);
405 LinearShade16Proc shadeProc = shadeSpan16_linear_repeat;
407 shadeProc = shadeSpan16_linear_vertical;
409 shadeProc = shadeSpan16_linear_clamp;
411 shadeProc = shadeSpan16_linear_mirror;
415 (*shadeProc)(proc, dx, fx, dstC, cache, toggle, count)
    [all...]
SkRadialGradient.cpp 196 RadialShade16Proc shadeProc = shadeSpan16_radial_repeat;
198 shadeProc = shadeSpan16_radial_clamp;
200 shadeProc = shadeSpan16_radial_mirror;
204 (*shadeProc)(srcPt.fX, sdx, srcPt.fY, sdy, dstC,
444 RadialShadeProc shadeProc = shadeSpan_radial_repeat;
446 shadeProc = shadeSpan_radial_clamp;
448 shadeProc = shadeSpan_radial_mirror;
452 (*shadeProc)(srcPt.fX, sdx, srcPt.fY, sdy, dstC, cache, count, toggle);
SkTwoPointRadialGradient.cpp 262 TwoPointRadialShadeProc shadeProc = shadeSpan_twopoint_repeat;
264 shadeProc = shadeSpan_twopoint_clamp;
266 shadeProc = shadeSpan_twopoint_mirror;
270 (*shadeProc)(fx, dx, fy, dy, b, db,
SkTwoPointConicalGradient.cpp 210 TwoPointConicalProc shadeProc = twopoint_repeat;
212 shadeProc = twopoint_clamp;
214 shadeProc = twopoint_mirror;
238 (*shadeProc)(&fRec, dstC, cache, toggle, count);
248 (*shadeProc)(&fRec, dstC, cache, toggle, 1);
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 224 LinearShadeProc shadeProc = shadeSpan_linear_repeat;
226 shadeProc = shadeSpan_linear_vertical_lerp;
228 shadeProc = shadeSpan_linear_clamp;
230 shadeProc = shadeSpan_linear_mirror;
234 (*shadeProc)(proc, dx, fx, dstC, cache, toggle, count);
405 LinearShade16Proc shadeProc = shadeSpan16_linear_repeat;
407 shadeProc = shadeSpan16_linear_vertical;
409 shadeProc = shadeSpan16_linear_clamp;
411 shadeProc = shadeSpan16_linear_mirror;
415 (*shadeProc)(proc, dx, fx, dstC, cache, toggle, count)
    [all...]
SkRadialGradient.cpp 196 RadialShade16Proc shadeProc = shadeSpan16_radial_repeat;
198 shadeProc = shadeSpan16_radial_clamp;
200 shadeProc = shadeSpan16_radial_mirror;
204 (*shadeProc)(srcPt.fX, sdx, srcPt.fY, sdy, dstC,
444 RadialShadeProc shadeProc = shadeSpan_radial_repeat;
446 shadeProc = shadeSpan_radial_clamp;
448 shadeProc = shadeSpan_radial_mirror;
452 (*shadeProc)(srcPt.fX, sdx, srcPt.fY, sdy, dstC, cache, count, toggle);
SkTwoPointRadialGradient.cpp 262 TwoPointRadialShadeProc shadeProc = shadeSpan_twopoint_repeat;
264 shadeProc = shadeSpan_twopoint_clamp;
266 shadeProc = shadeSpan_twopoint_mirror;
270 (*shadeProc)(fx, dx, fy, dy, b, db,
SkTwoPointConicalGradient.cpp 210 TwoPointConicalProc shadeProc = twopoint_repeat;
212 shadeProc = twopoint_clamp;
214 shadeProc = twopoint_mirror;
238 (*shadeProc)(&fRec, dstC, cache, toggle, count);
248 (*shadeProc)(&fRec, dstC, cache, toggle, 1);
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_ARGB32.cpp 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)
    [all...]
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 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)
    [all...]

Completed in 564 milliseconds