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

1 2 3 4 56 7 8 91011>>

  /external/webkit/WebCore/rendering/style/
StyleReflection.h 54 void setMask(const NinePieceImage& image) { m_mask = image; }
ContentData.h 62 StyleImage* image() const { return m_content.m_image; } function in struct:WebCore::ContentData
63 void setImage(PassRefPtr<StyleImage> image)
67 m_content.m_image = image.releaseRef();
  /frameworks/base/awt/com/android/internal/awt/
AndroidImageDecoder.java 23 //import java.awt.image.BufferedImage;
24 import java.awt.image.ColorModel;
25 import java.awt.image.ComponentColorModel;
26 import java.awt.image.DataBuffer;
27 import java.awt.image.DirectColorModel;
28 import java.awt.image.ImageConsumer;
29 import java.awt.image.IndexColorModel;
34 import org.apache.harmony.awt.gl.image.DecodingImageSource;
35 import org.apache.harmony.awt.gl.image.ImageDecoder;
41 ImageConsumer.SINGLEFRAME | // PNG is a static image
    [all...]
AndroidGraphicsConfiguration.java 25 import java.awt.image.BufferedImage;
26 import java.awt.image.ColorModel;
27 import java.awt.image.VolatileImage;
  /external/bluetooth/glib/gmodule/
gmodule-dyld.c 33 NSObjectFileImage image; local
39 ret = NSCreateObjectFileImageFromFile (file_name, &image);
76 module = NSLinkModule (image, file_name, options);
77 NSDestroyObjectFileImage (image);
  /external/e2fsprogs/lib/
Makefile.bsd-lib 13 all:: image
22 image: $(BSD_LIB)
Makefile.darwin-lib 13 all:: image
22 image: $(BSD_LIB)
  /external/kernel-headers/original/linux/
kexec.h 91 extern NORET_TYPE void machine_kexec(struct kimage *image) ATTRIB_NORET;
92 extern int machine_kexec_prepare(struct kimage *image);
93 extern void machine_kexec_cleanup(struct kimage *image);
104 extern struct page *kimage_alloc_control_pages(struct kimage *image,
  /external/webkit/WebCore/svg/
SVGImageLoader.cpp 46 if (image()->errorOccurred())
  /frameworks/base/awt/java/awt/font/
ImageGraphicAttribute.java 25 import java.awt.Image;
38 // Image object rendered by this ImageGraphicAttribute
40 * The image.
42 private Image fImage;
56 // the width of the image object
62 // the height of the image object
69 * Instantiates a new ImageGraphicAttribute with the specified image,
72 * @param image
73 * the Image to be rendered by ImageGraphicAttribute.
77 * the origin X coordinate in the image of ImageGraphicAttribute
    [all...]
  /frameworks/base/awt/java/awt/image/
BufferedImageOp.java 22 package java.awt.image;
39 * Creates a destination image with the specified BufferedImage and
40 * ColorModel; this destination image is empty and has the correct size and
66 * Gets the bounds of filtered image.
70 * @return the rectangle bounds of filtered image.
75 * Gets the point of the destination image which corresponds to the
76 * specified point in the source image.
79 * the point of the source image.
LookupTable.java 24 package java.awt.image;
32 * and short data tables as an input arrays for bands or components of image.
RasterOp.java 22 package java.awt.image;
40 * destination image data is empty and has the correct size and number of
51 * image data to the destination WritableRaster.
71 * Gets the point of the destination image which corresponds to the
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeRobot.java 25 import java.awt.image.BufferedImage;
35 * @return the captured image or null if
  /frameworks/base/awt/java/awt/
GraphicsConfiguration.java 25 import java.awt.image.BufferedImage;
26 import java.awt.image.ColorModel;
27 import java.awt.image.VolatileImage;
49 * Creates BufferedImage image object with a data layout and color model
68 * the width of image.
70 * the height of image.
82 * the width of image.
84 * the height of image.
95 * the width of image.
97 * the height of image
    [all...]
Graphics2D.java 23 import java.awt.image.BufferedImage;
24 import java.awt.image.BufferedImageOp;
25 import java.awt.image.ImageObserver;
26 import java.awt.image.RenderedImage;
27 import java.awt.image.renderable.RenderableImage;
108 * the filter to be applied to the image before rendering.
110 * the X coordinate of the point where the image's upper left
113 * the Y coordinate of the point where the image's upper left
119 * Draws BufferedImage transformed from image space into user space
125 * the affine transformation from the image to the user space
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/
Surface.java 25 import java.awt.Image;
28 import java.awt.image.BufferedImage;
29 import java.awt.image.ColorModel;
30 import java.awt.image.ComponentColorModel;
31 import java.awt.image.ComponentSampleModel;
32 import java.awt.image.DataBuffer;
33 import java.awt.image.DirectColorModel;
34 import java.awt.image.IndexColorModel;
35 import java.awt.image.MultiPixelPackedSampleModel;
36 import java.awt.image.SampleModel
    [all...]
  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/
PNGImageWriterSpi.java 23 import java.awt.image.ColorModel;
24 import java.awt.image.DataBufferByte;
25 import java.awt.image.IndexColorModel;
43 "image/png" },// MIMETypes
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
LayoutResult.java 21 import java.awt.image.BufferedImage;
36 * @param image
38 public LayoutResult(ILayoutViewInfo rootView, BufferedImage image) {
42 mImage = image;
  /packages/apps/Mms/src/com/android/mms/ui/
IconListAdapter.java 48 ImageView image; local
62 image = (ImageView) view.findViewById(R.id.icon);
63 image.setImageResource(getItem(position).getResource());
MmsThumbnailPresenter.java 66 private void presentImageThumbnail(SlideViewInterface view, ImageModel image) {
67 if (image.isDrmProtected()) {
68 showDrmIcon(view, image.getSrc());
70 view.setImage(image.getSrc(), image.getBitmap());
  /sdk/ninepatch/src/com/android/ninepatch/
NinePatch.java 22 import java.awt.image.BufferedImage;
72 BufferedImage image = null; local
74 image = GraphicsUtilities.loadCompatibleImage(fileUrl);
82 return load(image, is9Patch, convert);
97 BufferedImage image = null; local
99 image = GraphicsUtilities.loadCompatibleImage(stream);
105 return load(image, is9Patch, convert);
110 * @param image the source {@link BufferedImage}.
118 public static NinePatch load(BufferedImage image, boolean is9Patch, boolean convert) {
121 image = convertTo9Patch(image)
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 100 CGImageRef image = CGBitmapContextCreateImage(bitmapContext); local
101 CGContextDrawImage(m_data->m_cgContext.get(), dstRect, image);
104 CGImageRelease(image);
115 void GraphicsContext::drawWindowsBitmap(WindowsBitmap* image, const IntPoint& point)
120 RetainPtr<CFDataRef> imageData(AdoptCF, CFDataCreate(kCFAllocatorDefault, image->buffer(), image->bufferLength()));
122 RetainPtr<CGImageRef> cgImage(AdoptCF, CGImageCreate(image->size().width(), image->size().height(), 8, 32, image->bytesPerRow(), deviceRGB.get(),
124 CGContextDrawImage(m_data->m_cgContext.get(), CGRectMake(point.x(), point.y(), image->size().width(), image->size().height()), cgImage.get());
    [all...]
  /external/webkit/WebCore/platform/qt/
ClipboardQt.cpp 38 #include "Image.h"
176 void ClipboardQt::setDragImage(CachedImage* image, const IntPoint& point)
178 setDragImage(image, 0, point);
186 void ClipboardQt::setDragImage(CachedImage* image, Node *node, const IntPoint &loc)
193 m_dragImage = image;
206 return m_dragImage->image()->nativeImageForCurrentFrame();
218 RenderImage* image = toRenderImage(renderer);
219 if (image->cachedImage() && !image->cachedImage()->errorOccurred())
220 return image->cachedImage()
    [all...]
  /external/webkit/WebCore/platform/win/
DragImageCGWin.cpp 32 #include "Image.h"
83 DragImageRef scaleDragImage(DragImageRef image, FloatSize scale)
88 if (!image)
93 IntSize srcSize = dragImageSize(image);
105 srcContext = createCgContextFromBitmap(image);
115 ::DeleteObject(image);
116 image = 0;
120 hbmp = image;
127 DragImageRef createDragImageFromImage(Image* img)

Completed in 1404 milliseconds

1 2 3 4 56 7 8 91011>>