OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:displPtr
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/effects/
SkDisplacementMapEffect.cpp
67
const SkPMColor*
displPtr
= displ->getAddr32(bounds.left() + offset.fX,
69
for (int x = bounds.left(); x < bounds.right(); ++x, ++
displPtr
) {
71
SkIntToScalar(getValue<typeX>(*
displPtr
, table))) + scaleAdj.fX;
73
SkIntToScalar(getValue<typeY>(*
displPtr
, table))) + scaleAdj.fY;
/external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp
68
const SkPMColor*
displPtr
= displ->getAddr32(bounds.left() + offset.fX,
70
for (int x = bounds.left(); x < bounds.right(); ++x, ++
displPtr
) {
72
SkIntToScalar(getValue<typeX>(*
displPtr
, table))) + scaleAdj.fX;
74
SkIntToScalar(getValue<typeY>(*
displPtr
, table))) + scaleAdj.fY;
Completed in 66 milliseconds