/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())
|
/external/webkit/WebCore/rendering/style/ |
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/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 | 68 private void presentImageThumbnail(SlideViewInterface view, ImageModel image) { 69 if (image.isDrmProtected()) { 70 showDrmIcon(view, image.getSrc()); 72 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...] |
/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...] |
/device/htc/common/updater/ |
recovery_updater.c | 44 Value* image; local 51 if (ReadValueArgs(state, argv, 7, &image, 101 if (image->type != VAL_BLOB) { 102 printf("image argument is not blob (is type %d)\n", image->type); 126 image->data, 127 image->size, 136 FreeValue(image);
|
/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)
|
/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...] |
/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...] |
/external/chromium/base/ |
pe_image.h | 19 // from a file, mapped in memory as image. 25 typedef bool (*EnumSectionsFunction)(const PEImage &image, 35 typedef bool (*EnumExportsFunction)(const PEImage &image, DWORD ordinal, 43 typedef bool (*EnumImportChunksFunction)(const PEImage &image, LPCSTR module, 51 typedef bool (*EnumImportsFunction)(const PEImage &image, LPCSTR module, 59 typedef bool (*EnumDelayImportChunksFunction)(const PEImage &image, 71 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type, 111 // Use: s = image.GetImageSectionFromAddr(a); 126 // Use: e = image.GetExportEntry(f); 130 // is not exported from this image [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);
|
/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/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...] |
/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;
|