HomeSort by relevance Sort by last modified time
    Searched full:displ (Results 1 - 11 of 11) 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, 16.0f, displ)))->unref();
93 SkDisplacementMapEffect::kB_ChannelSelectorType, 32.0f, displ)))->unref();
97 SkDisplacementMapEffect::kA_ChannelSelectorType, 48.0f, displ)))->unref();
101 SkDisplacementMapEffect::kA_ChannelSelectorType, 64.0f, displ)))->unref();
106 SkDisplacementMapEffect::kG_ChannelSelectorType, 40.0f, displ)))->unref();
110 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref();
114 SkDisplacementMapEffect::kB_ChannelSelectorType, 40.0f, displ)))->unref();
118 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref()
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 50 void computeDisplacement(SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src)
53 const int dstW = displ->width();
54 const int dstH = displ->height();
61 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/skia/bench/
DisplacementBench.cpp 103 SkAutoTUnref<SkImageFilter> displ(SkNEW_ARGS(SkBitmapSource, (fCheckerboard)));
107 SkDisplacementMapEffect::kG_ChannelSelectorType, 0.0f, displ)))->unref();
127 SkAutoTUnref<SkImageFilter> displ(SkNEW_ARGS(SkBitmapSource, (fCheckerboard)));
131 SkDisplacementMapEffect::kA_ChannelSelectorType, 16.0f, displ)))->unref();
151 SkAutoTUnref<SkImageFilter> displ(SkNEW_ARGS(SkBitmapSource, (fCheckerboard)));
155 SkDisplacementMapEffect::kB_ChannelSelectorType, 32.0f, displ)))->unref();
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 50 void computeDisplacement(SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src)
53 const int dstW = displ->width();
54 const int dstH = displ->height();
61 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/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEDisplacementMap.cpp 193 RefPtr<Image> displ = in2->asImageBuffer()->copyImage(DontCopyBackingStore); local
196 RefPtr<NativeImageSkia> displNativeImage = displ->nativeImageForCurrentFrame();
221 RefPtr<SkImageFilter> displ = builder->build(inputEffect(1), operatingColorSpace()); local
226 return adoptRef(new SkDisplacementMapEffect(typeX, typeY, SkFloatToScalar(filter()->applyHorizontalScale(m_scale)), displ.get(), color.get()));
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.h 126 typedef EGLBoolean (*QueryWaylandBufferWL_t)(_EGLDriver *drv, _EGLDisplay *displ, struct wl_buffer *buffer, EGLint attribute, EGLint *value);
  /external/mesa3d/src/egl/main/
eglapi.h 126 typedef EGLBoolean (*QueryWaylandBufferWL_t)(_EGLDriver *drv, _EGLDisplay *displ, struct wl_buffer *buffer, EGLint attribute, EGLint *value);
  /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);
  /external/linux-tools-perf/util/
hist.c 791 ret += fprintf(fp, " Displ");
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_lexpos.utf     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf     [all...]

Completed in 1547 milliseconds