HomeSort by relevance Sort by last modified time
    Searched refs:displ (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
displacement.cpp 82 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)))->unref()
    [all...]
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 50 void computeDisplacement(SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src)
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, SkBitmap* src
170 SkBitmap displ, color = src; local
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_disasm.c 234 Int displ = ((Int)d << 12) >> 12; /* sign extend */ local
236 p += vex_sprintf(p, "%d", displ);

Completed in 87 milliseconds