Searched refs:displ (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A Ddisplacement.cpp82 SkAutoTUnref<SkImageFilter> displ(SkNEW_ARGS(SkBitmapSource, (fCheckerboard)));
85 SkDisplacementMapEffect::kG_ChannelSelectorType, 0.0f, displ)))->unref();
89 SkDisplacementMapEffect::kA_ChannelSelectorType, 0.2f, displ)))->unref();
93 SkDisplacementMapEffect::kB_ChannelSelectorType, 0.4f, displ)))->unref();
97 SkDisplacementMapEffect::kA_ChannelSelectorType, 0.6f, displ)))->unref();
101 SkDisplacementMapEffect::kA_ChannelSelectorType, 0.8f, displ)))->unref();
106 SkDisplacementMapEffect::kG_ChannelSelectorType, 0.5f, displ)))->unref();
110 SkDisplacementMapEffect::kA_ChannelSelectorType, 0.5f, displ)))->unref();
114 SkDisplacementMapEffect::kB_ChannelSelectorType, 0.5f, displ)))->unref();
118 SkDisplacementMapEffect::kA_ChannelSelectorType, 0.5f, displ)))
[all...]
/external/skia/src/effects/
H A DSkDisplacementMapEffect.cpp50 void computeDisplacement(SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src) argument
54 const int dstW = displ->width();
55 const int dstH = displ->height();
62 const SkPMColor* displPtr = displ->getAddr32(0, y);
79 SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src)
84 scale, dst, displ, src);
88 scale, dst, displ, src);
92 scale, dst, displ, src);
96 scale, dst, displ, src);
106 SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitma
78 computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType yChannelSelector, SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src) argument
104 computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType xChannelSelector, SkDisplacementMapEffect::ChannelSelectorType yChannelSelector, SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src) argument
170 SkBitmap displ, color = src; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_s390_disasm.c234 Int displ = ((Int)d << 12) >> 12; /* sign extend */ local
236 p += vex_sprintf(p, "%d", displ);

Completed in 1079 milliseconds