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

  /external/chromium_org/third_party/skia/src/core/
SkBlitter_ARGB32.cpp 377 SkShader::Context::ShadeProc shadeProc = shaderContext->asAShadeProc(&ctx);
378 if (shadeProc) {
380 shadeProc(ctx, x, y, device, width);
587 SkShader::Context::ShadeProc shadeProc = shaderContext->asAShadeProc(&ctx);
589 if (shadeProc) {
591 shadeProc(ctx, x, y, device, 1);
604 if (shadeProc) {
606 shadeProc(ctx, x, y, &c, 1)
    [all...]
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 377 SkShader::Context::ShadeProc shadeProc = shaderContext->asAShadeProc(&ctx);
378 if (shadeProc) {
380 shadeProc(ctx, x, y, device, width);
587 SkShader::Context::ShadeProc shadeProc = shaderContext->asAShadeProc(&ctx);
589 if (shadeProc) {
591 shadeProc(ctx, x, y, device, 1);
604 if (shadeProc) {
606 shadeProc(ctx, x, y, &c, 1)
    [all...]
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 255 TwoPointConicalProc shadeProc = twopoint_repeat;
257 shadeProc = twopoint_clamp;
259 shadeProc = twopoint_mirror;
283 (*shadeProc)(&rec, dstC, cache, toggle, count);
291 (*shadeProc)(&rec, dstC, cache, toggle, 1);
SkLinearGradient.cpp 231 LinearShadeProc shadeProc = shadeSpan_linear_repeat;
233 shadeProc = shadeSpan_linear_vertical_lerp;
235 shadeProc = shadeSpan_linear_clamp;
237 shadeProc = shadeSpan_linear_mirror;
241 (*shadeProc)(proc, dx, fx, dstC, cache, toggle, count);
418 LinearShade16Proc shadeProc = shadeSpan16_linear_repeat;
420 shadeProc = shadeSpan16_linear_vertical;
422 shadeProc = shadeSpan16_linear_clamp;
424 shadeProc = shadeSpan16_linear_mirror;
428 (*shadeProc)(proc, dx, fx, dstC, cache, toggle, count)
    [all...]
SkRadialGradient.cpp 203 RadialShade16Proc shadeProc = shadeSpan16_radial_repeat;
205 shadeProc = shadeSpan16_radial_clamp;
207 shadeProc = shadeSpan16_radial_mirror;
211 (*shadeProc)(srcPt.fX, sdx, srcPt.fY, sdy, dstC,
434 RadialShadeProc shadeProc = shadeSpan_radial_repeat;
436 shadeProc = shadeSpan_radial_clamp;
438 shadeProc = shadeSpan_radial_mirror;
442 (*shadeProc)(srcPt.fX, sdx, srcPt.fY, sdy, dstC, cache, count, toggle);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 255 TwoPointConicalProc shadeProc = twopoint_repeat;
257 shadeProc = twopoint_clamp;
259 shadeProc = twopoint_mirror;
283 (*shadeProc)(&rec, dstC, cache, toggle, count);
291 (*shadeProc)(&rec, dstC, cache, toggle, 1);
SkLinearGradient.cpp 245 LinearShadeProc shadeProc = shadeSpan_linear_repeat;
247 shadeProc = shadeSpan_linear_vertical_lerp;
249 shadeProc = shadeSpan_linear_clamp;
251 shadeProc = shadeSpan_linear_mirror;
255 (*shadeProc)(proc, dx, fx, dstC, cache, toggle, count);
432 LinearShade16Proc shadeProc = shadeSpan16_linear_repeat;
434 shadeProc = shadeSpan16_linear_vertical;
436 shadeProc = shadeSpan16_linear_clamp;
438 shadeProc = shadeSpan16_linear_mirror;
442 (*shadeProc)(proc, dx, fx, dstC, cache, toggle, count)
    [all...]
SkRadialGradient.cpp 202 RadialShade16Proc shadeProc = shadeSpan16_radial_repeat;
204 shadeProc = shadeSpan16_radial_clamp;
206 shadeProc = shadeSpan16_radial_mirror;
210 (*shadeProc)(srcPt.fX, sdx, srcPt.fY, sdy, dstC,
446 RadialShadeProc shadeProc = shadeSpan_radial_repeat;
448 shadeProc = shadeSpan_radial_clamp;
450 shadeProc = shadeSpan_radial_mirror;
454 (*shadeProc)(srcPt.fX, sdx, srcPt.fY, sdy, dstC, cache, count, toggle);

Completed in 137 milliseconds