HomeSort by relevance Sort by last modified time
    Searched refs:Image (Results 151 - 175 of 1239) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/pdfium/samples/
image_diff.cc 39 class Image {
41 Image() : w_(0), h_(0) {
44 Image(const Image& image)
45 : w_(image.w_),
46 h_(image.h_),
47 data_(image.data_) {
66 // Creates the image from the given filename on disk, and returns true on
118 // Pixel dimensions of the image
    [all...]
  /external/ImageMagick/MagickCore/
draw.h 22 #include "MagickCore/image.h"
218 Image
375 DrawAffineImage(Image *,const Image *,const AffineMatrix *,ExceptionInfo *),
376 DrawClipPath(Image *,const DrawInfo *,const char *,ExceptionInfo *),
377 DrawGradientImage(Image *,const DrawInfo *,ExceptionInfo *),
378 DrawImage(Image *,const DrawInfo *,ExceptionInfo *),
379 DrawPatternPath(Image *,const DrawInfo *,const char *,Image **,
381 DrawPrimitive(Image *,const DrawInfo *,const PrimitiveInfo *,ExceptionInfo *)
    [all...]
constitute.c 13 % MagickCore Methods to Consitute an Image %
57 #include "MagickCore/image-private.h"
96 % ConstituteImage() returns an image from the pixel data you supply.
100 % create a 640x480 image from unsigned red-green-blue character data, use:
102 % image = ConstituteImage(640,480,"RGB",CharPixel,pixels,&exception);
106 % Image *ConstituteImage(const size_t columns,const size_t rows,
112 % o columns: width in pixels of the image.
114 % o rows: height in pixels of the image.
134 MagickExport Image *ConstituteImage(const size_t columns,const size_t rows,
138 Image
137 *image; local
200 magick_unreferenced(image); variable
213 *image; local
271 *image, local
381 *image, local
794 *image, local
890 *image; local
    [all...]
delegate.h 52 *GetDelegateCommand(const ImageInfo *,Image *,const char *,const char *,
72 InvokeDelegate(ImageInfo *,Image *,const char *,const char *,ExceptionInfo *),
module.h 62 ImageFilterHandler(Image **,const int,const char **,ExceptionInfo *);
71 InvokeDynamicImageFilter(const char *,Image **,const int,const char **,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.c 32 OUT VOID **Image,
39 Return the graphics image file named FileNameGuid into Image and return it's
47 Image - Pointer to pointer to return graphics image. If NULL, a
50 ImageSize - Size of the graphics Image in bytes. Zero if no image found.
55 EFI_SUCCESS - Image and ImageSize are valid.
56 EFI_BUFFER_TOO_SMALL - Image not big enough. ImageSize has required size
61 return GetGraphicsBitMapFromFVEx (NULL, FileNameGuid, Image, ImageSize);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Graphics.c 33 OUT VOID **Image,
40 Return the graphics image file named FileNameGuid into Image and return it's
48 Image - Pointer to pointer to return graphics image. If NULL, a
51 ImageSize - Size of the graphics Image in bytes. Zero if no image found.
56 EFI_SUCCESS - Image and ImageSize are valid.
57 EFI_BUFFER_TOO_SMALL - Image not big enough. ImageSize has required size
62 return GetGraphicsBitMapFromFVEx (NULL, FileNameGuid, Image, ImageSize);
    [all...]
  /external/ImageMagick/Magick++/lib/
ImageRef.cpp 29 Magick::ImageRef::ImageRef(MagickCore::Image *image_)
39 // Deallocate image
40 if (_image != (MagickCore::Image*) NULL)
43 // Deallocate image options
66 MagickCore::Image *&Magick::ImageRef::image(void) function in class:Magick::ImageRef
101 MagickCore::Image *replacement_)
109 // We can replace the image if we own it.
111 if (imgRef->_image != (MagickCore::Image*) NULL)
118 // We don't own the image, create a new ImageRef instance
    [all...]
  /external/ImageMagick/Magick++/tests/
readWriteImages.cpp 7 // image format when reading/writing.
40 list<Image> first;
54 list<Image> second;
57 list<Image>::iterator firstIter = first.begin();
58 list<Image>::iterator secondIter = second.begin();
65 << " Image scene: " << secondIter->scene()
75 << " Image rows " << secondIter->rows()
85 << " Image columns " << secondIter->columns()
95 Image third(*first.begin());
98 Image fourth
    [all...]
averageImages.cpp 36 list<Image> imageList;
39 Image averaged;
49 << " Averaging image failed, signature = "
morphImages.cpp 36 list<Image> imageList;
39 list<Image> morphed;
  /external/ImageMagick/coders/
dot.c 50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
85 % ReadDOTImage() reads a Graphviz image file and returns it. It allocates
86 % the memory necessary for the new Image structure and returns a pointer to
87 % the new image.
91 % Image *ReadDOTImage(const ImageInfo *image_info,ExceptionInfo *exception)
95 % o image_info: the image info.
100 static Image *ReadDOTImage(const ImageInfo *image_info,ExceptionInfo *exception)
111 Image
112 *image;
110 *image; local
    [all...]
pwp.c 13 % Read Seattle Film Works Image Format %
49 #include "MagickCore/image.h"
50 #include "MagickCore/image-private.h"
74 % IsPWP() returns MagickTrue if the image format type, identified by the
83 % o magick: compare image format pattern against these bytes.
110 % ReadPWPImage() reads a Seattle Film Works multi-image file and returns
111 % it. It allocates the memory necessary for the new Image structure and
112 % returns a pointer to the new image.
116 % Image *ReadPWPImage(const ImageInfo *image_info,ExceptionInfo *exception)
120 % o image_info: the image info
128 *image, local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
flavormap.properties 77 PNG=image/x-java-image;class=java.awt.Image
78 JFIF=image/x-java-image;class=java.awt.Image
79 TIFF=image/x-java-image;class=java.awt.Image
85 XPICT=image/x-pict;class=java.io.InputStrea
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 23 import org.eclipse.swt.graphics.Image;
39 private static final Image mTrueImage = DesignerPlugin.getImage("properties/true.png");
40 private static final Image mFalseImage = DesignerPlugin.getImage("properties/false.png");
41 private static final Image mNullImage =
43 private static final Image mUnknownImage =
56 Image image; local
58 image = mTrueImage;
60 image = mFalseImage;
62 image = mNullImage
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
ImageDecoderLib.h 2 This library provides image decoding service by managing the different
3 image decoding libraries.
23 IN UINT8 *Image,
32 Convert a graphics image to a callee allocated GOP blt buffer.
34 @param ImageFormat Format of the image file.
35 @param Image Pointer to image file.
36 @param ImageSize Number of bytes in Image.
37 @param GopBlt Buffer containing GOP version of Image.
39 @param PixelWidth Width of GopBlt/Image in pixels.
    [all...]
  /external/ImageMagick/Magick++/demo/
button.cpp 55 Image button;
60 // Read background image
64 Image backgroundTexture( buttonTexture );
detrans.cpp 2 // Replace transparency in an image with a solid color using Magick++
4 // Useful to see how a transparent image looks on a particular
45 Image overlay( fname );
46 Image base( overlay.size(), color );
  /external/ImageMagick/PerlMagick/demo/
composite.pl 3 use Image::Magick;
9 $image = Image::Magick->new();
10 $smile = Image::Magick->new();
20 $thumbnail=Image::Magick->new(size=>"600x600",pointsize=>24,font=>$font,
27 $thumbnail->Composite(image=>$smile,gravity=>"NorthWest",x=>$x,y=>$y,
29 $thumbnail->Composite(image=>$smile,gravity=>"North",y=>$y,rotate=>$angle);
30 $thumbnail->Composite(image=>$smile,gravity=>"NorthEast",x=>$x,y=>$y,
32 $thumbnail->Composite(image=>$smile,gravity=>"West",x=>$x,rotate=>$angle);
33 $thumbnail->Composite(image=>$smile,gravity=>"Center",rotate=>$angle)
    [all...]
  /external/ImageMagick/PerlMagick/t/
getattribute.t 20 use Image::Magick;
  /external/ImageMagick/PerlMagick/t/jng/
read.t 3 # Test read image method on non-interlaced JPEG.
9 use Image::Magick;
  /external/ImageMagick/PerlMagick/t/tiff/
write.t 10 use Image::Magick;
18 # 1) Test 4-bit pseudocolor image
20 print("PseudoColor image (4 bits/sample) ...\n");
27 # 2) Test 8-bit pseudocolor image
30 print("PseudoColor image (8 bits/sample) ...\n");
38 # 3) Test 4-bit pseudocolor + matte channel image
41 print("PseudoColor image (4 bits/sample + matte channel) ...\n");
48 # 4) Test 8-bit pseudocolor + matte channel image
51 print("PseudoColor image (8 bits/sample + matte channel) ...\n");
59 # 5) Test truecolor image
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicIMDescriptor.java 12 import java.awt.Image;
48 public Image getInputMethodIcon(Locale inputLocale) {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethodDescriptor.java 12 import java.awt.Image;
87 * @return Image This will always be null.
89 public Image getInputMethodIcon(Locale inputLocale) {
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 26 * This Sprite represents an animated image.
32 private final Image image; field in class:ImageSprite
41 * @param image the Image to be painted.
42 * @param x the variable x-coordinate of the upper-left corner of the image.
43 * @param y the variable y-coordinate of the upper-left corner of the image.
44 * @param scaleX the variable x-scale of the image.
45 * @param scaleY the variable y-scale of the image.
47 public ImageSprite(Image image
    [all...]

Completed in 579 milliseconds

1 2 3 4 5 67 8 91011>>