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

<<11121314151617181920>>

  /external/swiftshader/src/OpenGL/libGLESv2/
Framebuffer.h 23 #include "common/Image.hpp"
54 egl::Image *getRenderTarget(GLuint index);
55 egl::Image *getReadRenderTarget();
56 egl::Image *getDepthBuffer();
57 egl::Image *getStencilBuffer();
Renderbuffer.cpp 96 // Increments refcount on image.
97 // caller must release() the returned image
98 egl::Image *RenderbufferTexture2D::getRenderTarget()
103 // Increments refcount on image.
104 // caller must release() the returned image
105 egl::Image *RenderbufferTexture2D::createSharedImage()
168 // Increments refcount on image.
169 // caller must release() the returned image
170 egl::Image *RenderbufferTexture3D::getRenderTarget()
175 // Increments refcount on image
    [all...]
  /frameworks/base/media/java/android/media/
ImageReader.java 39 * <p>The ImageReader class allows direct application access to image data
45 * {@link android.renderscript.Allocation RenderScript Allocations}. The image
49 * <p>The image data is encapsulated in {@link Image} objects, and multiple such
53 * or {@link #acquireNextImage} call. Due to memory limits, an image source will
61 * Returned by nativeImageSetup when acquiring the image was successful.
88 * {@link Image} objects that can be be acquired from the
94 * The valid sizes and formats depend on the source of the image data.
102 * {@link ImageWriter} interface. However, the {@link Image#getPlanes()
109 * ImageReaders} are more efficient to use when application access to image
386 Image image = acquireNextImage(); local
    [all...]
  /frameworks/layoutlib/bridge/src/android/view/
ShadowPainter.java 22 import java.awt.Image;
23 import java.awt.image.BufferedImage;
24 import java.awt.image.DataBufferInt;
33 * Adds a drop shadow to a semi-transparent image (of an arbitrary shape) and returns it as a
34 * new image. This method attempts to mimic the same visual characteristics as the rectangular
35 * shadow painting methods in this class, {@link #createRectangularDropShadow(java.awt.image.BufferedImage)}
36 * and {@link #createSmallRectangularDropShadow(java.awt.image.BufferedImage)}.
38 * If shadowSize is less or equals to 1, no shadow will be painted and the source image will be
41 * @param source the source image
45 * @return an image with the shadow painted in or the source image if shadowSize <=
79 BufferedImage image; local
191 BufferedImage image; local
219 BufferedImage image; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
FlagManagerTest.java 26 import org.eclipse.swt.graphics.Image;
41 Image us = manager.getFlag("US");
42 Image gb = manager.getFlag("GB");
43 Image ca = manager.getFlag("CA");
44 Image es = manager.getFlag("ES");
45 Image br = manager.getFlag("BR");
46 Image pt = manager.getFlag("PT");
166 Image icon = FlagManager.get().getFlag("AQ");
180 Image icon = FlagManager.get().getFlag("US");
  /external/ImageMagick/MagickCore/
blob.c 57 #include "MagickCore/image-private.h"
173 SyncBlob(Image *);
197 % o blob: the address of a character stream in one of the image formats
306 % BlobToImage() implements direct to memory image formats. It returns the
307 % blob as an image.
311 % Image *BlobToImage(const ImageInfo *image_info,const void *blob,
316 % o image_info: the image info.
318 % o blob: the address of a character stream in one of the image formats
326 MagickExport Image *BlobToImage(const ImageInfo *image_info,const void *blob, local
332 Image
2742 magick_unreferenced(image); variable
2755 *image; local
    [all...]
compare.c 13 % MagickCore Image Comparison Methods %
59 #include "MagickCore/image-private.h"
88 % CompareImages() compares one or more pixel channels of an image to a
89 % reconstructed image and returns the difference image.
93 % Image *CompareImages(const Image *image,const Image *reconstruct_image,
98 % o image: the image
    [all...]
colormap.c 59 #include "MagickCore/image-private.h"
87 % AcquireImageColormap() allocates an image colormap and initializes
88 % it to a linear gray colorspace. If the image already has a colormap,
94 % MagickBooleanType AcquireImageColormap(Image *image,const size_t colors,
99 % o image: the image.
101 % o colors: the number of colors in the image colormap.
106 MagickExport MagickBooleanType AcquireImageColormap(Image *image,
    [all...]
morphology.h 30 UnityKernel, /* The no-op or 'original image' kernel */
95 ThinningMorphology, /* Remove matching pixels from image */
96 ThickenMorphology, /* Add matching pixels from image */
139 extern MagickExport Image
140 *MorphologyImage(const Image *,const MorphologyMethod,const ssize_t,
prepress.c 47 #include "MagickCore/image.h"
72 % GetImageTotalInkDensity() returns the total ink density for a CMYK image.
74 % darkest shadow area in an image.
78 % double GetImageTotalInkDensity(const Image *image,
83 % o image: the image.
88 MagickExport double GetImageTotalInkDensity(Image *image,
103 assert(image != (Image *) NULL)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 5 * Image, InstalledFontCollection, PrivateFontCollection, Region
41 // Image
43 __inline__ Image* Image::FromFile(const WCHAR *filename,
46 return new Image(filename, useEmbeddedColorManagement);
49 __inline__ Image* Image::FromStream(IStream *stream,
52 return new Image(stream, useEmbeddedColorManagement);
55 __inline__ Image::Image(const WCHAR *filename, BOOL useEmbeddedColorManagement)
    [all...]
  /external/ImageMagick/coders/
gray.c 13 % Read/Write RAW Gray Image Format %
53 #include "MagickCore/image.h"
54 #include "MagickCore/image-private.h"
73 WriteGRAYImage(const ImageInfo *,Image *,ExceptionInfo *);
87 % ReadGRAYImage() reads an image of raw grayscale samples and returns
88 % it. It allocates the memory necessary for the new Image structure and
89 % returns a pointer to the new image.
93 % Image *ReadGRAYImage(const ImageInfo *image_info,
98 % o image_info: the image info.
103 static Image *ReadGRAYImage(const ImageInfo *image_info
108 *image; local
    [all...]
icon.c 53 #include "MagickCore/image.h"
54 #include "MagickCore/image-private.h"
149 static Image
150 *AutoResizeImage(const Image *,const char *,MagickOffsetType *,
154 WriteICONImage(const ImageInfo *,Image *,ExceptionInfo *);
156 Image *AutoResizeImage(const Image *image,const char *option,
167 Image
191 return((Image *) NULL)
250 *image; local
    [all...]
mat.c 12 % Read MATLAB Image Format %
62 #include "MagickCore/image.h"
63 #include "MagickCore/image-private.h"
89 WriteMATImage(const ImageInfo *,Image *,ExceptionInfo *);
184 static void InsertComplexDoubleRow(Image *image,double *p,int y,double MinVal,
197 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
200 for (x = 0; x < (ssize_t) image->columns; x++)
204 f = (*p / MaxVal) * (QuantumRange-GetPixelRed(image,q))
801 Image *image, *image2=NULL, local
    [all...]
hrz.c 13 % Read/Write Slow Scan TeleVision Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
69 WriteHRZImage(const ImageInfo *,Image *,ExceptionInfo *);
83 % ReadHRZImage() reads a Slow Scan TeleVision 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 *ReadHRZImage(const ImageInfo *image_info,ExceptionInfo *exception)
93 % o image_info: the image info.
98 static Image *ReadHRZImage(const ImageInfo *image_info,ExceptionInfo *exception local
    [all...]
otb.c 13 % Read/Write On-The-Air Image Format %
52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
70 WriteOTBImage(const ImageInfo *,Image *,ExceptionInfo *);
85 % allocates the memory necessary for the new Image structure and returns a
86 % pointer to the new image.
90 % Image *ReadOTBImage(const ImageInfo *image_info,ExceptionInfo *exception)
94 % o image_info: the image info.
100 static Image *ReadOTBImage(const ImageInfo *image_info,ExceptionInfo *exception)
104 Image
103 *image; local
    [all...]
pcd.c 13 % Read/Write Photo CD Image Format %
58 #include "MagickCore/image.h"
59 #include "MagickCore/image-private.h"
79 WritePCDImage(const ImageInfo *,Image *,ExceptionInfo *);
98 % MagickBooleanType DecodeImage(Image *image,unsigned char *luma,
103 % o image: the address of a structure of type Image.
115 static MagickBooleanType DecodeImage(Image *image,unsigned char *luma
473 *image; local
    [all...]
  /cts/apps/CameraITS/build/
envsetup.sh 34 for M in numpy PIL Image matplotlib pylab scipy.stats scipy.spatial
53 for M in device objects image caps dng target error
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
GraphicsLib.h 36 OUT VOID **Image,
43 Return the graphics image file named FileNameGuid into Image and return it's
51 Image - Pointer to pointer to return graphics image. If NULL, a
54 ImageSize - Size of the graphics Image in bytes. Zero if no image found.
59 EFI_SUCCESS - Image and ImageSize are valid.
60 EFI_BUFFER_TOO_SMALL - Image not big enough. ImageSize has required size
70 OUT VOID **Image,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.inf 37 Image/Image.c
38 Image/Image.h
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiTcp4Io.h 31 EFI_HANDLE Image;
51 @param[in] Image The handle of the driver image.
61 IN EFI_HANDLE Image,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.h 41 // Image type definitions.
50 // The struct to save the deferred image information.
54 VOID *Image;
60 // The table to save the deferred image item.
63 UINTN Count; ///< deferred image count
64 DEFERRED_IMAGE_INFO *ImageInfo; ///< deferred image item
68 Returns information about a deferred image.
70 This function returns information about a single deferred image. The deferred images are
71 numbered consecutively, starting with 0. If there is no image which corresponds to
74 Image may be NULL and ImageSize set to 0 if the decision to defer execution was made
    [all...]
  /external/ImageMagick/Magick++/tests/
appendImages.cpp 36 list<Image> imageList;
39 Image appended;
  /external/ImageMagick/PerlMagick/t/jng/
write.t 10 use Image::Magick;
  /external/ImageMagick/PerlMagick/t/ttf/
read.t 3 # Test read image method on TrueType font
10 use Image::Magick;

Completed in 489 milliseconds

<<11121314151617181920>>