| /external/skia/src/core/ |
| SkXfermode.cpp | 679 bool SkXfermode::asNewEffect(GrEffectRef** effect, GrTexture* background) const { 684 GrEffectRef** effect, 693 return xfermode->asNewEffect(effect, background); 800 AutoEffectUnref effect(SkNEW_ARGS(XferEffect, (mode, background))); 801 return CreateEffectRef(effect); [all...] |
| /external/chromium_org/third_party/skia/src/effects/ |
| SkPerlinNoiseShader.cpp | 535 AutoEffectUnref effect(SkNEW_ARGS(GrPerlinNoiseEffect, (type, baseFrequency, numOctaves, 537 return CreateEffectRef(effect); 637 GrEffectRef* effect; local 638 shader->asNewEffect(context, paint, NULL, &grColor, &effect); 642 return effect; [all...] |
| SkColorFilters.cpp | 191 // TODO: Make the effect take the coeffs rather than mode since we already do the 198 AutoEffectUnref effect(SkNEW_ARGS(ModeColorFilterEffect, (c, mode))); 199 return CreateEffectRef(effect);
|
| SkColorMatrixFilter.cpp | 334 AutoEffectUnref effect(SkNEW_ARGS(ColorMatrixEffect, (matrix))); 335 return CreateEffectRef(effect); 383 // shader but currently the effect does not pin its own output. So in the case of over/ 384 // underflow this may deviate from the actual result. Maybe the effect should pin its
|
| SkDisplacementMapEffect.cpp | 308 AutoEffectUnref effect(SkNEW_ARGS(GrDisplacementMapEffect, (xChannelSelector, 314 return CreateEffectRef(effect); 472 // not of constant color when a displacement effect is applied.
|
| /external/skia/src/effects/ |
| SkPerlinNoiseShader.cpp | 535 AutoEffectUnref effect(SkNEW_ARGS(GrPerlinNoiseEffect, (type, baseFrequency, numOctaves, 537 return CreateEffectRef(effect); 637 GrEffectRef* effect; local 638 shader->asNewEffect(context, paint, NULL, &grColor, &effect); 642 return effect; [all...] |
| SkColorFilters.cpp | 191 // TODO: Make the effect take the coeffs rather than mode since we already do the 198 AutoEffectUnref effect(SkNEW_ARGS(ModeColorFilterEffect, (c, mode))); 199 return CreateEffectRef(effect);
|
| SkColorMatrixFilter.cpp | 334 AutoEffectUnref effect(SkNEW_ARGS(ColorMatrixEffect, (matrix))); 335 return CreateEffectRef(effect); 383 // shader but currently the effect does not pin its own output. So in the case of over/ 384 // underflow this may deviate from the actual result. Maybe the effect should pin its
|
| SkDisplacementMapEffect.cpp | 308 AutoEffectUnref effect(SkNEW_ARGS(GrDisplacementMapEffect, (xChannelSelector, 314 return CreateEffectRef(effect); 472 // not of constant color when a displacement effect is applied.
|
| /frameworks/av/media/libmedia/ |
| IAudioFlinger.cpp | 708 sp<IEffect> effect; local 711 return effect; 737 effect = interface_cast<IEffect>(reply.readStrongBinder()); 744 return effect; 1252 sp<IEffect> effect = createEffect(&desc, client, priority, output, sessionId, local [all...] |
| /external/chromium_org/remoting/webapp/ |
| window_frame.js | 130 // being maximized, then the second restore has no effect.
|
| /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
| bouncing_balls.js | 142 //bounces per time step to avoid the "tunnel effect".
|
| /external/chromium_org/v8/test/mjsunit/ |
| arguments-read-and-assignment.js | 35 "arguments in effect context");
|
| /external/chromium_org/v8/test/mjsunit/compiler/ |
| assignment-deopt.js | 147 // The binary operation changes the map as a side effect.
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
| gdiplusheaders.h | 43 class Effect; 171 Effect *effect, RECT *ROI, 215 Status ApplyEffect(Effect *effect, RECT *ROI);
|
| /device/asus/deb/kernel-headers/media/ |
| msm_cam_sensor.h | 297 int8_t effect; member in union:sensorb_cfg_data::__anon2570
|
| /device/asus/deb/original-kernel-headers/media/ |
| msm_cam_sensor.h | 269 int8_t effect; member in union:sensorb_cfg_data::__anon2580
|
| /device/asus/flo/kernel-headers/media/ |
| msm_cam_sensor.h | 297 int8_t effect; member in union:sensorb_cfg_data::__anon2958
|
| /device/asus/flo/original-kernel-headers/media/ |
| msm_cam_sensor.h | 269 int8_t effect; member in union:sensorb_cfg_data::__anon2968
|
| /device/asus/grouper/audio/ |
| audio_hw.c | 784 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 789 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 1009 effect_handle_t effect) 1015 effect_handle_t effect) [all...] |
| /device/lge/mako/camera/mm-camera-interface/ |
| mm_camera.c | 46 static int32_t mm_camera_ctrl_set_specialEffect (mm_camera_obj_t *my_obj, int effect) { 48 if (effect == CAMERA_EFFECT_MAX) 49 effect = CAMERA_EFFECT_OFF; 53 ctrl.value = effect; [all...] |
| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| compiled_file_system.py | 27 have any effect.
|
| /external/libunwind/doc/ |
| libunwind-dynamic.tex | 51 previous frame state and as such it undoes or cancels the effect of 52 the prologue. In fact, a single epilogue may undo the effect of the 79 instruction index, the operation descriptor specifies the effect of 283 instruction is executed (takes effect). If the directive is always 291 a value of 0 means that the effect described by this directive 300 has a complex effect on the frame state.
|
| /external/chromium_org/third_party/pymock/ |
| mock.py | 1007 effect = self.side_effect 1008 if effect is not None: 1009 if _is_exception(effect): 1010 raise effect 1012 if not _callable(effect): 1013 result = next(effect) 1018 ret_val = effect(*args, **kwargs) [all...] |
| /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/ |
| slide_mode.js | 243 * @param {Rect} zoomFromRect Rectangle for zoom effect. 305 * @param {Rect} zoomToRect Rectangle for zoom effect. 509 new ImageView.Effect.Slide(step, this.isSlideshowPlaying_()), 528 * @param {Rect} zoomToRect Rectangle for zoom effect. 650 * @param {Object} effect Transition effect object. 657 entry, metadata, effect, displayCallback, loadCallback) { 742 this.editor_.openSession(entry, metadata, effect, [all...] |