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

  /external/valgrind/VEX/priv/
s390_disasm.c 249 Int displ = (Int)(d << 12) >> 12; /* sign extend */ local
251 p += vex_sprintf(p, "%d", displ);
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 55 SkBitmap* displ, const SkIPoint& offset,
69 const SkPMColor* displPtr = displ->getAddr32(bounds.left() + offset.fX,
88 SkBitmap* displ, const SkIPoint& offset,
95 scale, dst, displ, offset, src, bounds);
99 scale, dst, displ, offset, src, bounds);
103 scale, dst, displ, offset, src, bounds);
107 scale, dst, displ, offset, src, bounds);
118 SkBitmap* displ, const SkIPoint& offset,
125 yChannelSelector, scale, dst, displ, offset, src, bounds);
129 yChannelSelector, scale, dst, displ, offset, src, bounds)
214 SkBitmap displ = src, color = src; local
    [all...]

Completed in 625 milliseconds