/external/chromium/chrome/browser/resources/file_manager/js/ |
exif_reader.js | 130 metadata.thumbnailURL = 'data:image/jpeg;base64,' + b64; 132 self.vlog('Image has EXIF data, but no JPG thumbnail.'); 173 exif.MARK_SOI = 0xffd8; // Start of image data. 174 exif.MARK_SOS = 0xffda; // Start of "stream" (the actual image data).
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_item_gtk.cc | 37 #include "ui/gfx/image.h" 521 gfx::Image* image) { 522 icon_small_ = image; 527 gfx::Image* image) { 528 icon_large_ = image; [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_model.cc | 37 #include "ui/gfx/image/image_util.h" 169 favicon_ = gfx::Image(); 413 const gfx::Image& BookmarkModel::GetFavicon(const BookmarkNode* node) { 967 if (!image_result.image.IsEmpty()) { 968 node->set_favicon(image_result.image); [all...] |
/external/chromium_org/chrome/browser/history/ |
expire_history_backend_unittest.cc | 228 gfx::Image thumbnail = gfx::Image::CreateFrom1xBitmap(*thumbnail_bitmap); [all...] |
top_sites_impl.cc | 44 #include "ui/gfx/image/image_util.h" 199 const gfx::Image& thumbnail, 567 Images* image = cache_->GetImage(url); local 576 if (!ShouldReplaceThumbnailWith(image->thumbnail_score, 578 image->thumbnail.get()) 581 image->thumbnail = const_cast<base::RefCountedMemory*>(thumbnail_data); 582 image->thumbnail_score = new_score_with_redirects; 608 bool TopSitesImpl::EncodeBitmap(const gfx::Image& bitmap, 641 TempImage image; local 642 image.first = url [all...] |
top_sites_likely_impl.cc | 44 #include "ui/gfx/image/image_util.h" 199 const gfx::Image& thumbnail, 570 Images* image = cache_->GetImage(url); local 579 if (!ShouldReplaceThumbnailWith(image->thumbnail_score, 581 image->thumbnail.get()) 584 image->thumbnail = const_cast<base::RefCountedMemory*>(thumbnail_data); 585 image->thumbnail_score = new_score_with_redirects; 611 bool TopSitesLikelyImpl::EncodeBitmap(const gfx::Image& bitmap, 644 TempImage image; local 645 image.first = url [all...] |
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_item_gtk.cc | 39 #include "ui/gfx/image/image.h" 452 void DownloadItemGtk::OnLoadSmallIconComplete(gfx::Image* image) { 453 icon_small_ = image; 457 void DownloadItemGtk::OnLoadLargeIconComplete(gfx::Image* image) { 458 icon_large_ = image; [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.cc | 45 #include "ui/gfx/image/cairo_cached_surface.h" 46 #include "ui/gfx/image/image.h" 620 GtkWidget* CreateEntryImageHBox(GtkWidget* entry, GtkWidget* image) { 623 gtk_box_pack_start(GTK_BOX(hbox), image, FALSE, FALSE, 0); local 737 const gfx::Image background = 753 const gfx::Image& image, 756 gfx::CairoCachedSurface* surface = image.ToCairo(); [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
panel.cc | 40 #include "ui/gfx/image/image.h" 772 gfx::Image Panel::GetCurrentPageIcon() const { 822 void Panel::OnImageLoaded(const gfx::Image& image) { 823 if (!image.IsEmpty()) { 824 app_icon_ = image;
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_view.cc | 22 #include "ui/gfx/image/image.h" 638 // Cache the image at this point. 757 gfx::Image app_icon = panel_->app_icon(); 765 gfx::Image icon = panel_->GetCurrentPageIcon(); [all...] |
/external/chromium_org/chrome/browser/ui/views/website_settings/ |
website_settings_popup_view.cc | 30 #include "ui/gfx/image/image.h" 224 // Compensate for built-in vertical padding in the anchor view's image. 294 // Compensate for built-in vertical padding in the anchor view's image. 450 const gfx::Image& image = WebsiteSettingsUI::GetPermissionIcon( local 452 icon->SetImage(image.ToImageSkia()); 677 const gfx::Image& icon,
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/pnacl-demo/ |
example.js | 209 // Load image from jpg, decompress into canvas. 210 var img = new Image(); 218 // Send NaCl module the raw image data obtained from canvas. 225 // A cross-origin request to an image is "tainted", and cannot be read into a
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.h | 52 class Image; 506 virtual Image* imageContents() { return 0; } [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
Window.idl | 266 [CustomConstructor] attribute HTMLImageElementConstructorConstructor Image; // Usable with new operator
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
ScrollView.cpp | 896 static Image* panScrollIcon = Image::loadPlatformResource("panIcon").leakRef(); [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 199 -- Section 3.8.1, Texture Image Specification
|
/external/chromium_org/ui/views/controls/menu/ |
menu_item_view.cc | 17 #include "ui/gfx/image/image.h" 315 gfx::Image icon; 338 icon = gfx::Image(); 819 const gfx::ImageSkia* image = local 824 image->height()) / 2, 825 image->width(), 826 image->height()); 828 canvas->DrawImageInt(*image, radio_bounds.x(), radio_bounds.y()); [all...] |
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 199 -- Section 3.8.1, Texture Image Specification
|
/external/opencv/cvaux/include/ |
cvaux.h | 85 /* Calculates dot product (obj - avg) * eigObj (i.e. projects image to eigen vector) */ 88 /* Projects image to eigen space (finds all decomposion coefficients */ 113 CvImgObsInfo;/*struct for 1 image*/ 187 /* The function takes an image on input and and returns the sequnce of observations 194 /* Uniformly segments all observation vectors extracted from image */ 231 /* Creates hand mask image given several points on the hand */ 235 /* Finds hand region in range image data */ 242 /* Finds hand region in range image data (advanced version) */ 462 // leftImage - left image of stereo-pair (format 8uC1). 463 // rightImage - right image of stereo-pair (format 8uC1) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 62 import org.eclipse.swt.graphics.Image; 576 Image icon = null; 688 icon, // Image image [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | 53 import org.eclipse.swt.graphics.Image; 84 public static final String IMAGE_KEY = "image"; //$NON-NLS-1$ 443 * elementsDescriptor.getIcon() as "image" to FormText, e.g.: 464 Image icon = elementDescriptor.getCustomizedIcon(); 466 sb.append("<form><li style=\"image\" value=\"" + //$NON-NLS-1$ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GestureManager.java | 47 import org.eclipse.swt.graphics.Image; 834 Image image = mCanvas.getImageOverlay().getImage(); local 835 if (image != null) { 837 * Transparency of the dragged image ([0-255]). We're using 30% 838 * translucency to make the image faint and not obscure the drag 845 ImageData data = image.getImageData(); [all...] |
LayoutActionBar.java | 47 import org.eclipse.swt.graphics.Image; 447 Image itemIcon = IconFactory.getInstance().getIcon(itemIconUrl); 672 // (This is because there is a fast-path when image copying and the scale is 1.0;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
LintPreferencePage.java | 57 import org.eclipse.swt.graphics.Image; 675 public Image getColumnImage(Object element, int columnIndex) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 71 import org.eclipse.swt.graphics.Image; [all...] |