/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_app_menu_item.cc | 9 const gfx::Image* icon, 12 icon_(icon ? gfx::Image(*icon) : gfx::Image()),
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
drag-image-for-links-and-images.html | 14 <p>Try dragging the image or the link below. The drag image should be 15 identical to the image above, centered on the cursor.
|
input-empty-on-focus.html | 2 <div><input onfocus="this.value = ''" value="drop image here go boom"></div> 3 <p>Drag the image above down into the text field. 5 It's arguably a bug that the text field accepts an image at all, so some day we might fix that and make this
|
bugzilla-83979.svg | 8 <image id="image" xlink:href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect/%3E%3C/svg%3E" width="50" height="50" filter="url(#ds2)"/> 12 document.getElementById("blur").appendChild(document.getElementById("image").cloneNode());
|
image-prefetch-stress.html | 6 var x = new Image(); 13 When an image is preloaded in javascript, the size of the image is never 14 reported to the javascript garbage collector. If a large image is repeatedly
|
large-size-image-crash.html | 4 <img src="resources/large-size-image-crash.gif">
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
ElementStyleResources.cpp | 72 RefPtr<StyleImage> image = value->cachedOrPendingImageSet(m_deviceScaleFactor); local 73 if (image && image->isPendingImage()) 75 return image.release(); 80 RefPtr<StyleImage> image = value->cachedOrPendingImage(); local 81 if (image && image->isPendingImage()) 83 return image.release(); 88 RefPtr<StyleImage> image = value->cachedOrPendingImage(m_deviceScaleFactor); local 89 if (image && image->isPendingImage() [all...] |
/external/chromium_org/ui/gfx/image/ |
image_mac_unittest.mm | 10 #include "ui/gfx/image/image.h" 11 #include "ui/gfx/image/image_png_rep.h" 12 #include "ui/gfx/image/image_skia.h" 13 #include "ui/gfx/image/image_skia_util_mac.h" 14 #include "ui/gfx/image/image_unittest_util.h" 105 gfx::Image image(ns_image.release()); 107 EXPECT_EQ(1u, image.RepresentationCount()); 109 const gfx::ImageSkia* image_skia = image.ToImageSkia() [all...] |
/external/chromium_org/ui/gfx/x/ |
x11_types.cc | 61 XImage image; local 62 memset(&image, 0, sizeof(image)); 64 image.width = data_width; 65 image.height = data_height; 66 image.format = ZPixmap; 67 image.byte_order = LSBFirst; 68 image.bitmap_unit = 8; 69 image.bitmap_bit_order = LSBFirst; 70 image.depth = depth [all...] |
/external/chromium_org/ui/views/controls/button/ |
image_button_unittest.cc | 29 // Our image to paint starts empty. 35 // We can set a preferred size when we have no image. 39 // Set a normal image. 43 // Image uses normal image for painting. 51 // Set a pushed image. 55 // By convention, preferred size doesn't change, even though pushed image 59 // We're still painting the normal image. 64 // Set an overlay image. 70 // By convention, preferred size doesn't change, even though pushed image 112 gfx::ImageSkia image = CreateTestImage(20, 30); local 139 gfx::ImageSkia image = CreateTestImage(20, 30); local 154 gfx::ImageSkia image = CreateTestImage(20, 30); local [all...] |
image_button.cc | 11 #include "ui/gfx/image/image_skia_operations.h" 46 void ImageButton::SetImage(ButtonState state, const gfx::ImageSkia* image) { 47 images_[state] = image ? *image : gfx::ImageSkia(); 52 const gfx::ImageSkia* image, 54 if (image == NULL || mask == NULL) { 60 *image, *mask); 63 void ImageButton::SetOverlayImage(const gfx::ImageSkia* image) { 64 if (!image) { 68 overlay_image_ = *image; [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/ |
IAlphaMask.java | 9 * This method sets the size of the texture's image. 11 * the width of the image 13 * the height of the image
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
ImageLoader.java | 35 import com.jme3.texture.Image; 43 * An image loader class. It uses three loaders (AWTLoader, TGALoader and DDSLoader) in an attempt to load the image from the given 51 protected DDSLoader ddsLoader = new DDSLoader(); // DirectX image loader 54 * This method loads the image from the blender file itself. It tries each loader to load the image. 59 * position in the stream where the image data starts 61 * if the image should be flipped (does not work with DirectX image) 62 * @return loaded image or null if it could not be loade [all...] |
/external/pixman/pixman/ |
pixman-noop.c | 43 iter->buffer += iter->image->bits.rowstride; 51 iter->buffer += iter->image->bits.rowstride; 65 pixman_image_t *image = iter->image; local 70 if (!image) 79 else if (image->common.extended_format_code == PIXMAN_solid && 80 (iter->image->type == SOLID || 89 if (image->type == SOLID) 90 color = image->solid.color_32; 92 color = image->bits.fetch_pixel_32 (&image->bits, 0, 0) 137 pixman_image_t *image = iter->image; local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_icon_image_unittest.cc | 22 #include "ui/gfx/image/image_skia_source.h" 52 // Used to test behavior including images defined by an image skia source. 53 // |GetImageForScale| simply returns image representation from the image given 57 explicit MockImageSkiaSource(const gfx::ImageSkia& image) 58 : image_(image) { 70 // Helper class for synchronously loading extension image resource. 80 void OnImageLoaded(const gfx::Image& image) { 81 image_ = image; [all...] |
/development/tools/labpretest/nexusone/ |
custom_flash.sh | 6 # used for flashing boot image on nexusone
|
/external/chromium/chrome/browser/resources/ |
bug_report.css | 52 .image-thumbnail-container { 59 .image-thumbnail-container-selected { 66 .image-thumbnail-container:hover { 71 .image-popup { 75 .image-thumbnail { 83 .image-thumbnail:hover { 87 .image-thumbnail div { 91 .image-thumbnail img { 96 .image-thumbnail:hover div { 107 .image-thumbnail:hover div img [all...] |
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
throbber_view_unittest.mm | 14 #include "ui/gfx/image.h" 22 NSImage* image = 24 view_ = [ThrobberView filmstripThrobberViewWithFrame:frame image:image];
|
/external/chromium_org/chrome/browser/chromeos/login/ |
user_image_manager.h | 30 // Registers user image manager preferences. 35 // Loads user image data from Local State. 43 // Sets user image to the default image with index |image_index|, sends 48 // Saves image to file, sends LOGIN_USER_IMAGE_CHANGED notification and 53 // Tries to load user image from disk; if successful, sets it for the user, 58 // Sets profile image as user image for |user_id|, sends 61 // default grey avatar will be used until the user logs in and profile image 65 // Deletes user image and the corresponding image file [all...] |
/external/chromium_org/chrome/browser/themes/ |
custom_theme_supplier.cc | 9 #include "ui/gfx/image/image.h" 32 gfx::Image CustomThemeSupplier::GetImageNamed(int id) { 33 return gfx::Image();
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
info.js | 55 * image. Outputs image data to the DOM. 68 // Render general image data. 81 * Renders the URL for the image, trimming if the length is too long. 93 * Renders a thumbnail view of the image. 102 var image = new Image(); 103 image.addEventListener('load', function() { 104 var src_w = image.width; 105 var src_h = image.height [all...] |
/external/chromium_org/content/renderer/ |
image_loading_helper.cc | 31 // Proportionally resizes the |image| to fit in a box of size 33 SkBitmap ResizeImage(const SkBitmap& image, uint32_t max_image_size) { 35 return image; 36 uint32_t max_dimension = std::max(image.width(), image.height()); 38 return image; 39 // Proportionally resize the minimal image to fit in a box of size 42 image, 44 static_cast<uint64_t>(image.width()) * max_image_size / max_dimension, 45 static_cast<uint64_t>(image.height()) * max_image_size / max_dimension) 74 const SkBitmap& image = *it; local [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/ |
page_with_data.html | 7 <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAAxJREFUCNdjYGBgAAAABAABJzQnCgAAAABJRU5ErkJggg=="/>
|
/external/chromium_org/tools/grit/grit/testdata/ |
explicit_web.html | 3 .image {BORDER: #0000cc 1px solid;}
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
BooleanObjectPropertyEditor.java | 19 import org.eclipse.swt.graphics.Image; 29 private static final Image m_nullImage = DesignerPlugin.getImage("properties/BooleanNull.png"); 30 private static final Image m_trueImage = DesignerPlugin.getImage("properties/true.png"); 31 private static final Image m_falseImage = DesignerPlugin.getImage("properties/false.png"); 52 Image image = booleanValue ? m_trueImage : m_falseImage; local 54 paint(gc, x, y, width, height, text, image); 57 Image image = m_nullImage; local 59 paint(gc, x, y, width, height, text, image); [all...] |