HomeSort by relevance Sort by last modified time
    Searched refs:Image (Results 726 - 750 of 979) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 45 #include "ui/gfx/image/image_family.h"
46 #include "ui/gfx/image/image_skia.h"
71 void UpdateIcon(const gfx::ImageFamily& image);
174 void AppInfoView::UpdateIcon(const gfx::ImageFamily& image) {
176 const gfx::Image* icon = image.GetBest(kIconPreviewSizePixels,
179 // The family has no icons. Leave the image blank.
186 // Resize the image to the desired size.
446 const gfx::Image* icon = shortcut_info_.favicon.GetBest(0, 0);
485 SkBitmap image; local
    [all...]
  /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/chrome/renderer/resources/extensions/
set_icon.js 9 var img = new Image();
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.cpp 652 // When generating the drag image for an element, ignore the document background.
679 RefPtr<Image> image = buffer->copyImage(); local
680 return DragImage::create(image.get(), renderer->shouldRespectImageOrientation());
708 RefPtr<Image> image = buffer->copyImage(); local
709 return DragImage::create(image.get());
  /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"
266 void UpdateIconImage(const gfx::Image& icon) {
373 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/ash/system/ime/
tray_ime.cc 28 #include "ui/gfx/image/image.h"
230 gfx::Image(), // icon
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
desktop_notifications.cc 167 const gfx::Image& icon =
  /external/chromium_org/chrome/browser/extensions/
context_menu_matcher.cc 13 #include "ui/gfx/image/image.h"
273 menu_model_->SetIcon(index, gfx::Image::CreateFrom1xBitmap(icon));
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_browsertest.cc 141 gfx::Image(),
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 160 gfx::Image app_icon = app_controller_->GetAppListIcon(web_contents);
chrome_launcher_controller_per_app.h 181 // Set the image for a specific launcher item (e.g. when set by the app).
183 const gfx::ImageSkia& image) OVERRIDE;
312 const gfx::ImageSkia& image) OVERRIDE;
344 gfx::Image GetAppListIcon(content::WebContents* web_contents) const;
485 // Used to load the image for an app item.
  /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"
86 const gfx::ImageFamily& image) {
88 const gfx::Image* icon = image.GetBest(kIconPreviewSizePixels,
90 // There must be at least one icon in the image family.
133 // Create a box containing basic information about the new shortcut: an image
152 // the image
    [all...]

Completed in 1886 milliseconds

<<21222324252627282930>>