HomeSort by relevance Sort by last modified time
    Searched defs:Image (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Image.cpp 8 // Image.h: Implements the rx::Image class, an abstract base class for the
12 #include "libGLESv2/renderer/Image.h"
17 Image::Image()
25 void Image::loadAlphaDataToBGRA(GLsizei width, GLsizei height,
45 void Image::loadAlphaDataToNative(GLsizei width, GLsizei height,
59 void Image::loadAlphaFloatDataToRGBA(GLsizei width, GLsizei height,
79 void Image::loadAlphaHalfFloatDataToRGBA(GLsizei width, GLsizei height,
99 void Image::loadLuminanceDataToNativeOrBGRA(GLsizei width, GLsizei height
    [all...]
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 19 from PIL import Image
146 mask = Image.open(mask_filename)
157 mask = Image.new("1", size, 1)
165 # Find the baseline image
170 print " No baseline image found, mask will not be updated"
173 baseline = Image.open(os.path.join(mask_scrape_dir, mask_scrapes[0]))
193 scrape = Image.open(mask_scrape_filename)
214 # 1. convert("L") converts the RGB image to grayscale
216 # of an RGB image) to different ones. Because it operates on
220 # a monochrome bitmap. If the original RGB image were converte
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.h 58 unsigned char * Image ;
80 #define SDL_Image (this -> hidden -> Image)
  /packages/apps/Gallery/src/com/android/camera/gallery/
Image.java 38 public class Image extends BaseImage implements IImage {
45 public Image(BaseImageList container, ContentResolver cr,
72 return !"image/jpeg".equals(mimeType) && !"image/png".equals(mimeType);
136 * Save the rotated image by updating the Exif "Orientation" tag.
  /external/chromium_org/ui/gfx/image/
image.cc 5 #include "ui/gfx/image/image.h"
13 #include "ui/gfx/image/image_png_rep.h"
14 #include "ui/gfx/image/image_skia.h"
28 #include "ui/gfx/image/cairo_cached_surface.h"
31 #include "ui/gfx/image/image_skia_util_ios.h"
34 #include "ui/gfx/image/image_skia_util_mac.h"
102 gchar* image = NULL; local
106 pixbuf, &image, &image_size, "png", &error, NULL));
109 png_bytes->data().assign(image, image + image_size)
322 ImageSkia* image() { return image_.get(); } function in class:gfx::internal::ImageRepSkia
427 UIImage* image() const { return image_; } function in class:gfx::internal::ImageRepCocoaTouch
460 NSImage* image() const { return image_; } function in class:gfx::internal::ImageRepCocoa
718 UIImage* image = UIImageFromImageSkia(*skia_rep->image()); local
749 NSImage* image = NSImageFromImageSkiaWithColorSpace(*skia_rep->image(), local
876 UIImage* image = ToUIImage(); local
882 NSImage* image = ToNSImage(); local
    [all...]
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 225 struct Image {
226 Image();
227 ~Image();
232 DISALLOW_COPY_AND_ASSIGN(Image);
245 ScopedPtrHashMap<unsigned, Image> images;
  /external/chromium_org/tools/imagediff/
image_diff.cc 46 class Image {
48 Image() : w_(0), h_(0) {
51 Image(const Image& image)
52 : w_(image.w_),
53 h_(image.h_),
54 data_(image.data_) {
73 // Creates the image from stdin with the given data length. On success, it
91 // Creates the image from the given filename on disk, and returns true o
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 258 from PIL import Image
260 Image = None
280 if not Image: print 'Not',
282 if Image:
283 img = Image.fromstring("RGBA", (imgw, imgh), data)
  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 82 // Lightweight raw-bitmap management. The image, once initialized, is immuable.
84 class Image {
86 // Creates the image from the given filename on disk.
87 explicit Image(const base::FilePath& filename) : ignore_alpha_(true) {
99 // Loads the image from a canvas.
100 Image(skia::PlatformCanvas& canvas) : ignore_alpha_(true) {
118 // Loads the image from a canvas.
119 Image(const SkBitmap& bitmap) : ignore_alpha_(true) {
127 // Save the image to a png file. Used to create the initial test files.
145 // Returns the percentage of the image that is different from the other
    [all...]
  /external/giflib/
gif_lib.h 47 GifWord Left, Top, Width, Height; /* Current image dimensions. */
66 int ExtensionBlockCount; /* Count of extensions before image */
67 ExtensionBlock *ExtensionBlocks; /* Extensions before image */
76 int ImageCount; /* Number of current image (both APIs) */
77 GifImageDesc Image; /* Current image (low-level API) */
78 SavedImage *SavedImages; /* Image sequence (high-level API) */
79 int ExtensionBlockCount; /* Count extensions past last image */
80 ExtensionBlock *ExtensionBlocks; /* Extensions past last image */
111 #define DISPOSE_DO_NOT 1 /* Leave image in place *
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 45 * <code>Image</code> defines a data format for a graphical image. The image
46 * is defined by a format, a height and width, and the image data. The width and
48 * should be packed before creation of the image object.
52 * @version $Id: Image.java 4131 2009-03-19 20:15:28Z blaine.dev $
54 public class Image extends NativeObject implements Savable /*, Cloneable*/ {
295 * @return True if this is a compressed image format, false if
303 * @return True if this image format is in floating point,
312 // image attribute
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.h 62 Image,
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 44 # 2006-06-17 Nicko: Test suite with various image generators.
95 for Red, Green, Blue, the components of a colour image; *A* stands for
109 Consider an image that is 3 pixels wide by 2 pixels high, and each pixel
131 The entire image is one single giant sequence of colour values.
154 by the PNG image format) each pixel value is decomposed into 2 bytes
157 format, but may be just right if the source data for the PNG image
191 __all__ = ['Image', 'Reader', 'Writer', 'write_chunks', 'from_array']
343 Image size in pixels, as two separate arguments.
345 Image size (w,h) in pixels, as single argument.
353 Create a palette for a colour mapped image (colour type 3)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp     [all...]
  /external/mesa3d/include/CL/
cl.hpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 959 milliseconds

12 3