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 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);
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);
SkTwoPointRadialGradient.cpp 287 TwoPointRadialShadeProc shadeProc = shadeSpan_twopoint_repeat;
289 shadeProc = shadeSpan_twopoint_clamp;
291 shadeProc = shadeSpan_twopoint_mirror;
295 (*shadeProc)(fx, dx, fy, dy, b, db,
  /external/skia/src/effects/gradients/
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);
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);
SkTwoPointRadialGradient.cpp 287 TwoPointRadialShadeProc shadeProc = shadeSpan_twopoint_repeat;
289 shadeProc = shadeSpan_twopoint_clamp;
291 shadeProc = shadeSpan_twopoint_mirror;
295 (*shadeProc)(fx, dx, fy, dy, b, db,
  /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...]

Completed in 352 milliseconds