HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 301 - 325 of 537) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/rendering/
RenderObject.cpp 110 RenderImageGeneratedContent* image = new (arena) RenderImageGeneratedContent(node); local
111 image->setStyle(style);
112 if (StyleImage* styleImage = contentData->image())
113 image->setStyleImage(styleImage);
114 return image;
672 // Make sure we have a valid image.
673 StyleImage* img = layer->image();
704 StyleImage* borderImage = style()->borderImage().image();
707 // If the image hasn't loaded, we're still using the normal border style.
    [all...]
RenderThemeChromiumSkia.cpp 32 #include "Image.h"
238 static Image* const checkedImage = Image::loadPlatformResource("linuxCheckboxOn").releaseRef();
239 static Image* const uncheckedImage = Image::loadPlatformResource("linuxCheckboxOff").releaseRef();
240 static Image* const disabledCheckedImage = Image::loadPlatformResource("linuxCheckboxDisabledOn").releaseRef();
241 static Image* const disabledUncheckedImage = Image::loadPlatformResource("linuxCheckboxDisabledOff").releaseRef();
243 Image* image local
276 Image* image; local
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 84 background-image:url(images/bg_fade.jpg);
289 background-image: url(images/bg_images_sprite.png);
302 background-image: url(images/bg_images_sprite.png);
325 background-image: url(images/bg_images_sprite.png);
343 background-image: url(images/bg_images_sprite.png);
439 background-image:url(images/bg_community_leftDiv.jpg);
474 background-image:url(images/hr_gray_side.jpg);
489 background-image:url(images/hr_gray_main.jpg);
539 background-image:url(images/home/bg_home_bottom.jpg);
691 background-image : none
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /bootable/recovery/
Android.mk 28 # TODO: Build the ramdisk image in a more principled way.
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
  /device/htc/passion-common/
BoardConfigCommon.mk 70 # Set the system image size limit to the full physical space available for eng build
  /device/sample/apps/SampleEmailPolicy/
Android.mk 19 # file for your device, to include the APK file in your system image.
  /external/chromium/base/
process_util.h 363 // image: These pages are mapped into the view of an image section (backed by
366 CommittedKBytes() : priv(0), mapped(0), image(0) {}
369 size_t image; member in struct:base::CommittedKBytes
  /external/webkit/WebCore/platform/gtk/
ContextMenuItemGtk.cpp 166 GtkWidget* image = gtk_image_new_from_stock(stockID, GTK_ICON_SIZE_MENU); local
167 gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), image); local
CursorGtk.cpp 31 #include "Image.h"
66 Cursor::Cursor(Image* image, const IntPoint& hotSpot)
68 GdkPixbuf* pixbuf = image->getGdkPixbuf();
  /external/webkit/WebCore/platform/mac/
PasteboardMac.mm 38 #import "Image.h"
312 Image* image = cachedImage->image();
313 ASSERT(image);
315 [m_pasteboard.get() setData:[image->getNSImage() TIFFRepresentation] forType:NSTIFFPboardType];
  /external/webkit/WebCore/platform/qt/
CursorQt.cpp 34 #include "Image.h"
60 Cursor::Cursor(Image* image, const IntPoint& hotspot)
62 : m_impl(*(image->nativeImageForCurrentFrame()), hotspot.x(), hotspot.y())
  /external/webkit/WebKitTools/DumpRenderTree/cg/
ImageDiffCG.cpp 94 // Draw base image in bitmap context
99 // Draw test image in bitmap context
134 // Compute the difference as a percentage combining both the number of different pixels and their difference amount i.e. the average distance over the entire image
141 // Generate a normalized diff image if there is any difference
165 static inline bool imageHasAlpha(CGImageRef image)
167 CGImageAlphaInfo info = CGImageGetAlphaInfo(image);
210 fputs("error, image size must be specified.\n", stdout);
226 fputs("error, test and reference image have different properties.\n", stderr);
  /frameworks/base/opengl/include/EGL/
eglext.h 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/
Android.mk 54 #Supplicant image building
  /libcore/luni/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 199 image=8465
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 97 NdefRecord text = newTextRecord("There's an image below this text!", Locale.US, true);
98 NdefRecord image = newMimeRecord("image/png", payload); local
100 new NdefMessage(new NdefRecord[] { text, image }) };
104 throw new RuntimeException("Failed to compress image", e);
146 adapter.add(new TagDescription("Image", buildImageMessages()));
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 102 if (showExtras && node.image != null) {
103 s.drawImage(node.image, node.left, node.top, null);
  /system/core/rootdir/
Android.mk 15 # in the system image. In theory, we don't need these for -user builds
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/
Android.mk 37 #Supplicant image building

Completed in 1994 milliseconds

<<11121314151617181920>>