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

<<31323334353637383940

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_surface_state.c 301 struct gl_texture_image *firstImage = tObj->Image[0][tObj->BaseLevel];
brw_wm_surface_state.c 663 const struct gl_texture_image *img = t->Image[0][t->BaseLevel];
    [all...]
  /external/skia/src/xml/
SkJSDisplayable.cpp 143 JS_INIT(Sk, Image)
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
ribbon.js 116 var persistentNodes = this.querySelectorAll('.ribbon-image:not([vanishing])');
305 thumbnail.className = 'ribbon-image';
312 util.createChild(thumbnail, 'image-wrapper');
325 * Set the thumbnail image.
328 * @param {string} url Image url.
333 new ThumbnailLoader(url, ThumbnailLoader.LoaderType.IMAGE, metadata).load(
334 thumbnail.querySelector('.image-wrapper'),
  /external/chromium_org/chrome/browser/resources/image_loader/
cache.js 25 Cache.DB_NAME = 'image-loader';
145 * Evicts the least used elements in cache to make space for a new image and
213 * Saves an image in the cache.
216 * @param {string} data Image data.
248 // Check if the image is already in cache. If not, then save it to cache.
253 * Loads an image from the cache (if available) or returns null.
258 * @param {function(<string>)} onSuccess Success callback with the image's data.
294 // The image not found.
297 // The image is not up to date, so remove it.
301 // The image is available. Update the last load time and return th
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 74 #include "ui/gfx/image/image.h"
75 #include "ui/gfx/image/image_skia_operations.h"
733 gfx::Image image = extensions::OmniboxAPI::Get(profile_)-> local
735 selected_keyword_view_->SetImage(image.AsImageSkia());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 39 #include "ui/gfx/image/canvas_image_source.h"
40 #include "ui/gfx/image/image.h"
747 gfx::Image icon;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditRules.js 273 [WebInspector.resourceTypes.Stylesheet, WebInspector.resourceTypes.Image],
725 WebInspector.AuditRule.call(this, "page-imagedims", "Specify image dimensions");
742 var entry = entry || result.addChild("A width and height should be specified for all images in order to speed up page display. The following image(s) are missing a width and/or height:", true);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_editor.js 9 * everything needed for image editing.
21 this.container_ = DOMContainers.image;
101 * Open the editing session for a new image.
103 * @param {string} url Image url.
106 * @param {function(function)} saveFunction Image save function.
133 * Close the current image editing session.
140 console.warn('Inconsistent image editor state');
170 console.warn('Inconsistent image editor state');
224 * @return {HTMLCanvasElement} The current image canvas.
636 * @param {ImageBuffer} buffer Image buffer
    [all...]
commands.js 13 * @param {HTMLCanvasElement} canvas The canvas with the original image.
14 * @param {function(callback)} saveFunction Function to save the image.
24 // Current image may be null or not-null but with width = height = 0.
25 // Copying an image with zero dimensions causes js errors.
48 * Once the UI is attached the results of image manipulations are displayed.
115 * Commit the image change: save and unlock the UI.
134 throw new Error('Cannot operate on null image');
136 // Remember one previous image so that the first undo is as fast as possible.
264 * Command object encapsulates an operation on an image and a way to visualize
300 * @param {HTMLCanvasElement} canvas Image data to use
    [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl_unittest.cc 50 // Creates an image with a 1x1 SkBitmap of the specified |color|.
51 gfx::Image CreateImage(SkColor color) {
56 return gfx::Image::CreateFrom1xBitmap(bitmap);
60 bool DoImagesMatch(const gfx::Image& a, const gfx::Image& b) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 3441 RefPtr<Image> image = videoFrameToImage(video, ImageBuffer::fastCopyImageMode()); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 306 void OnIconLoadComplete(gfx::Image* icon);
329 void DownloadFileIconExtractorImpl::OnIconLoadComplete(gfx::Image* icon) {
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_app.cc 606 const gfx::ImageSkia& image) {
621 item.image = image;
635 const gfx::ImageSkia& image) {
640 item.image = image;
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser.cc 544 gfx::Image Browser::GetCurrentPageIcon() const {
550 return favicon_tab_helper ? favicon_tab_helper->GetFavicon() : gfx::Image();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 663 const struct gl_texture_image *img = t->Image[0][t->BaseLevel];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 82 import org.eclipse.swt.graphics.Image;
682 public Image getColumnImage(Object element, int columnIndex) {
    [all...]
  /external/chromium_org/android_webview/native/
aw_contents.cc 60 #include "ui/gfx/image/image.h"
592 entry->GetFavicon().image = gfx::Image::CreateFrom1xBitmap(bitmap);
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend_unittest.cc 46 #include "ui/gfx/image/image.h"
525 gfx::Image google_image = gfx::Image::CreateFrom1xBitmap(*google_bitmap);
533 gfx::Image weewar_image = gfx::Image::CreateFrom1xBitmap(*weewar_bitmap);
    [all...]
thumbnail_database.cc 32 #include "ui/gfx/image/image_util.h"
592 const gfx::Image* thumbnail,
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 179 * @param {HTMLImageElement} elem Image element that should contain the icon.
269 this.canvasProgressForegroundImage_ = new Image();
  /external/chromium_org/chrome/browser/resources/file_manager/js/
util.js 999 * Load an image.
1001 * @param {Image} image Image element.
1010 util.loadImage = function(image, url, opt_options, opt_isValid) {
1012 image,
1015 function() { image.onerror(); },
1020 * Cancels loading an image.
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 33 #include "ui/gfx/image/image_util.h"
92 const gfx::Image& favicon = model->GetFavicon(src);
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 38 #include "ui/gfx/image/cairo_cached_surface.h"
39 #include "ui/gfx/image/image.h"
85 const gfx::Image& icon,
95 GtkWidget* image = gtk_image_new_from_pixbuf(pixbuf); local
96 gtk_box_pack_start(GTK_BOX(hbox), image, FALSE, FALSE, 0); local
97 gtk_misc_set_alignment(GTK_MISC(image), 0, 0);
153 GtkWidget* image = gtk_image_new_from_pixbuf(pixbuf); local
154 gtk_box_pack_start(GTK_BOX(contents), image, FALSE, FALSE, 0); local
155 gtk_misc_set_alignment(GTK_MISC(image), 0, 0)
430 GtkWidget* image = gtk_image_new_from_pixbuf(pixbuf); local
432 gtk_box_pack_start(GTK_BOX(cookies_info), image, FALSE, FALSE, 0); local
    [all...]

Completed in 1537 milliseconds

<<31323334353637383940