HomeSort by relevance Sort by last modified time
    Searched defs:is (Results 1 - 25 of 2327) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ImageMagick/www/api/
cache.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
61 <p>The format of the AcquirePixelCacheNexus method is:</p>
81 <p>GetAuthenticMetacontent() returns the authentic metacontent corresponding with the last call to QueueAuthenticPixels() or GetVirtualPixels(). NULL is returned if the associated pixels are not available.</p>
83 <p>The format of the GetAuthenticMetacontent() method is:</p>
105 <p>The format of the GetAuthenticPixelQueue() method is:</p>
125 <p>GetAuthenticPixels() obtains a pixel region for read/write access. If the region is successfully accessed, a pointer to a Quantum array representing the region is returned, otherwise NULL is returned.</p>
127 <p>The returned pointer may point to a temporary working copy of the pixels or it may point to the original pixels in memory. Performance is maximized if the selected region is part of one row, or one or more full rows, since then there is opportunity to access the pixels in (…)
317 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to access the meta-content (of type void) corresponding to the the region.<\/p> class
359 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content (of type void) corresponding to the region. Once the Quantum (and\/or Quantum) array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.<\/p> class
    [all...]
color.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
61 <p>The format of the AcquireColorCache method is:</p>
88 <p>The format of the GetColorInfoList function is:</p> function
119 <p>The format of the GetColorList function is:</p> function
150 <p>The format of the ListColorInfo method is:</p>
166 <p>QueryColorname() returns a named color for the given color intensity. If an exact match is not found, a hex value is returned instead. For example an intensity of rgb:(0,0,0) returns black whereas rgb:(223,223,223) returns #dfdfdf.</p>
168 <p>UPDATE: the 'image' argument is no longer needed as all information should have been preset using GetPixelInfo().</p>
170 <p>The format of the QueryColorname method is:</p>
fx.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
61 <p>The format of the AddNoiseImage method is:</p>
100 <p>The format of the BlueShiftImage method is:</p>
129 <p>CharcoalImage() creates a new image that is a copy of an existing one with the edge highlighted. It allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
131 <p>The format of the CharcoalImage method is:</p>
164 <p>ColorizeImage() blends the fill color with each pixel in the image. A percentage blend is specified with opacity. Control the application of different color components by specifying a different percentage for each component (e.g. 90/100/10 is 90 red, 100 green, and 10 blue).</p>
166 <p>The format of the ColorizeImage method is:</p>
199 <p>ColorMatrixImage() applies color transformation to an image. This method permits saturation changes, hue rotation, luminance to alpha, and various other effects. Although variable-sized transformation matrices can be used, typically one uses a 5x5 matrix for an RGBA image and a 6x6 for CMYKA (or RGBA with offsets). The matrix is similar to those used by Adobe Flash except offsets are in column 6 rather than 5 (in support of CMYKA images) and offsets are normalized (divide Flash offset by 255).</p>
201 <p>The format of the ColorMatrixImage method is:</p
669 <p>TintImage() applies a color vector to each pixel in the image. The length of the vector is 0 for black and white and at its maximum for the midtones. The vector weighting function is f(x)=(1-(4.0*((x-0.5)*(x-0.5))))<\/p> function
    [all...]
histogram.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
61 <p>The format of the GetImageHistogram method is:</p>
83 <p>The format of the IdentifyPaletteImage method is:</p>
102 <p>The format of the IsHistogramImage method is:</p>
119 <p>IsPaletteImage() returns MagickTrue if the image is PseudoClass and has 256 unique colors or less.</p>
121 <p>The format of the IsPaletteImage method is:</p>
136 <p>If the adjustment values are both zero this function is equivalent to a perfect normalization (or autolevel) of the image.</p> function
138 <p>Each channel is stretched independantally of each other (producing color distortion) unless the special 'SyncChannels' flag is also provided in the channels setting. If this flag is present the minimum and maximum point will be extracted from all the given channels, and those cha (…)
    [all...]
mime.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
61 <p>The format of the AcquireMimeCache method is:</p>
88 <p>The magic of the GetMimeInfoList function is:</p> function
119 <p>The format of the GetMimeList function is:</p> function
150 <p>The format of the GetMimeDescription method is:</p>
172 <p>The format of the GetMimeType method is:</p>
194 <p>The format of the ListMimeInfo method is:</p>
module.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
61 <p>The format of the AcquireModuleInfo method is:</p>
87 <p>The format of the DestroyModuleList module is:</p>
95 <p>GetModuleInfo() returns a pointer to a ModuleInfo structure that matches the specified tag. If tag is NULL, the head of the module list is returned. If no modules are loaded, or the requested module is not found, NULL is returned.</p>
97 <p>The format of the GetModuleInfo module is:</p>
123 <p>The format of the GetModuleInfoList function is:</p> function
154 <p>The format of the GetModuleList function is:</p function
    [all...]
magick-wand.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
61 <p>The format of the ClearMagickWand method is:</p>
83 <p>The format of the CloneMagickWand method is:</p>
105 <p>The format of the DestroyMagickWand method is:</p>
125 <p>IsMagickWand() returns MagickTrue if the wand is verified as a magick wand.</p>
127 <p>The format of the IsMagickWand method is:</p>
149 <p>The format of the MagickClearException method is:</p>
171 <p>The format of the MagickGetException method is:</p>
189 <dd>the severity of the error is returned here. </dd>
195 <p>MagickGetExceptionType() returns the exception type associated with the wand. If no exception has occurred, UndefinedExceptionType is returned.</p
241 <p>The format of the MagickQueryConfigureOption function is:<\/p> function
263 <p>The format of the MagickQueryConfigureOptions function is:<\/p> function
392 <p>The format of the MagickQueryFonts function is:<\/p> function
420 <p>The format of the MagickQueryFormats function is:<\/p> function
559 <p>Typically this function is used before MagickAddImage(), MagickReadImage() functions to ensure new images are appended to the very end of wand's image list.<\/p> function
    [all...]
magick-image.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
61 <p>The format of the GetImageFromMagickWand method is:</p>
83 <p>The format of the MagickAdaptiveBlurImage method is:</p>
140 <p>The format of the MagickAdaptiveSharpenImage method is:</p>
171 <p>The format of the AdaptiveThresholdImage method is:</p>
210 <p>Otherwise the new images will be inserted just after the current image, and any later image will also be added after this current image but before the previously added images. Caution is advised when multiple image adds are inserted into the middle of the wand image list.</p>
212 <p>The format of the MagickAddImage method is:</p>
239 <p>The format of the MagickAddNoiseImage method is:</p>
270 <p>The format of the MagickAffineTransformImage method is:</p>
297 <p>The format of the MagickAnnotateImage method is:</p
7305 <p>MagickTintImage() applies a color vector to each pixel in the image. The length of the vector is 0 for black and white and at its maximum for the midtones. The vector weighting function is f(x)=(1-(4.0*((x-0.5)*(x-0.5)))).<\/p> function
    [all...]
  /external/clang/test/CodeGen/
debug-info-block.c 2 // Verify that the desired debugging type is generated for a structure
3 // member that is a pointer to a block.
29 } is; variable in typeref:struct:inStruct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
49 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
60 while (__low < __high && !this->is(__m, *__low))
69 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
49 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
60 while (__low < __high && !this->is(__m, *__low))
69 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
ctype_inline.h 5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
26 * This is an internal header file, included by other library headers.
43 is(mask __m, char __c) const function in class:ctype
48 is(const char* __low, const char* __high, mask* __vec) const function in class:ctype
59 while (__low < __high && !this->is(__m, *__low))
68 while (__low < __high && this->is(__m, *__low) != 0)
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectInputOutputStreamTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
30 private ObjectInputStream is; field in class:OldObjectInputOutputStreamTest
42 is.readBoolean());
45 is.readBoolean();
51 is.close();
53 is.readBoolean();
66 (byte) 127, is.readByte());
69 is.readByte();
75 is.close()
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
IntentSenderTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
33 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, local
35 is.send();
37 is.cancel();
54 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, intent, 0); local
55 is.send(Activity.RESULT_CANCELED, finish, null);
57 is.cancel();
62 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, local
64 is.send()
81 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, intent, 0); local
    [all...]

Completed in 688 milliseconds

1 2 3 4 5 6 7 8 91011>>