/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 27 import java.awt.image.*; 28 import java.awt.image.renderable.RenderableImage; 294 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) 299 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) 304 public boolean drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) 309 public boolean drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) 314 public boolean drawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer) 319 public boolean drawImage(Image img, int x, int y, ImageObserver observer) 324 public boolean drawImage(Image img, AffineTransform xform, ImageObserver obs)
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_QWin.cc | 45 void SDL_QWin::setImage(QImage *image) { 49 my_image = image; 50 // setFixedSize(image->size());
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsContext3D.h | 67 class Image; 549 int texImage2D(unsigned target, unsigned level, Image* image, bool flipY, bool premultiplyAlpha); 555 int texSubImage2D(unsigned target, unsigned level, unsigned xoffset, unsigned yoffset, Image* image, bool flipY, bool premultiplyAlpha);
|
/external/webkit/WebKit/win/ |
FullscreenVideoController.cpp | 104 m_buttonImage = Image::loadPlatformResource(buttonResource); 109 m_buttonImageAlt = Image::loadPlatformResource(buttonResourceAlt); 114 Image* image = (m_showAltButton && m_buttonImageAlt) ? m_buttonImageAlt.get() : m_buttonImage.get(); local 115 context.drawImage(image, DeviceColorSpace, m_rect.location());
|
/frameworks/base/core/jni/ |
android_opengl_GLES11Ext.cpp | 467 /* void glEGLImageTargetTexture2DOES ( GLenum target, GLeglImageOES image ) */ 474 GLeglImageOES image = (GLeglImageOES) 0; local 476 image = (GLeglImageOES)getPointer(_env, image_buf, &_array, &_remaining); 479 (GLeglImageOES)image 482 releasePointer(_env, _array, image, _exception ? JNI_FALSE : JNI_TRUE); 486 /* void glEGLImageTargetRenderbufferStorageOES ( GLenum target, GLeglImageOES image ) */ 493 GLeglImageOES image = (GLeglImageOES) 0; local 495 image = (GLeglImageOES)getPointer(_env, image_buf, &_array, &_remaining); 498 (GLeglImageOES)image 501 releasePointer(_env, _array, image, _exception ? JNI_FALSE : JNI_TRUE) [all...] |
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/ |
OMX_Component.h | 81 OMX_IMAGE_PORTDEFINITIONTYPE image; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1601
|
/external/qemu/ |
console.h | 137 uint8_t *image, uint8_t *mask);
|
/external/webkit/WebCore/platform/graphics/qt/ |
GraphicsLayerQt.cpp | 26 #include "Image.h" 777 void GraphicsLayerQt::setContentsToImage(Image* image) 781 GraphicsLayer::setContentsToImage(image); 782 if (image) { 783 QPixmap* pxm = image->nativeImageForCurrentFrame(); [all...] |
/external/webkit/WebKitLibraries/ |
WebKitSystemInterface.h | 100 void WKSetDragImage(NSImage *image, NSPoint offset);
|
/frameworks/base/include/media/stagefright/openmax/ |
OMX_Component.h | 98 OMX_IMAGE_PORTDEFINITIONTYPE image; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon8878
|
/frameworks/base/opengl/include/GLES/ |
glext.h | 503 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image); 504 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image); 506 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image); 507 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image); [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Component.h | 81 OMX_IMAGE_PORTDEFINITIONTYPE image; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon9776
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Component.h | 81 OMX_IMAGE_PORTDEFINITIONTYPE image; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon10172
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
UriRecord.java | 189 ((ImageView) root.findViewById(R.id.image)).setImageDrawable(info.loadIcon(pm));
|
/external/webkit/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 27 #include "Image.h" 812 void GraphicsLayerAndroid::setContentsToImage(Image* image) 814 TLOG("(%x) setContentsToImage", this, image); 815 if (image) {
|
/frameworks/base/services/surfaceflinger/ |
Layer.cpp | 743 static_cast<Image&>(res) = mBufferData[mActiveBuffer].texture; 804 Image& texture(mBufferData[index].texture); 832 status_t Layer::BufferManager::destroyTexture(Image* tex, EGLDisplay dpy) 838 if (tex->image != EGL_NO_IMAGE_KHR) { 839 eglDestroyImageKHR(dpy, tex->image); 840 tex->image = EGL_NO_IMAGE_KHR;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Canvas.java | 41 import java.awt.image.BufferedImage; 574 BufferedImage image = bitmap.getImage(); local 594 g.drawImage(image, dleft, dtop, dright, dbottom, [all...] |
/external/webkit/WebCore/css/ |
CSSStyleSelector.cpp | 3390 CSSCursorImageValue* image = static_cast<CSSCursorImageValue*>(primitiveValue); local 4157 CSSImageValue* image = static_cast<CSSImageValue*>(val); local 4613 NinePieceImage image; local [all...] |
/external/webkit/WebKit/chromium/src/ |
GraphicsContext3D.cpp | [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
capitst.c | 2208 uint8_t *image = imageBuffer; local [all...] |
/external/icu4c/test/cintltst/ |
capitst.c | 2196 uint8_t *image = imageBuffer; local [all...] |
/external/icu4c/i18n/ |
ucol_tok.cpp | [all...] |
/external/webkit/WebCore/accessibility/ |
AccessibilityRenderObject.cpp | 284 return input->inputType() == HTMLInputElement::IMAGE; 583 // NOTE: this assumes that any non-image with an anchor is an HTMLAnchorElement 1575 RenderImage* image = toRenderImage(m_renderer); local [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebPDFView.mm | 108 static void _applicationInfoForMIMEType(NSString *type, NSString **name, NSImage **image) 119 *image = [[NSWorkspace sharedWorkspace] iconForFile:appPath]; 120 [*image setSize:NSMakeSize(16.f,16.f)]; [all...] |