Home
last modified time | relevance | path

Searched refs:effects (Results 1 – 25 of 218) sorted by relevance

123456789

/external/skia/gyp/
Deffects.gypi5 # Include this gypi to include all 'effects' files
14 '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.cpp',
15 '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.h',
17 '<(skia_src_path)/effects/Sk1DPathEffect.cpp',
18 '<(skia_src_path)/effects/Sk2DPathEffect.cpp',
19 '<(skia_src_path)/effects/SkAlphaThresholdFilter.cpp',
20 '<(skia_src_path)/effects/SkArcToPathEffect.cpp',
21 '<(skia_src_path)/effects/SkArithmeticMode.cpp',
22 '<(skia_src_path)/effects/SkArithmeticMode_gpu.cpp',
23 '<(skia_src_path)/effects/SkArithmeticMode_gpu.h',
[all …]
Deffects.gyp5 # Gyp file for effects
9 'target_name': 'effects',
19 'effects.gypi',
22 '../include/effects',
25 '../src/effects',
31 '../include/effects',
36 'effects.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
Dgpu.gypi45 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h',
46 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
47 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
48 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
49 '<(skia_include_path)/gpu/effects/GrXfermodeFragmentProcessor.h',
252 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
253 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
254 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
255 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
256 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
[all …]
Dandroid_framework_lib.gyp14 'effects.gyp:effects',
Dskia_lib.gyp13 'effects.gyp:effects',
Dtools.gyp309 'effects.gyp:effects',
332 'effects.gyp:effects',
459 '<(skia_include_path)/effects',
Djson.gyp18 '../include/effects',
/external/skia/
DAndroid.mk315 src/effects/GrCircleBlurFragmentProcessor.cpp \
316 src/effects/Sk1DPathEffect.cpp \
317 src/effects/Sk2DPathEffect.cpp \
318 src/effects/SkAlphaThresholdFilter.cpp \
319 src/effects/SkArcToPathEffect.cpp \
320 src/effects/SkArithmeticMode.cpp \
321 src/effects/SkArithmeticMode_gpu.cpp \
322 src/effects/SkAvoidXfermode.cpp \
323 src/effects/SkBlurDrawLooper.cpp \
324 src/effects/SkBlurMask.cpp \
[all …]
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioRecord.java50 private WebRtcAudioEffects effects = null; field in WebRtcAudioRecord
123 effects = WebRtcAudioEffects.create(); in WebRtcAudioRecord()
128 if (effects == null) { in enableBuiltInAEC()
132 return effects.setAEC(enable); in enableBuiltInAEC()
137 if (effects == null) { in enableBuiltInAGC()
141 return effects.setAGC(enable); in enableBuiltInAGC()
146 if (effects == null) { in enableBuiltInNS()
150 return effects.setNS(enable); in enableBuiltInNS()
214 if (effects != null) { in initRecording()
215 effects.enable(audioRecord.getAudioSessionId()); in initRecording()
[all …]
/external/v8/src/crankshaft/
Dhydrogen-flow-engine.h143 Effects* effects = loop_effects_[block->block_id()]; in ComputeLoopEffects() local
144 if (effects != NULL) return effects; // Already analyzed this loop. in ComputeLoopEffects()
146 effects = new(zone_) Effects(zone_); in ComputeLoopEffects()
147 loop_effects_[block->block_id()] = effects; in ComputeLoopEffects()
148 if (effects->Disabled()) return effects; // No effects for this analysis. in ComputeLoopEffects()
159 effects->Union(nested, zone_); in ComputeLoopEffects()
167 effects->Process(it.Current(), zone_); in ComputeLoopEffects()
171 return effects; in ComputeLoopEffects()
Dhydrogen-gvn.h103 : tracker(t), effects(e) {} in TrackedEffects()
105 SideEffects effects; member
/external/skia/tools/lua/
Dcount_effects.lua25 local effects = {}
29 effects[k] = (effects[k] or 0) + 1
43 io.write("total paints ", total_paints, " ", tostr(effects), "\n");
/external/v8/src/
Deffects.h128 Seq(override.effects); in Forget()
161 void Call(Var var, Effect effect) { effects.Seq(var, new_effect); } in Call()
163 Effects effects; member
238 node_->effects.ForEach(callback); in ForEach()
241 Effects<Var, kNoVar> Top() { return node_->effects; } in Top()
245 if (!node->effects.IsEmpty()) return false; in IsEmpty()
262 if (node->effects.Contains(var)) return true; in Contains()
270 if (node->effects.Find(var, locator)) return true; in Find()
280 Effects<Var, kNoVar> effects; member
283 : zone(zone), effects(zone), previous(previous) {} in zone()
[all …]
/external/opencv3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/
DTutorial3Activity.java118 List<String> effects = mOpenCvCameraView.getEffectList(); in onCreateOptionsMenu() local
120 if (effects == null) { in onCreateOptionsMenu()
126 mEffectMenuItems = new MenuItem[effects.size()]; in onCreateOptionsMenu()
129 ListIterator<String> effectItr = effects.listIterator(); in onCreateOptionsMenu()
/external/clang/test/SemaObjC/
Dobjc-container-subscripting-2.m25 …-warning {{container access result unused - container access should not be used for side effects}}
28 …d-warning {{container access result unused - container access should not be used for side effects}}
Dunused.m24 …// expected-warning {{property access result unused - getters should not be used for side effects}}
117 …// expected-warning {{property access result unused - getters should not be used for side effects}}
118 …// expected-warning {{property access result unused - getters should not be used for side effects}}
Daccess-property-getter.m8 …// expected-warning {{property access result unused - getters should not be used for side effects}}
/external/llvm/test/CodeGen/WebAssembly/
Dreg-stackify.ll18 ; No because of side effects.
28 ; Yes because of invariant load and no side effects.
38 ; Yes because of no intervening side effects.
/external/v8/src/compiler/
Djs-inlining.cc194 NodeVector effects(local_zone_); in InlineCall() local
200 effects.push_back(NodeProperties::GetEffectInput(input)); in InlineCall()
214 DCHECK_EQ(values.size(), effects.size()); in InlineCall()
224 effects.push_back(control_output); in InlineCall()
230 static_cast<int>(effects.size()), &effects.front()); in InlineCall()
Djs-native-context-specialization.cc91 ZoneVector<Node*> effects(zone()); in ReduceNamedAccess() local
385 effects.push_back(this_effect); in ReduceNamedAccess()
428 effect = effects.front(); in ReduceNamedAccess()
437 effects.push_back(control); in ReduceNamedAccess()
439 control_count + 1, &effects.front()); in ReduceNamedAccess()
519 ZoneVector<Node*> effects(zone()); in ReduceElementAccess() local
826 effects.push_back(this_effect); in ReduceElementAccess()
860 effect = effects.front(); in ReduceElementAccess()
869 effects.push_back(control); in ReduceElementAccess()
871 control_count + 1, &effects.front()); in ReduceElementAccess()
/external/skia/include/core/
DSkPaint.h990 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper()); in computeFastBounds() local
991 effects |= reinterpret_cast<uintptr_t>(this->getMaskFilter()); in computeFastBounds()
992 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect()); in computeFastBounds()
993 effects |= reinterpret_cast<uintptr_t>(this->getImageFilter()); in computeFastBounds()
994 if (!effects) { in computeFastBounds()
/external/llvm/include/llvm/IR/
DIntrinsicsPowerPC.td84 /// vector and returns one. These intrinsics have no side effects.
90 /// vectors and returns one. These intrinsics have no side effects.
97 /// vectors and returns one. These intrinsics have no side effects.
104 /// vectors and returns one. These intrinsics have no side effects.
111 /// vectors and returns one. These intrinsics have no side effects.
118 /// vectors and returns one. These intrinsics have no side effects.
125 /// vectors and returns one. These intrinsics have no side effects.
136 /// vectors and returns one. These intrinsics have no side effects.
143 /// vectors and returns one. These intrinsics have no side effects.
150 /// scalars and returns one. These intrinsics have no side effects.
[all …]
/external/skia/site/dev/contrib/
Dflatten.md4 Many objects in Skia, such as SkShaders and other effects on SkPaint, need to be
44 This occurs in cases where the classes are hidden behind a factory, like many effects
/external/proguard/src/proguard/wtk/
Ddefault.pro16 # Remove all invocations of System methods without side effects
30 # Remove all invocations of String methods without side effects
99 # Remove all invocations of StringBuffer methods without side effects
/external/opencv3/doc/py_tutorials/py_calib3d/
Dpy_table_of_contents_calib3d.markdown12 section which will help you to create some cool 3D effects with calib module.

123456789