OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:displptr
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/effects/
SkDisplacementMapEffect.cpp
62
const SkPMColor*
displPtr
= displ->getAddr32(0, y);
64
for (int x = 0; x < dstW; ++x, ++
displPtr
, ++dstPtr) {
66
SkScalarMul(scaleX, SkIntToScalar(getValue<typeX>(*
displPtr
, table))-Half8bit);
68
SkScalarMul(scaleY, SkIntToScalar(getValue<typeY>(*
displPtr
, table))-Half8bit);
Completed in 54 milliseconds