OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shadeProc
(Results
1 - 8
of
8
) sorted by null
/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
...]
/external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp
223
LinearShadeProc
shadeProc
= shadeSpan_linear_repeat;
225
shadeProc
= shadeSpan_linear_vertical_lerp;
227
shadeProc
= shadeSpan_linear_clamp;
229
shadeProc
= shadeSpan_linear_mirror;
233
(*
shadeProc
)(proc, dx, fx, dstC, cache, toggle, count);
404
LinearShade16Proc
shadeProc
= shadeSpan16_linear_repeat;
406
shadeProc
= shadeSpan16_linear_vertical;
408
shadeProc
= shadeSpan16_linear_clamp;
410
shadeProc
= shadeSpan16_linear_mirror;
414
(*
shadeProc
)(proc, dx, fx, dstC, cache, toggle, count)
[
all
...]
SkRadialGradient.cpp
189
RadialShade16Proc
shadeProc
= shadeSpan16_radial_repeat;
191
shadeProc
= shadeSpan16_radial_clamp;
193
shadeProc
= shadeSpan16_radial_mirror;
197
(*
shadeProc
)(srcPt.fX, sdx, srcPt.fY, sdy, dstC,
418
RadialShadeProc
shadeProc
= shadeSpan_radial_repeat;
420
shadeProc
= shadeSpan_radial_clamp;
422
shadeProc
= shadeSpan_radial_mirror;
426
(*
shadeProc
)(srcPt.fX, sdx, srcPt.fY, sdy, dstC, cache, count, toggle);
SkTwoPointConicalGradient.cpp
209
TwoPointConicalProc
shadeProc
= twopoint_repeat;
211
shadeProc
= twopoint_clamp;
213
shadeProc
= twopoint_mirror;
237
(*
shadeProc
)(&fRec, dstC, cache, toggle, count);
245
(*
shadeProc
)(&fRec, dstC, cache, toggle, 1);
/external/skia/src/effects/gradients/
SkLinearGradient.cpp
223
LinearShadeProc
shadeProc
= shadeSpan_linear_repeat;
225
shadeProc
= shadeSpan_linear_vertical_lerp;
227
shadeProc
= shadeSpan_linear_clamp;
229
shadeProc
= shadeSpan_linear_mirror;
233
(*
shadeProc
)(proc, dx, fx, dstC, cache, toggle, count);
404
LinearShade16Proc
shadeProc
= shadeSpan16_linear_repeat;
406
shadeProc
= shadeSpan16_linear_vertical;
408
shadeProc
= shadeSpan16_linear_clamp;
410
shadeProc
= shadeSpan16_linear_mirror;
414
(*
shadeProc
)(proc, dx, fx, dstC, cache, toggle, count)
[
all
...]
SkRadialGradient.cpp
189
RadialShade16Proc
shadeProc
= shadeSpan16_radial_repeat;
191
shadeProc
= shadeSpan16_radial_clamp;
193
shadeProc
= shadeSpan16_radial_mirror;
197
(*
shadeProc
)(srcPt.fX, sdx, srcPt.fY, sdy, dstC,
418
RadialShadeProc
shadeProc
= shadeSpan_radial_repeat;
420
shadeProc
= shadeSpan_radial_clamp;
422
shadeProc
= shadeSpan_radial_mirror;
426
(*
shadeProc
)(srcPt.fX, sdx, srcPt.fY, sdy, dstC, cache, count, toggle);
SkTwoPointConicalGradient.cpp
209
TwoPointConicalProc
shadeProc
= twopoint_repeat;
211
shadeProc
= twopoint_clamp;
213
shadeProc
= twopoint_mirror;
237
(*
shadeProc
)(&fRec, dstC, cache, toggle, count);
245
(*
shadeProc
)(&fRec, dstC, cache, toggle, 1);
Completed in 671 milliseconds