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

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilitiesTest.java 23 import org.eclipse.swt.graphics.Image;
39 Image image = new Image(Display.getDefault(), local
41 ImageData baseData = image.getImageData();
79 Image image = new Image(Display.getDefault(), local
82 ImageData baseData = image.getImageData();
100 Image image = new Image(Display.getDefault() local
134 Image image = new Image(Display.getDefault(), local
208 Image image = new Image(Display.getDefault(), local
224 Image image = new Image(Display.getDefault(), local
299 Image image = new Image(Display.getDefault(), local
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 69 // Gets the pixel at position (x,y) from a buffer that uses row-major order to store an image with
137 // Index of the current image.
140 // Transparent color of the current image.
153 // use DISPOSE_BACKGROUND to clear the last image region before drawing the next one. We need
172 LOGE("Could not read image descriptor (%d)", imageIndex);
176 // Sanity-check the current image position.
177 if (gifIn->Image.Left < 0 ||
178 gifIn->Image.Top < 0 ||
179 gifIn->Image.Left + gifIn->Image.Width > gifIn->SWidth |
    [all...]
  /bootable/recovery/
interlace-frames.py 18 and turn it into a single output image which contains the input frames
29 import Image
37 frames = [Image.open(fn).convert("RGB") for fn in inputs]
47 out = Image.new("RGB", (w, h*N))
53 # When loading this image, the graphics library expects to find a text
70 img2 = Image.open(input)
84 out = Image.new('RGB', (width, height))
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/
HiiImage.h 33 // Global ID for the Hii Image Protocol.
59 } Image;
75 IN CONST EFI_IMAGE_INPUT *Image
80 This function adds the image Image to the group of images owned by PackageList, and returns
81 a new image identifier (ImageId).
85 PackageList - Handle of the package list where this image will be added.
86 ImageId - On return, contains the new image id, which is unique within PackageList.
87 Image - Points to the image.
    [all...]
  /external/ImageMagick/coders/
null.c 13 % Read/Write Image Of Uniform Color. %
52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
68 WriteNULLImage(const ImageInfo *,Image *,ExceptionInfo *);
82 % ReadNULLImage creates a constant image and initializes it to the
84 % necessary for the new Image structure and returns a pointer to the new
85 % image.
89 % Image *ReadNULLImage(const ImageInfo *image_info,
94 % o image_info: the image info.
99 static Image *ReadNULLImage(const ImageInfo *image_info
100 *image; local
    [all...]
aai.c 13 % Read/Write AAI X Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
70 WriteAAIImage(const ImageInfo *,Image *,ExceptionInfo *);
84 % ReadAAIImage() reads an AAI Dune image file and returns it. It
85 % allocates the memory necessary for the new Image structure and returns a
86 % pointer to the new image.
90 % Image *ReadAAIImage(const ImageInfo *image_info,ExceptionInfo *exception)
94 % o image_info: the image info.
99 static Image *ReadAAIImage(const ImageInfo *image_info,ExceptionInfo *exception local
    [all...]
avs.c 13 % Read/Write AVS X Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
69 WriteAVSImage(const ImageInfo *,Image *,ExceptionInfo *);
83 % ReadAVSImage() reads an AVS X image file and returns it. It
84 % allocates the memory necessary for the new Image structure and returns a
85 % pointer to the new image.
89 % Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception)
93 % o image_info: the image info.
98 static Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception local
    [all...]
mtv.c 13 % Read/Write MTV Raytracer Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
69 WriteMTVImage(const ImageInfo *,Image *,ExceptionInfo *);
83 % ReadMTVImage() reads a MTV image file and returns it. It allocates
84 % the memory necessary for the new Image structure and returns a pointer to
85 % the new image.
89 % Image *ReadMTVImage(const ImageInfo *image_info,ExceptionInfo *exception)
93 % o image_info: the image info.
98 static Image *ReadMTVImage(const ImageInfo *image_info,ExceptionInfo *exception
101 *image; local
    [all...]
vid.c 13 % Return a Visual Image Directory for matching images. %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
72 WriteVIDImage(const ImageInfo *,Image *,ExceptionInfo *);
86 % ReadVIDImage reads one of more images and creates a Visual Image
87 % Directory file. It allocates the memory necessary for the new Image
88 % structure and returns a pointer to the new image.
92 % Image *ReadVIDImage(const ImageInfo *image_info,ExceptionInfo *exception)
96 % o image_info: the image info.
101 static Image *ReadVIDImage(const ImageInfo *image_info,ExceptionInfo *exception
107 *image, local
    [all...]
gradient.c 13 % Read An Image Filled Using Gradient. %
55 #include "MagickCore/image.h"
56 #include "MagickCore/image-private.h"
80 % ReadGRADIENTImage creates a gradient image and initializes it to
82 % necessary for the new Image structure and returns a pointer to the new
83 % image.
87 % Image *ReadGRADIENTImage(const ImageInfo *image_info,
92 % o image_info: the image info.
97 static Image *ReadGRADIENTImage(const ImageInfo *image_info,
103 Image
102 *image; local
    [all...]
mvg.c 50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
66 WriteMVGImage(const ImageInfo *,Image *,ExceptionInfo *);
80 % IsMVG() returns MagickTrue if the image format type, identified by the
89 % o magick: compare image format pattern against these bytes.
115 % ReadMVGImage creates a gradient image and initializes it to
117 % memory necessary for the new Image structure and returns a pointer to the
118 % new image.
122 % Image *ReadMVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
126 % o image_info: the image info
135 *image; local
    [all...]
inline.c 51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
70 WriteINLINEImage(const ImageInfo *,Image *,ExceptionInfo *);
88 % Image *ReadINLINEImage(const ImageInfo *image_info,
93 % o image_info: the image info.
98 static Image *ReadINLINEImage(const ImageInfo *image_info,
101 Image
102 *image;
120 Open image file.
134 Image
99 *image; local
    [all...]
ept.c 54 #include "MagickCore/image.h"
55 #include "MagickCore/image-private.h"
97 WriteEPTImage(const ImageInfo *,Image *,ExceptionInfo *);
111 % IsEPT() returns MagickTrue if the image format type, identified by the
120 % o magick: compare image format pattern against these bytes.
146 % ReadEPTImage() reads a binary Postscript image file and returns it. It
147 % allocates the memory necessary for the new Image structure and returns a
148 % pointer to the new image.
152 % Image *ReadEPTImage(const ImageInfo *image_info,
157 % o image_info: the image info
163 *image; local
    [all...]
yuv.c 13 % Read/Write Raw CCIR 601 4:1:1 or 4:2:2 Image Format %
52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
72 WriteYUVImage(const ImageInfo *,Image *,ExceptionInfo *);
86 % ReadYUVImage() reads an image with digital YUV (CCIR 601 4:1:1, plane
89 % for the new Image structure and returns a pointer to the new image.
93 % Image *ReadYUVImage(const ImageInfo *image_info,ExceptionInfo *exception)
97 % o image_info: the image info.
102 static Image *ReadYUVImage(const ImageInfo *image_info,ExceptionInfo *exception
103 *image, local
    [all...]
  /external/ImageMagick/PerlMagick/t/
subroutines.pl 22 # Test composite method using comparison with a reference image
24 # Usage: testFilterCompare( background image name, background read options,
25 # composite image name, composite read options,
26 # composite options,reference image
52 $background=Image::Magick->new;
53 $composite=Image::Magick->new;
54 $refimage=Image::Magick->new;
56 # Read background image
73 # Read composite image
92 eval "\$status=\$background->Composite(image=>\$composite, $composite_options);"
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Image.cpp 15 #include "Image.hpp"
39 Image::Image(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type)
47 Image::Image(Texture *parentTexture, GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable, bool renderTarget)
54 Image::~Image()
59 void *Image::lock(unsigned int left, unsigned int top, sw::Lock lock)
64 unsigned int Image::getPitch() const
69 void Image::unlock(
    [all...]
Renderbuffer.cpp 98 Image *RenderbufferTexture2D::getRenderTarget()
154 Image *RenderbufferTextureCubeMap::getRenderTarget()
215 Image *Renderbuffer::getRenderTarget()
298 Image *RenderbufferStorage::getRenderTarget()
328 Colorbuffer::Colorbuffer(Image *renderTarget) : mRenderTarget(renderTarget)
377 Image *Colorbuffer::getRenderTarget()
387 DepthStencilbuffer::DepthStencilbuffer(Image *depthStencil) : mDepthStencil(depthStencil)
435 Image *DepthStencilbuffer::getRenderTarget()
445 Depthbuffer::Depthbuffer(Image *depthStencil) : DepthStencilbuffer(depthStencil)
469 Stencilbuffer::Stencilbuffer(Image *depthStencil) : DepthStencilbuffer(depthStencil
    [all...]
  /external/ImageMagick/www/source/
mgk.c 13 % Read/Write MGK Image Format. %
50 #include "magick/image.h"
51 #include "magick/image-private.h"
67 WriteMGKImage(const ImageInfo *,Image *);
81 % IsMGK() returns MagickTrue if the image format type, identified by the
90 % o magick: This string is generally the first few bytes of an image file
117 % ReadMGKImage() reads a MGK image file and returns it. It allocates
118 % the memory necessary for the new Image structure and returns a pointer to
119 % the new image.
123 % Image *ReadMGKImage(const ImageInfo *image_info
136 *image; local
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Texture.h 108 virtual egl::Image *getRenderTarget(GLenum target, unsigned int level) = 0;
109 egl::Image *createSharedImage(GLenum target, unsigned int level);
118 void setImage(egl::Context *context, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pixels, egl::Image *image);
119 void subImage(egl::Context *context, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pixels, egl::Image *image);
120 void setCompressedImage(GLsizei imageSize, const void *pixels, egl::Image *image);
195 egl::Image *image[IMPLEMENTATION_MAX_TEXTURE_LEVELS]; member in class:es2::Texture2D
257 egl::Image *image[6][IMPLEMENTATION_MAX_TEXTURE_LEVELS]; member in class:es2::TextureCubeMap
314 egl::Image *image[IMPLEMENTATION_MAX_TEXTURE_LEVELS]; member in class:es2::Texture3D
    [all...]
  /external/ImageMagick/MagickCore/
transform.c 13 % MagickCore Image Transform Methods %
57 #include "MagickCore/image.h"
83 % AutoOrientImage() adjusts an image so that its orientation is suitable for
88 % Image *AutoOrientImage(const Image *image,
93 % o image: The image.
95 % o orientation: Current image orientation.
100 MagickExport Image *AutoOrientImage(const Image *image
    [all...]
channel.c 13 % MagickCore Image Channel Methods %
49 #include "MagickCore/image.h"
75 % ChannelFxImage() applies a channel expression to the specified image. The
82 % , write new image channels in the specified order (e.g. red, green)
83 % | add a new output image for the next set of channel operations
84 % ; move to the next input image for the source of channel data
87 % channels of an image, use:
95 % Image *ChannelFxImage(const Image *image,const char *expression
    [all...]
fx.c 13 % MagickCore Image Special Effects Methods %
71 #include "MagickCore/image.h"
72 #include "MagickCore/image-private.h"
114 const Image
153 % FxInfo *AcquireFxInfo(Image *image,const char *expression,
158 % o image: the image.
165 MagickPrivate FxInfo *AcquireFxInfo(const Image *image,const char *expression
1278 *image; local
4974 *image; local
    [all...]
  /external/swiftshader/src/OpenGL/common/
Image.hpp 50 class [[clang::lto_visibility_public]] Image : public sw::Surface, public gl::Object
53 // 2D texture image
54 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type)
64 // 3D texture image
65 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type)
75 // Native EGL image
76 Image(GLsizei width, GLsizei height, GLenum format, GLenum type, int pitchP)
86 Image(GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable)
96 // 2D texture image
97 static Image *create(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type)
    [all...]
  /external/deqp/modules/egl/
teglImageTests.cpp 21 * \brief EGL image tests.
87 namespace Image
214 const EGLImageKHR image = egl.createImageKHR(dpy, context, source, 0, DE_NULL); local
218 checkCallReturn(m_eglTestCtx, call.str().c_str(), image, EGL_NO_IMAGE_KHR, expectError);
377 const EGLImageKHR image = m_source->createImage(egl, dpy, eglContext, clientBuffer->get()); local
379 if (image == EGL_NO_IMAGE_KHR)
387 // Destroy image
388 CHECK_EXT_CALL_RET(egl.destroyImageKHR(context.getEglDisplay(), image), (EGLBoolean)EGL_TRUE, EGL_SUCCESS);
454 // Create EGL image
456 EGLImageKHR image = CHECK_EXT_CALL_ERR(egl.createImageKHR(context.getEglDisplay(), context.getEglContext(), EGL_GL_ (…) local
    [all...]
  /external/ImageMagick/PerlMagick/demo/
annotate.pl 3 use Image::Magick;
9 $image = Image::Magick->new();
17 $label=Image::Magick->new(size=>"600x600",pointsize=>24,font=>$font);
36 push(@$image,$label);
38 $image->Set(delay=>20);
39 $image->Write("annotate.miff");
40 $image->Animate();

Completed in 994 milliseconds

1 2 3 4 5 6 7 891011>>