/external/chromium_org/chrome/browser/favicon/ |
favicon_service.h | 59 // |FaviconImageResult::image| is constructed from the bitmaps for the 64 // |image| originate from. 65 // TODO(pkotwicz): Enable constructing |image| from bitmaps from several 219 // A favicon bitmap is added for each image rep in |image|. Any preexisting 220 // bitmap data for |icon_url| is deleted. It is important that |image| 221 // contains image reps for all of ui::GetSupportedScaleFactors(). Use 229 const gfx::Image& image);
|
/external/chromium_org/chrome/browser/ |
icon_loader_chromeos.cc | 24 #include "ui/gfx/image/image.h" 25 #include "ui/gfx/image/image_skia.h" 26 #include "ui/gfx/image/image_skia_operations.h" 30 // Used with GenerateImageWithSize() to indicate that the image shouldn't be 88 // 'image': /\.(bmp|gif|jpe?g|ico|png|webp)$/i, 153 // |source| must be a square image (width == height). 170 // On ChromeOS, we consider LARGE to mean "the largest image we have." 171 // Since we have already chosen the largest applicable image resource, we 172 // return the image as-is [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_info_cache_unittest.cc | 22 #include "ui/gfx/image/image.h" 23 #include "ui/gfx/image/image_unittest_util.h" 351 const gfx::Image& profile_image( 357 gfx::Image gaia_image(gfx::test::CreateImage()); 384 gfx::Image gaia_image(gfx::test::CreateImage()); 429 const gfx::Image& profile_image(
|
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
image_util.js | 89 * new Rect(canvas|image) // anything with width and height properties. 265 * Draw the image in context with appropriate scaling. 267 * @param {Image} image Image to draw. 269 * @param {Rect=} opt_srcRect Rectangle in the imsge (whole image by default). 271 Rect.drawImage = function(context, image, opt_dstRect, opt_srcRect) { 273 opt_srcRect = opt_srcRect || new Rect(image); 276 context.drawImage(image, 355 * Copy an image applying scaling and rotation [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.h | 103 // When any image decorations change, call this to ensure everything is 152 virtual gfx::Image GetFavicon() const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
global_error_bubble.cc | 21 #include "ui/gfx/image/image.h" 50 gfx::Image image = error_->GetBubbleViewIcon(); local 51 CHECK(!image.IsEmpty()); 52 GdkPixbuf* pixbuf = image.ToGdkPixbuf();
|
script_bubble_gtk.cc | 110 GtkWidget* image = gtk_image_new(); local 111 gtk_widget_set_usize(image, 16, 16); 112 gtk_box_pack_start(GTK_BOX(item), image, FALSE, FALSE, 0); local 114 // Load the image asynchronously. 115 icon_controls_[extension->id()] = GTK_IMAGE(image); 148 const gfx::Image& icon) {
|
tab_modal_confirm_dialog_gtk.cc | 21 #include "ui/gfx/image/image.h" 40 gfx::Image* icon = delegate->GetIcon(); 41 GtkWidget* image = icon ? gtk_image_new_from_pixbuf(icon->ToGdkPixbuf()) local 44 gtk_misc_set_alignment(GTK_MISC(image), 0.5, 0.0); 52 gtk_box_pack_start(GTK_BOX(hbox), image, FALSE, FALSE, 0); local
|
location_bar_view_gtk.h | 53 class Image; 121 virtual gfx::Image GetFavicon() const OVERRIDE; 402 GtkWidget** image,
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
favicon_webui_handler.cc | 56 const gfx::Image& image) OVERRIDE { 57 ExtensionIconManager::OnImageLoaded(extension_id, image);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/ |
FEDropShadow.cpp | 113 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); local 115 RefPtr<NativeImageSkia> nativeImage = image->nativeImageForCurrentFrame();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
ImageQualityController.cpp | 130 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderObject* object, Image* image, const void *layer, const LayoutSize& layoutSize) 132 // If the image is not a bitmap image, then none of this is relevant and we just paint at high 134 if (!image || !image->isBitmapImage() || context->paintingDisabled()) 156 // Make sure to use the unzoomed image size, since if a full page zoom is in effect, the image 158 LayoutSize scaledImageSize = currentTransform.mapSize(image->size()); 189 // If this is the first time resizing this image, or its size is th [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
pixelzoomer.js | 63 container.className = 'zoom-image-container'; 73 imageContainer.className = 'scaled-image-container'; 75 var image = new Image(); 76 image.src = url; 77 image.style.width = kZoomedResultWidth + 'px'; 78 image.style.height = kZoomedResultHeight + 'px'; 79 image.style.border = '1px solid black'; 80 imageContainer.appendChild(image); 104 var image = imageContainer.querySelector('img') [all...] |
/external/chromium_org/ui/message_center/views/ |
message_center_view_unittest.cc | 134 gfx::Image(),
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/ |
MaterialHelper.java | 49 import com.jme3.texture.Image;
50 import com.jme3.texture.Image.Format;
298 * type of image defined by blender; the constants are defined in TextureHelper
353 Image image = texture.getImage();
local 354 ByteBuffer sourceBB = image.getData(0);
356 int w = image.getWidth();
357 int h = image.getHeight();
371 image = new Image(Format.RGBA8, w, h, bb); [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
BasicShadowRenderer.java | 46 import com.jme3.texture.Image.Format;
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
TextureCubeMap.java | 43 * The image specified by setImage must contain 6 data units, 44 * each data contains a 2D image representing a cube's face. 74 public TextureCubeMap(Image img){
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestRenderToTexture.java | 49 import com.jme3.texture.Image.Format;
|
/external/skia/tools/skpdiff/ |
diff_viewer.js | 10 // Custom directive for showing an image that gets swapped my mouseover. 21 var leftImage = new Image(); 22 var rightImage = new Image(); 26 var image; 28 image = leftImage; 30 image = rightImage; 33 // Make it so the maximum size of an image is MAX_SWAP_IMG_SIZE, and the images are 36 while ((image.width / divisor) > MAX_SWAP_IMG_SIZE) { 40 // Set canvas to correct size and draw the image into it 41 elm[0].width = image.width / divisor [all...] |
/frameworks/base/libs/hwui/ |
AssetAtlas.cpp | 36 mImage = new Image(buffer); 48 ALOGW("Could not create atlas image");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintFixGenerator.java | 50 import org.eclipse.swt.graphics.Image; 84 * by either setting an icon or using the image provider. This works fine 382 public Image getImage() { 463 public Image getImage() { 553 public Image getImage() {
|
/external/chromium_org/ash/system/web_notification/ |
web_notification_tray_unittest.cc | 107 gfx::Image(), 123 gfx::Image(),
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_html_writer_unittest.cc | 209 gfx::Image::CreateFrom1xBitmap(bitmap)); 236 url1, url1_favicon, chrome::FAVICON, gfx::Image());
|
/external/chromium_org/chrome/renderer/ |
mock_printer.cc | 47 const printing::Image& image) 49 image_(image) { 225 printing::Image image(metafile); 228 image); 274 *checksum = pages_[page]->image().checksum(); 294 pages_[page]->image().SaveToPng(filepath);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
image_util.js | 8 // converting the image. 11 var img = new Image();
|