/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
MemoryCache.cpp | 540 case Resource::Image:
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Image11.cpp | 40 Image11 *Image11::makeImage11(Image *img) 161 // this should only happen if the image hasn't been redefined first 177 ERR("Could not map image for loading."); 260 ERR("Could not map image for loading."); 413 ERR("Creating image failed.");
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm.c | 452 const struct gl_texture_image *img = t->Image[0][t->BaseLevel];
|
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/chromium_org/third_party/skia/src/xml/ |
SkJSDisplayable.cpp | 143 JS_INIT(Sk, Image)
|
/external/chromium_org/ui/message_center/views/ |
notification_view.cc | 90 // Return true if and only if the image is null or has alpha. 91 bool HasAlpha(gfx::ImageSkia& image, views::Widget* widget) { 102 image.GetRepresentation(ui::GetImageScale(factor)).sk_bitmap(); 167 // notification's image, including background and border. Its size can be 172 views::View* MakeNotificationImage(const gfx::Image& image, gfx::Size size) { 179 new message_center::ProportionalImageView(image.AsImageSkia()); 185 message_center::kNotificationPreferredImageWidth, image.Size()); 187 // This calculation determines that the new image would have the correct 429 // Create the image view if appropriate [all...] |
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
WaterFilter.java | 50 import com.jme3.texture.Image.Format; [all...] |
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/ |
SettingsDialog.java | 37 import java.awt.image.BufferedImage; 74 // Title Image 101 * the image file to use as the title of the dialog; 102 * <code>null</code> will result in to image being displayed 118 * the image file to use as the title of the dialog; 119 * <code>null</code> will result in to image being displayed 178 * <code>setImage</code> sets the background image of the dialog. 180 * @param image 181 * <code>String</code> representing the image file. 183 public void setImage(String image) { [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm.c | 452 const struct gl_texture_image *img = t->Image[0][t->BaseLevel];
|
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/foreground/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/toolbar/ |
wrench_menu.cc | 42 #include "ui/gfx/image/image.h" 43 #include "ui/gfx/image/image_skia_source.h" 484 // Generate the button image for hover state. 487 HoveredImageSource(const gfx::ImageSkia& image, SkColor color) 488 : image_(image), 873 gfx::Image icon; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
AuditRules.js | 273 [WebInspector.resourceTypes.Stylesheet, WebInspector.resourceTypes.Image], 755 WebInspector.AuditRule.call(this, "page-imagedims", "Specify image dimensions"); 772 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/skia/tools/skpdiff/ |
diff_viewer.js | 18 var image = new Image(); 25 // When the type attribute changes, load the image and then render 29 image.src = scope.record.differencePath; 33 image.src = scope.record.baselinePath; 37 image.src = scope.record.testPath; 45 image.onload = function() { 46 // compute the scaled image width/height for image and canvas 48 // Make it so the maximum size of an image is MAX_SWAP_IMG_SIZE [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_editor.js | 9 * everything needed for image editing. 25 this.container_ = DOMContainers.image; 106 * Open the editing session for a new image. 108 * @param {string} url Image url. 111 * @param {function(function)} saveFunction Image save function. 138 * Close the current image editing session. 145 console.warn('Inconsistent image editor state'); 175 console.warn('Inconsistent image editor state'); 229 * @return {HTMLCanvasElement} The current image canvas. 648 * @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/frame_host/ |
navigation_controller_impl_unittest.cc | 42 // Creates an image with a 1x1 SkBitmap of the specified |color|. 43 gfx::Image CreateImage(SkColor color) { 48 return gfx::Image::CreateFrom1xBitmap(bitmap); 52 bool DoImagesMatch(const gfx::Image& a, const gfx::Image& b) { [all...] |
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api.cc | 307 void OnIconLoadComplete(gfx::Image* icon); 330 void DownloadFileIconExtractorImpl::OnIconLoadComplete(gfx::Image* icon) { [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller.cc | 746 const gfx::ImageSkia& image) { 760 item.image = image; 774 const gfx::ImageSkia& image) { 779 item.image = image; [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser.cc | 545 gfx::Image Browser::GetCurrentPageIcon() const { 551 return favicon_tab_helper ? favicon_tab_helper->GetFavicon() : gfx::Image(); [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...] |