/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Frame.cpp | 635 // When generating the drag image for an element, ignore the document background. 663 RefPtr<Image> image = buffer->copyImage(); local 664 return DragImage::create(image.get(), renderer->shouldRespectImageOrientation(), deviceScaleFactor); 693 RefPtr<Image> image = buffer->copyImage(); local 694 return DragImage::create(image.get(), DoNotRespectImageOrientation, deviceScaleFactor);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
main.js | 306 if (results.tests[selectedTest].actual.indexOf('IMAGE') != -1) { 307 $('image-outputs').style.display = ''; 310 $('image-outputs').style.display = 'none'; 371 if (results.tests[nextTest].actual.indexOf('IMAGE') != -1) { 372 new Image().src = getTestResultUrl(nextTest, 'expected-image'); 373 new Image().src = getTestResultUrl(nextTest, 'actual-image'); 413 var image = $(mode); 414 image.className = 'loading' [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_texture.c | 86 * Allocate an empty texture image object. 95 * Delete a texture image object. 109 radeon_texture_image *image = get_radeon_texture_image(timage); local 122 assert(!image->base.ImageOffsets); 123 image->base.ImageOffsets = malloc(slices * sizeof(GLuint)); 131 * Free memory associated with this texture image. 135 radeon_texture_image* image = get_radeon_texture_image(timage); local 137 if (image->mt) { 138 radeon_miptree_unreference(&image->mt); 142 if (image->bo) 223 radeon_texture_image *image = get_radeon_texture_image(texImage); local 275 radeon_texture_image *image = get_radeon_texture_image(texImage); local 551 radeon_texture_image* image = get_radeon_texture_image(texImage); local 601 __DRIimage *image; local 759 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local 775 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
debug.c | 271 * Write a texture image to a ppm file. 279 struct gl_texture_image *img = texObj->Image[face][level]; 297 printf(" Writing image level %u to %s\n", level, s); 308 * Write renderbuffer image to a ppm file. 344 printf(" Writing renderbuffer image to %s\n", s); 346 _mesa_debug(NULL, " Writing renderbuffer image to %s\n", s); 373 struct gl_texture_image *texImg = texObj->Image[j][i]; 415 * If dumpImages is true, write PPM of level[0] image to a file. 449 * If dumpImages is true, write PPM of level[0] image to a file. 563 _mesa_dump_image(const char *filename, const void *image, GLuint w, GLuint h [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_renderbuffer.c | 566 /* map texture image (render to texture) */ 570 struct gl_texture_image *texImage = texObj->Image[face][level]; 600 /* unmap texture image (render to texture) */ 604 struct gl_texture_image *texImage = texObj->Image[face][level];
|
/external/chromium_org/ui/message_center/views/ |
notifier_settings_view.cc | 21 #include "ui/gfx/image/image.h" 334 // The image itself is quite small, this large invisible border creates a 352 const gfx::Image& icon) { 529 const gfx::Image& icon) {
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_texture.c | 86 * Allocate an empty texture image object. 95 * Delete a texture image object. 109 radeon_texture_image *image = get_radeon_texture_image(timage); local 122 assert(!image->base.ImageOffsets); 123 image->base.ImageOffsets = malloc(slices * sizeof(GLuint)); 131 * Free memory associated with this texture image. 135 radeon_texture_image* image = get_radeon_texture_image(timage); local 137 if (image->mt) { 138 radeon_miptree_unreference(&image->mt); 142 if (image->bo) 223 radeon_texture_image *image = get_radeon_texture_image(texImage); local 275 radeon_texture_image *image = get_radeon_texture_image(texImage); local 551 radeon_texture_image* image = get_radeon_texture_image(texImage); local 601 __DRIimage *image; local 759 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local 775 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local [all...] |
/external/mesa3d/src/mesa/main/ |
debug.c | 271 * Write a texture image to a ppm file. 279 struct gl_texture_image *img = texObj->Image[face][level]; 297 printf(" Writing image level %u to %s\n", level, s); 308 * Write renderbuffer image to a ppm file. 344 printf(" Writing renderbuffer image to %s\n", s); 346 _mesa_debug(NULL, " Writing renderbuffer image to %s\n", s); 373 struct gl_texture_image *texImg = texObj->Image[j][i]; 415 * If dumpImages is true, write PPM of level[0] image to a file. 449 * If dumpImages is true, write PPM of level[0] image to a file. 563 _mesa_dump_image(const char *filename, const void *image, GLuint w, GLuint h [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_renderbuffer.c | 566 /* map texture image (render to texture) */ 570 struct gl_texture_image *texImage = texObj->Image[face][level]; 600 /* unmap texture image (render to texture) */ 604 struct gl_texture_image *texImage = texObj->Image[face][level];
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
TestingCamera2.java | 29 import android.media.Image; 300 public void onCaptureAvailable(Image capture) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
CustomViewDescriptorService.java | 63 import org.eclipse.swt.graphics.Image; 543 public Image getGenericIcon() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
EmulatorConfigTab.java | 53 import org.eclipse.swt.graphics.Image; 375 public Image getImage() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAnnotation.java | 62 import org.eclipse.swt.graphics.Image; 114 public Image getImage() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateMetadata.java | 51 import org.eclipse.swt.graphics.Image; 430 static Image getDefaultTemplateIcon() {
|
/external/chromium/chrome/browser/ |
page_info_model.cc | 290 gfx::Image* PageInfoModel::GetIconImage(SectionStateIcon icon_id) {
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
desktop_notifications.cc | 167 const gfx::Image& icon =
|
/external/chromium_org/chrome/browser/extensions/ |
context_menu_matcher.cc | 14 #include "ui/gfx/image/image.h" 270 menu_model_->SetIcon(index, gfx::Image::CreateFrom1xBitmap(icon));
|
/external/chromium_org/chrome/browser/notifications/ |
message_center_notifications_browsertest.cc | 142 gfx::Image(),
|
welcome_notification_unittest.cc | 179 gfx::Image(),
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
app_shortcut_launcher_item_controller.cc | 149 gfx::Image app_icon = launcher_controller()->GetAppListIcon(web_contents);
|
chrome_launcher_controller.h | 222 // Set the image for a specific launcher item (e.g. when set by the app). 224 const gfx::ImageSkia& image); 336 const gfx::ImageSkia& image) OVERRIDE; 374 gfx::Image GetAppListIcon(content::WebContents* web_contents) const; 564 // Used to load the image for an app item.
|
/external/chromium_org/chrome/browser/ui/gtk/autofill/ |
autofill_popup_view_gtk.cc | 19 #include "ui/gfx/image/image.h" 252 const gfx::Image& image = local 254 int icon_y = entry_rect.y() + (row_height - image.Height()) / 2; 256 x_align_left += is_rtl ? 0 : -image.Width(); 261 image, 266 x_align_left += is_rtl ? image.Width() + kIconPadding : -kIconPadding;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
create_application_shortcuts_dialog_gtk.cc | 35 #include "ui/gfx/image/image.h" 36 #include "ui/gfx/image/image_family.h" 37 #include "ui/gfx/image/image_skia.h" 85 const gfx::ImageFamily& image) { 87 const gfx::Image* icon = image.GetBest(kIconPreviewSizePixels, 89 // There must be at least one icon in the image family. 132 // Create a box containing basic information about the new shortcut: an image 151 // the image [all...] |
location_bar_view_gtk.h | 52 class Image; 395 GtkWidget** image,
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
infobar_gtk.cc | 25 #include "ui/gfx/image/image.h" 115 gfx::Image icon = delegate()->GetIcon(); 117 GtkWidget* image = gtk_image_new_from_pixbuf(icon.ToGdkPixbuf()); local 119 gtk_misc_set_alignment(GTK_MISC(image), 0.5, 0.5); 121 gtk_box_pack_start(GTK_BOX(hbox_), image, FALSE, FALSE, 0); local
|