/external/ImageMagick/www/api/ |
fx.php | 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Add a Special Effect</title> 15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, add, a, special, effect, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/> 400 <dd>Apply the effect along this angle. </dd> 414 <p>MagickSepiaToneImage() applies a special effect to the image, similar to the effect achieved in a photo darkroom by sepia toning. Threshold ranges from 0 to QuantumRange and is a measure of the extent of the sepia toning. A threshold of 80 is a good starting point for a reasonable tone.</p> 518 <dd>apply the effect along this angle. </dd> 528 <p>SolarizeImage() applies a special effect to the image, similar to the effect achieved in a photo darkroom by selectively exposing areas of photo sensitive paper to light. Threshold ranges from 0 to QuantumRange and is a measure of the extent of the solarization.</p> 590 <p>StereoAnaglyphImage() combines two images and produces a single image that is the composite of a left and right image of a stereo pair. Special red-green stereo glasses are required to view this effect.</p> 634 <p>SwirlImage() swirls the pixels about the center of the image, where degrees indicates the sweep of the arc through which each pixel is moved. You get a more dramatic effect as the degrees move from 1 to 360.</p [all...] |
/external/clang/test/Sema/ |
return.c | 249 const int ignored_c_quals(); // expected-warning{{'const' type qualifier on return type has no effect}} 250 const volatile int ignored_cv_quals(); // expected-warning{{'const volatile' type qualifiers on return type have no effect}} 251 char* const volatile restrict ignored_cvr_quals(); // expected-warning{{'const volatile restrict' type qualifiers on return type have no effect}}
|
/external/deqp/doc/testspecs/GLES31/ |
functional.shaders.sample_variables.txt | 77 mask operations are multisample operations and should not have effect with 105 gl_SampleMask should have no effect. With multisample targets the result image 112 effect.
|
/external/skia/src/gpu/effects/ |
GrBicubicEffect.cpp | 28 static inline void GenKey(const GrProcessor& effect, const GrGLSLCaps&, 30 const GrTextureDomain& domain = effect.cast<GrBicubicEffect>().domain(); 219 // When we use the bicubic filtering effect each sample is read from the texture using
|
/external/srtp/srtp/ |
ekt.c | 77 * if the pointer ekt is NULL, then EKT is not in effect, so we 209 /* if the pointer ekt is NULL, then EKT is not in effect */ 256 * authentication tag in the packet. If EKT is in effect, then the
|
/external/v8/test/cctest/compiler/ |
test-changes-lowering.cc | 87 // does not add the correct control and effect nodes. 100 // does not add the correct control and effect nodes. 116 // does not add the correct control and effect nodes.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaBassBoostTest.java | 98 assertTrue(msg +": invalid effect ID", (bb.getId() != 0)); 106 msg = msg.concat(": Effect library not loaded"); 196 Log.e(TAG, "getBassBoost() Effect library not loaded exception: "+e);
|
MediaVirtualizerTest.java | 98 assertTrue(msg +": invalid effect ID", (virtualizer.getId() != 0)); 106 msg = msg.concat(": Effect library not loaded"); 197 Log.e(TAG, "getVirtualizer() Effect library not loaded exception: "+e);
|
/frameworks/base/test-runner/src/android/test/ |
ActivityInstrumentationTestCase2.java | 86 * started will have no effect. 118 * your Activity has been started, it will have no effect. 140 * your Activity has been started, it will have no effect.
|
/frameworks/wilhelm/src/ |
classes.h | 80 * Dry volume modified by effect send interfaces: SLEffectSendItf and SLAndroidEffectSendItf 105 /** aux effect the AudioTrack will be attached to if aux send enabled */ 108 /** send level to aux effect, there's a single aux bus, so there's a single level */
|
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 52 /* effect specific operations. Only the init() and process() operations must be defined. 76 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */ 157 /* thread capturing PCM from Proxy port and calling the process function on each enabled effect 165 /* cond is signaled when an output is started or stopped or an effect is enabled or disable: the 166 * capture thread will reevaluate the capture and effect rocess conditions. */ 526 * Effect operations 853 /* if audio framework has stopped playing audio although the effect is still [all...] |
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
DoubleAccumulator.java | 25 * <p>The supplied accumulator function should be side-effect-free, 59 * @param accumulatorFunction a side-effect-free function of two arguments 131 * Equivalent in effect to {@link #get} followed by {@link
|
LongAccumulator.java | 32 * side-effect-free, since it may be re-applied when attempted updates 61 * @param accumulatorFunction a side-effect-free function of two arguments 128 * Equivalent in effect to {@link #get} followed by {@link
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
AutoFocusHelper.java | 163 * (0, 0) top left and (1, 1) bottom right. Rotation has no effect. 179 * (0, 0) top left and (1, 1) bottom right. Rotation has no effect. 195 * (0, 0) top left and (1, 1) bottom right. Rotation has no effect.
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
MmsManager.java | 55 * Note: if system MMS API is used, this has no effect 68 * Note: if system MMS API is used, this has no effect 97 * Note: if system MMS API is used, this has no effect
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
CircularClipAnimation.java | 35 * The effect is implemented using a circular clip. The state runs the animation and at each 36 * step computes the effect's parameters (circle center and radius), which it then passes to 135 * Triggers the effect. Any previous animation will be cancelled.
|
/art/runtime/gc/collector/ |
sticky_mark_sweep.cc | 36 // know what was allocated since the last GC. A side-effect of binding the allocation space mark
|
/cts/apps/CameraITS/tools/ |
config.py | 31 may also be provided but it has no effect on this script since the cached
|
/cts/tests/tests/media/src/android/media/cts/ |
LoudnessEnhancerTest.java | 90 // 2 - Effect enable/disable 130 // 3 - check effect using visualizer effect 247 Log.e(TAG, "getLoudnessEnhancer() Effect library not loaded exception: ", e);
|
/cts/tests/tests/permission/src/android/permission/cts/ |
CameraPermissionTest.java | 61 // Sure, NOW they tell us (NOTE: this could be a side effect
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ScrollerTest.java | 83 // check the side effect 97 // check the side effect 256 // the fling mode has a deceleration effect 325 //check the side effect, the velocity of scroll will change according to the duration
|
/developers/build/prebuilts/gradle/DrawableTinting/ |
README.md | 14 changed from the UI to see the effect of different options.
|
/developers/samples/android/ui/DrawableTinting/ |
README.md | 14 changed from the UI to see the effect of different options.
|
/developers/samples/android/ui/transition/FragmentTransition/ |
template-params.xml | 65 This sample uses [the Transition framework][1] to show a nice visual effect on
|
/development/ndk/platforms/android-21/include/linux/ |
uinput.h | 29 struct ff_effect effect; member in struct:uinput_ff_upload
|