/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsvideo.c | 181 static inline int loadimage_nonblock(int fd, struct ps2_image *image, int size, 192 data = (char *)image->ptr; 200 hm[2] = ((unsigned long long)image->fbp << 32) | 201 ((unsigned long long)image->fbw << 48) | 202 ((unsigned long long)image->psm << 56); 203 hm[4] = ((unsigned long long)image->x << 32) | 204 ((unsigned long long)image->y << 48); 205 hm[6] = (unsigned long long)image->w | 206 ((unsigned long long)image->h << 32); 208 /* make image mode tags * [all...] |
/external/skia/src/effects/ |
SkBlurMask.cpp | 242 void SkMask_FreeImage(uint8_t* image); 243 void SkMask_FreeImage(uint8_t* image) 245 SkMask::FreeImage(image); 327 uint8_t* image = dst->fImage; 328 uint8_t* stop = image + dst->computeImageSize(); 330 for (; image < stop; image += 1) { 331 *image = gamma[*image];
|
/external/webkit/WebCore/bridge/qt/ |
qt_pixmapruntime.cpp | 105 RefPtr<HTMLImageElement> image = new HTMLImageElement(HTMLNames::imgTag, document); local 106 image->setCachedImage(new CachedImage(img.get())); 108 return asObject(toJS(exec, global, image.release())); 120 QImage image; local 121 // for getting the data url, we always prefer the image. 123 image = v.value<QPixmap>().toImage(); 124 v = QVariant::fromValue<QImage>(image); 126 image = v.value<QImage>(); 129 image.save(&b, "PNG"); 130 const QString b64 = QString("data:image/png;base64,") + ba.toBase64() [all...] |
/external/skia/src/gl/ |
SkGLTextCache.cpp | 73 const uint8_t image[], int* offset) { 101 image); 171 const uint8_t image[], int* offset) { 172 SkASSERT(image != NULL); 187 strike = strike->addGlyphAndBind(glyph, image, offset);
|
/external/skia/src/images/ |
SkImageDecoder_libgif.cpp | 108 void CheckFreeExtension(SavedImage* Image) { 109 if (Image->ExtensionBlocks) { 110 FreeExtension(Image); 116 const ColorMapObject* cmap = gif->Image.ColorMap; 129 static int find_transpIndex(const SavedImage& image, int colorCount) { 131 for (int i = 0; i < image.ExtensionBlockCount; ++i) { 132 const ExtensionBlock* eb = image.ExtensionBlocks + i; 201 SavedImage* image = &gif->SavedImages[gif->ImageCount-1]; 202 const GifImageDesc& desc = image->ImageDesc; 276 if (gif->Image.Interlace [all...] |
SkMovie_gif.cpp | 66 static SkMSec savedimage_duration(const SavedImage* image) 68 for (int j = 0; j < image->ExtensionBlockCount; j++) 70 if (image->ExtensionBlocks[j].Function == GRAPHICS_EXT_FUNC_CODE) 72 int size = image->ExtensionBlocks[j].ByteCount; 74 const uint8_t* b = (const uint8_t*)image->ExtensionBlocks[j].Bytes; 123 // should we check for the Image cmap or the global (SColorMap) first? 126 cmap = gif->Image.ColorMap; 180 if (gif->Image.Interlace) {
|
/external/webkit/WebCore/svg/graphics/ |
SVGImage.cpp | 60 SVGImageChromeClient(SVGImage* image) 61 : m_image(image) 65 SVGImage* image() const { return m_image; } function in class:WebCore::SVGImageChromeClient 83 : Image(observer) 99 ASSERT(!m_chromeClient || !m_chromeClient->image()); 216 if (!m_frameCache) // failed to allocate image 220 return m_frameCache->image()->nativeImageForCurrentFrame(); 225 // Don't do anything if is an empty image. 261 loader->setResponseMIMEType("image/svg+xml");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
IconFactory.java | 28 import org.eclipse.swt.graphics.Image; 53 private HashMap<String, Image> mIconMap = new HashMap<String, Image>(); 68 for (Image icon : mIconMap.values()) { 78 * Returns an Image for a given icon name. 86 public Image getIcon(String osName) { 91 * Returns an Image for a given icon name. 103 public Image getIcon(String osName, int color, int shape) { 105 Image icon = mIconMap.get(key); 164 * A simple image description that generates a 16x16 image which consist 192 Image image = new Image(display, SX, SY); local [all...] |
/external/webkit/WebCore/rendering/ |
RenderBoxModelObject.cpp | 94 static bool shouldPaintBackgroundAtLowQuality(GraphicsContext*, RenderBoxModelObject*, Image*, const IntSize&); 117 bool RenderBoxModelScaleObserver::shouldPaintBackgroundAtLowQuality(GraphicsContext* context, RenderBoxModelObject* object, Image* image, const IntSize& size) 119 // If the image is not a bitmap image, then none of this is relevant and we just paint at high 121 if (!image || !image->isBitmapImage()) 124 // Make sure to use the unzoomed image size, since if a full page zoom is in effect, the image 126 IntSize imageSize(image->width(), image->height()) 606 Image* image = bg->image(clientForBackgroundImage, tileSize); local 626 StyleImage* image = fillLayer->image(); local 847 Image* image = styleImage->image(this, imageSize); local [all...] |
/external/webkit/WebCore/platform/win/ |
ClipboardWin.cpp | 42 #include "Image.h" 313 static HGLOBAL createGlobalImageFileDescriptor(const String& url, const String& title, CachedImage* image) 315 ASSERT_ARG(image, image); 316 ASSERT(image->image()->data()); 329 fgd->fgd[0].nFileSizeLow = image->image()->data()->size(); 331 const String& preferredTitle = title.isEmpty() ? image->response().suggestedFilename() : title; 332 String extension = image->image()->filenameExtension() [all...] |
/external/qemu/android/skin/ |
file.c | 43 if (background->image) 44 skin_image_unref(&background->image); 52 const char* img = aconfig_str(node, "image", NULL); 61 background->image = skin_image_find_in( basepath, img ); 62 if (background->image == SKIN_IMAGE_NONE) { 63 background->image = NULL; 69 background->rect.size.w = skin_image_w( background->image ); 70 background->rect.size.h = skin_image_h( background->image ); 207 skin_image_unref( &button->image ); 218 const char* img = aconfig_str(node, "image", NULL) [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/image/ |
DecodingImageSource.java | 24 package org.apache.harmony.awt.gl.image; 26 import java.awt.image.ImageConsumer; 27 import java.awt.image.ImageProducer; 37 * It helps to integrate image decoders into producer/consumer model. It provides 38 * functionality for working with several decoder instances and several image consumers 239 * It starts the decoder and loads the image data.
|
ImageDecoder.java | 24 package org.apache.harmony.awt.gl.image; 28 import java.awt.image.ColorModel; 29 import java.awt.image.ImageConsumer; 42 * This class contains common functionality for all image decoders. 46 /** Image types */ 61 * Chooses appropriate image decoder by looking into input stream and checking 62 * the image signature. 63 * @param src - image producer, required for passing data to it from the 115 * In the future, we might return different decoders for differen image types. 117 * Also: we could add a factory to load image decoder [all...] |
JpegDecoder.java | 21 package org.apache.harmony.awt.gl.image; 23 import java.awt.image.*; 42 ImageConsumer.SINGLEFRAME | // JPEG is a static image 180 break; // Probably image is truncated
|
/sdk/draw9patch/src/com/android/draw9patch/ui/ |
MainFrame.java | 32 import java.awt.image.BufferedImage; 117 void showImageEditor(BufferedImage image, String name) { 119 imageEditor = new ImageEditorPanel(this, image, name);
|
/external/icu4c/i18n/ |
ucol_elm.h | 105 UCATableHeader *image; member in struct:__anon2228 133 U_CAPI tempUCATable * U_EXPORT2 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status);
|
/external/proguard/src/proguard/gui/ |
TabbedPane.java | 31 * An image can be added below these buttons. 144 * Adds an image below the tab buttons, after all tabs have been added. 145 * The image will only be as visible as permitted by the available space. 147 * @param image the image. 148 * @return the component containing the image. 150 public Component addImage(final Image image) 158 JButton component = new JButton(new ImageIcon(image));
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_video.h | 77 PhImage_t *image; /* used to display image */ member in struct:SDL_PrivateVideoData 130 #define SDL_Image (this->hidden->image)
|
/external/webkit/WebCore/page/ |
DragController.cpp | 52 #include "Image.h" 527 if (mouseDownTarget.image() 552 RenderImage* image = toRenderImage(renderer); 553 return image->cachedImage(); 556 static Image* getImage(Element* element) 563 RenderImage* image = toRenderImage(renderer); 564 if (image->cachedImage() && !image->cachedImage()->errorOccurred()) 565 return image->cachedImage()->image(); 653 Image* image = getImage(static_cast<Element*>(node)); local 738 Image* image = getImage(element); local [all...] |
/external/webkit/WebCore/page/win/ |
FrameCGWin.cpp | 93 HBITMAP image = imageFromRect(frame, ir); local 95 return image;
|
/external/webkit/WebCore/platform/mac/ |
CursorMac.mm | 31 #import "Image.h" 44 // but creating a cursor with a bad image might throw. 46 static NSCursor* createCustomCursor(Image* image, const IntPoint& hotspot) 49 NSImage* img = image->getNSImage(); 79 Cursor::Cursor(Image* image, const IntPoint& hotspot) 80 : m_impl(HardRetainWithNSRelease(createCustomCursor(image, hotspot)))
|
/external/webkit/WebCore/svg/ |
SVGFEImageElement.cpp | 131 RefPtr<FilterEffect> effect = FEImage::create(m_targetImage ? m_targetImage->image() : m_cachedImage->image(), preserveAspectRatio());
|
/external/webkit/WebKit/mac/Misc/ |
WebElementDictionary.mm | 41 #import <WebCore/Image.h> 202 Image* image = _result->image(); 203 return image ? image->getNSImage() : nil;
|
/external/webkit/WebKitTools/Scripts/ |
clean-header-guards | 25 %r|platform/image-decoders|,
|
/frameworks/base/awt/java/awt/image/ |
DataBuffer.java | 22 package java.awt.image; 24 import org.apache.harmony.awt.gl.image.DataBufferListener;
|