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

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 227 IImage image = getCurrentImage();
228 if (image != null) {
229 return image.fullSizeImageUri();
261 IImage image = getCurrentImage();
262 if (image != null) {
282 // Return if the image file is not available.
340 // image as the Action rather than the Data.
532 // TODO: Only enable slide show if there is at least one image in
543 IImage image = getCurrentImage();
544 return (image != null) && ImageManager.isVideo(image)
    [all...]
ImageGetter.java 31 * Here's the loading strategy. For any given image, load the thumbnail
34 * Then proceed to load the full image bitmap. Three things can
37 * 1. the image fails to load because the UI thread decided
38 * to move on to a different image. This "cancellation" happens
40 * image being decoded. BitmapFactory.decodeStream returns null
43 * 2. the image loaded successfully. At that point we post
46 * 3. when the post runs it checks to see if the image that was
48 * to some other image and if so we just drop the newly loaded
80 // The callback to invoke for each image.
83 // The image list for the images
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 35 import java.awt.image.BufferedImage;
36 import java.awt.image.RenderedImage;
76 private BufferedImage image; field in class:ImageEditorPanel
96 ImageEditorPanel(MainFrame mainFrame, BufferedImage image, String name) {
97 this.image = image;
314 int width = image.getWidth();
315 int height = image.getHeight();
317 int pixel = image.getRGB(i, 0);
319 image.setRGB(i, 0, 0)
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
PngDecoderJava.java 17 package org.apache.harmony.awt.gl.image;
22 import java.awt.image.BufferedImage;
23 import java.awt.image.ColorModel;
24 import java.awt.image.DataBuffer;
25 import java.awt.image.DataBufferByte;
26 import java.awt.image.IndexColorModel;
27 import java.awt.image.Raster;
28 import java.awt.image.WritableRaster;
49 final BufferedImage image = PngDecoderJava.decode(in);
55 g.drawImage(image, insets.left, insets.top, null)
81 BufferedImage image = new BufferedImage(cm, raster, false, null); local
    [all...]
ByteArrayDecodingImageSource.java 25 package org.apache.harmony.awt.gl.image;
  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/
PNGImageWriter.java 25 import java.awt.image.BufferedImage;
26 import java.awt.image.ColorModel;
27 import java.awt.image.DataBufferByte;
28 import java.awt.image.DataBufferInt;
29 import java.awt.image.IndexColorModel;
30 import java.awt.image.Raster;
31 import java.awt.image.RenderedImage;
32 import java.awt.image.SampleModel;
33 import java.awt.image.SinglePixelPackedSampleModel;
34 import java.awt.image.WritableRaster
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
ImageMac.mm 55 PassRefPtr<Image> Image::loadPlatformResource(const char *name)
61 RefPtr<Image> image = BitmapImage::create();
62 image->setData(SharedBuffer::wrapNSData(namedImageData), true);
63 return image.release();
67 // Two theories are bad installs (image files are missing), and too-many-open-files.
70 return Image::nullImage();
80 // If numFrames is zero, we know for certain this image doesn't have valid data
  /external/webkit/WebKit/mac/Carbon/
CarbonUtils.m 103 CGImageRef image = NULL;
123 image = _NSCreateImageRef( planes, [rep pixelsWide], [rep pixelsHigh],
129 return image;
  /external/webkit/WebKit/gtk/WebCoreSupport/
DragClientGtk.cpp 64 void DragClient::startDrag(DragImageRef image, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame* frame, bool linkDrag)
102 if (image)
103 gtk_drag_set_icon_pixbuf(context, image, eventPos.x() - dragImageOrigin.x(), eventPos.y() - dragImageOrigin.y());
  /external/webkit/WebKitTools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 78 cairo_surface_t* image = cairo_image_surface_create_for_data((unsigned char*)info.bmBits, CAIRO_FORMAT_ARGB32, local
80 cairo_t* context = cairo_create(image);
81 cairo_surface_destroy(image);
  /frameworks/base/awt/org/apache/harmony/awt/gl/
ICompositeContext.java 25 import java.awt.image.ColorModel;
26 import java.awt.image.Raster;
27 import java.awt.image.WritableRaster;
XORComposite.java 29 import java.awt.image.ColorModel;
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
Glyph.java 26 import java.awt.image.BufferedImage;
54 // Buffered image representation of the glyph
55 BufferedImage image; field in class:Glyph
61 * image bitmap parameters
167 this.image = newImage;
223 * Returns array of bytes, representing image of this glyph
  /external/qemu/distrib/sdl-1.2.12/src/loadso/beos/
SDL_sysloadso.c 30 #include <be/kernel/image.h>
  /external/webkit/WebCore/css/
CSSCanvasValue.h 43 virtual Image* image(RenderObject*, const IntSize&);
  /external/webkit/WebCore/loader/
ImageLoader.h 51 CachedImage* image() const { return m_image.get(); } function in class:WebCore::ImageLoader
  /external/webkit/WebKitTools/DumpRenderTree/cg/
PixelDumpSupportCG.cpp 58 static void printPNG(CGImageRef image)
62 CGImageDestinationAddImage(imageDest.get(), image, 0);
111 RetainPtr<CGImageRef> image(AdoptCF, CGBitmapContextCreateImage(context->cgContext()));
112 printPNG(image.get());
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreeDraggingInfo.h 39 - (id)initWithImage:(NSImage *)image offset:(NSSize)offset pasteboard:(NSPasteboard *)pasteboard source:(id)source;
  /frameworks/base/awt/java/awt/image/
ImageConsumer.java 22 package java.awt.image;
27 * The ImageConsumer interface provides the data about the image and about how
29 * the image using the methods defined in this interface.
60 * The Constant SINGLEFRAME indicates that image consists of single frame.
65 * The Constant IMAGEERROR indicates an image error during image producing.
70 * The Constant SINGLEFRAMEDONE indicates that only one of the image's
76 * The Constant STATICIMAGEDONE indicates that the image is completed.
81 * The Constant IMAGEABORTED indicates that the image producing process is
87 * Sets the properties for the image associated with this ImageConsumer
    [all...]
RenderedImage.java 22 package java.awt.image;
29 * contains image data. The image data is represented as a single tile or an
57 * Gets the image data of the image's region as one tile.
61 * @return the image data of the image's region as one tile.
101 * Gets the image data of this image as one tile.
103 * @return the image data of this image as one tile
    [all...]
VolatileImage.java 22 package java.awt.image;
27 import java.awt.Image;
32 * The VolatileImage abstract class represents an image which can lose its
34 * provides methods for checking if operation of this image are compatible for
39 public abstract class VolatileImage extends Image
40 // Volatile image implements Transparency since 1.5
61 * The transparency value of this image.
74 * should be called after rendering operation of image.
118 * Validates the drawing surface of the image if the surface had been lost
120 * image
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AddAdapter.java 51 public final Drawable image; field in class:AddAdapter.ListItem
57 image = res.getDrawable(imageResourceId);
59 image = null;
97 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 21 import java.awt.image.BufferedImage;
56 public void addLayer(String name, BufferedImage image, Point offset) {
57 addLayer(name, image, offset, true);
60 public void addLayer(String name, BufferedImage image, Point offset, boolean visible) {
61 mLayersInfo.addLayer(name, image, offset, visible);
62 if (visible) mGraphics.drawImage(image, null, offset.x, offset.y);
95 private static void writeImage(BufferedImage image, DataOutputStream out, boolean split)
100 int width = image.getWidth();
101 int height = image.getHeight();
106 image.getData().getDataElements(0, 0, width, height, pixels)
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
ImageCairo.cpp 59 : Image(observer)
78 // TODO: check to be sure this is an image surface
103 cairo_surface_t* image = frameAtIndex(m_currentFrame); local
104 if (!image) // If it's too early we won't have an image yet.
123 // If we're drawing a sub portion of the image or scaling then create
124 // a pattern transformation on the image and draw the transformed pattern.
126 cairo_pattern_t* pattern = cairo_pattern_create_for_surface(image);
159 // Draw the image.
173 void Image::drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTr (…)
176 cairo_surface_t* image = nativeImageForCurrentFrame(); local
    [all...]
  /bootable/diskinstaller/
config.mk 64 # Build the installer ramdisk image
85 @echo ----- Making installer image ------
114 # Now the installer boot image which includes the kernel and the ramdisk
133 $(call pretty,"Target installer image: $@")
137 # Now make a data image that contains all the target image files for the
151 @echo --- Making installer data image ------
162 @echo --- Finished installer data image -[ $@ ]-
165 # now combine the installer image with the grub bootloader
177 @echo "Creating bootable installer image: $@
    [all...]

Completed in 386 milliseconds

1 2 3 4 5 67 8 91011>>