Searched refs:images (Results 1 - 25 of 105) sorted by relevance

12345

/external/chromium/chrome/browser/webdata/
H A Dweb_apps_table_unittest.cc67 // Web app should initially have no images.
68 std::vector<SkBitmap> images; local
69 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images));
70 ASSERT_EQ(0U, images.size());
80 ASSERT_TRUE(db.GetWebAppsTable()->GetWebAppImages(url, &images));
81 ASSERT_EQ(1U, images.size());
82 ASSERT_EQ(16, images[0].width());
83 ASSERT_EQ(16, images[0].height());
91 // transparent images because of pre-multiplication rounding errors.
100 images
[all...]
H A Dweb_apps_table.h23 // has_all_images Do we have all the images?
40 bool GetWebAppImages(const GURL& url, std::vector<SkBitmap>* images);
H A Dweb_apps_table.cc72 std::vector<SkBitmap>* images) {
87 images->push_back(image);
71 GetWebAppImages(const GURL& url, std::vector<SkBitmap>* images) argument
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekbackwardbutton/
H A Dseekbackward_button.edc25 images {
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekforwardbutton/
H A Dseekforward_button.edc25 images {
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DTextureArray.java30 * Construct a TextureArray from the given list of images
34 * @param images
36 public TextureArray(List<Image> images) { argument
38 int width = images.get(0).getWidth();
39 int height = images.get(0).getHeight();
40 Image arrayImage = new Image(images.get(0).getFormat(), width, height,
43 for (Image img : images) {
47 "all images must have the same width/height");
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dchange_picture_options.js90 $('images-list').appendChild(divElement);
94 * Inserts received images before "Choose file" button.
95 * @param {List} images A list of urls to user images.
98 addUserImages_: function(images) {
99 for (var i = 0; i < images.length; i++) {
100 var imageUrl = images[i];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dbuild.properties14 images/,\
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DImageMac.mm86 Vector<CGImageRef> images;
90 images.append(cgImage);
93 unsigned numValidFrames = images.size();
103 CGImageDestinationAddImage(destination.get(), images[i], 0);
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/
H A Dmute_button.edc25 images {
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/
H A Dplaypause_button.edc25 images {
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCache.mm50 [NSNumber numberWithInt:s.images.count], @"Images",
60 [NSNumber numberWithInt:s.images.size], @"Images",
70 [NSNumber numberWithInt:s.images.liveSize], @"Images",
80 [NSNumber numberWithInt:s.images.decodedSize], @"Images",
90 [NSNumber numberWithInt:s.images.purgeableSize], @"Images",
100 [NSNumber numberWithInt:s.images.purgedSize], @"Images",
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSkyFactory.java99 // throw new IllegalArgumentException("3D/Array images not allowed");
110 private static void checkImagesForCubeMap(Image... images) { argument
111 if (images.length == 1) {
115 Format fmt = images[0].getFormat();
116 int width = images[0].getWidth();
117 int height = images[0].getHeight();
119 ByteBuffer data = images[0].getData(0);
122 checkImage(images[0]);
124 for (int i = 1; i < images.length; i++) {
125 Image image = images[
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/texture/
H A DTestTextureArray.java36 List<Image> images = new ArrayList<Image>();
37 images.add(tex1.getImage());
38 images.add(tex2.getImage());
39 TextureArray tex3 = new TextureArray(images);
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLDocument07.js78 The images attribute returns a collection of all IMG elements in a document.
80 Retrieve the images attribute from the document and examine its value.
100 vimages = doc.images;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLDocument07.js78 The images attribute returns a collection of all IMG elements in a document.
80 Retrieve the images attribute from the document and examine its value.
100 vimages = doc.images;
/external/webkit/Source/WebKit/chromium/public/
H A DWebCache.h61 ResourceTypeStat images; member in struct:WebKit::WebCache::ResourceTypeStats
/external/chromium/chrome/browser/history/
H A Dtop_sites_cache.h31 void SetThumbnails(const URLToImagesMap& images);
32 const URLToImagesMap& images() const { return images_; } function in class:history::TopSitesCache
100 // The images. These map from canonical url to image.
H A Dtop_sites_cache.cc23 void TopSitesCache::SetThumbnails(const URLToImagesMap& images) { argument
24 images_ = images;
/external/skia/
H A DAndroid.mk199 src/images/bmpdecoderhelper.cpp \
200 src/images/SkBitmapRegionDecoder.cpp \
201 src/images/SkCreateRLEPixelRef.cpp \
202 src/images/SkFDStream.cpp \
203 src/images/SkFlipPixelRef.cpp \
204 src/images/SkImageDecoder.cpp \
205 src/images/SkImageDecoder_Factory.cpp \
206 src/images/SkImageDecoder_libbmp.cpp \
207 src/images/SkImageDecoder_libgif.cpp \
208 src/images/SkImageDecoder_libic
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebCache.cpp95 ToResourceTypeStat(stats.images, result->images);
/external/chromium/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css266 background-image: url(../images/filetype_generic.png);
275 background-image: url(../images/filetype_audio.png);
279 background-image: url(../images/filetype_doc.png);
283 background-image: url(../images/filetype_folder.png);
287 background-image: url(../images/filetype_html.png);
291 background-image: url(../images/filetype_image.png);
295 background-image: url(../images/filetype_pdf.png);
299 background-image: url(../images/filetype_presentation.png);
303 background-image: url(../images/filetype_spreadsheet.png);
307 background-image: url(../images/filetype_tex
[all...]
/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack.h28 // The idea is to pre-process all images (tinting, compositing, etc) at theme
90 // Cached images. We cache all retrieved and generated bitmaps and keep
137 // true if all images loaded.
141 // Creates tinted and composited frame images. Source and destination is
145 // Generates button images tinted with |button_tint| and places them in
150 // Generates the semi-transparent tab background images, putting the results
154 // Takes all the SkBitmaps in |images|, encodes them as PNGs and places
156 void RepackImages(const ImageCache& images,
159 // Takes all images in |source| and puts them in |destination|, freeing any
164 // Changes the RefCountedMemory based |images| int
[all...]
/external/mesa3d/docs/
H A DMESA_pack_invert.spec34 images are to be packed in top-to-bottom order instead of OpenGL's
39 Almost all known image file formats store images in top-to-bottom
40 order. As it is, OpenGL reads images from the frame buffer in
41 bottom-to-top order. Thus, images usually have to be inverted before
43 allows images to be read such that inverting isn't needed.
54 solutions for inverting images when using glDrawPixels (negative Y pixel
/external/skia/bench/
H A DAndroid.mk39 external/skia/include/images \

Completed in 533 milliseconds

12345