HomeSort by relevance Sort by last modified time
    Searched defs:images (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebImageTest.cpp 71 WebVector<WebImage> images = WebImage::framesFromData(WebData(data)); local
72 ASSERT_EQ(2u, images.size());
73 EXPECT_TRUE(images[0].size() == WebSize(2, 2));
74 EXPECT_TRUE(images[1].size() == WebSize(1, 1));
75 SkAutoLockPixels autoLock1(images[0].getSkBitmap());
76 EXPECT_EQ(SkColorSetARGB(255, 255, 255, 255), images[0].getSkBitmap().getColor(0, 0));
77 SkAutoLockPixels autoLock2(images[1].getSkBitmap());
78 EXPECT_EQ(SkColorSetARGB(255, 0, 0, 0), images[1].getSkBitmap().getColor(0, 0));
86 WebVector<WebImage> images = WebImage::framesFromData(WebData(data)); local
87 ASSERT_TRUE(images.isEmpty())
93 WebVector<WebImage> images = WebImage::framesFromData(WebData(badImage)); local
    [all...]
  /external/chromium_org/content/child/
image_decoder.cc 44 const WebKit::WebVector<WebImage>& images = WebImage::framesFromData( local
47 for (size_t i = 0; i < images.size(); ++i)
48 result.push_back(images[i].getSkBitmap());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java 51 ISharedImages images = PlatformUI.getWorkbench().getSharedImages(); local
52 setImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_PASTE));
53 setHoverImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_PASTE));
55 images.getImageDescriptor(ISharedImages.IMG_TOOL_PASTE_DISABLED));
CopyCutAction.java 82 ISharedImages images = PlatformUI.getWorkbench().getSharedImages(); local
84 setImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_CUT));
85 setHoverImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_CUT_HOVER));
87 images.getImageDescriptor(ISharedImages.IMG_TOOL_CUT_DISABLED));
89 setImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_COPY));
90 setHoverImageDescriptor(images.getImageDescriptor(ISharedImages.IMG_TOOL_COPY_HOVER));
92 images.getImageDescriptor(ISharedImages.IMG_TOOL_COPY_DISABLED));
  /external/chromium/chrome/browser/history/
top_sites_cache.h 31 void SetThumbnails(const URLToImagesMap& images);
32 const URLToImagesMap& images() const { return images_; } function in class:history::TopSitesCache
41 Images* GetImage(const GURL& url);
100 // The images. These map from canonical url to image.
  /external/chromium/chrome/browser/webdata/
web_apps_table_unittest.cc 67 // 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.clear()
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_cache.h 27 void SetThumbnails(const URLToImagesMap& images);
28 const URLToImagesMap& images() const { return images_; } function in class:history::TopSitesCache
32 Images* GetImage(const GURL& url);
89 // The images. These map from canonical url to image.
  /external/chromium_org/chrome/browser/webdata/
web_apps_table_unittest.cc 61 // Web app should initially have no images.
62 std::vector<SkBitmap> images; local
63 ASSERT_TRUE(table_->GetWebAppImages(url, &images));
64 ASSERT_EQ(0U, images.size());
74 ASSERT_TRUE(table_->GetWebAppImages(url, &images));
75 ASSERT_EQ(1U, images.size());
76 ASSERT_EQ(16, images[0].width());
77 ASSERT_EQ(16, images[0].height());
85 // transparent images because of pre-multiplication rounding errors.
94 images.clear()
    [all...]
web_data_service.h 76 // The images, may be empty.
77 std::vector<SkBitmap> images; member in struct:WDAppImagesResult
137 // images, but only one at a particular size. If there was an image for the
141 // Sets whether all the images have been downloaded for the specified web app.
144 // Removes all images for the specified web app.
147 // Fetches the images and whether all images have been downloaded for the
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMapElement.cpp 84 RefPtr<HTMLCollection> images = document()->images(); local
85 for (unsigned i = 0; Node* curr = images->item(i); i++) {
  /external/chromium_org/third_party/WebKit/public/web/
WebCache.h 61 ResourceTypeStat images; member in struct:WebKit::WebCache::ResourceTypeStats
  /external/oprofile/libpp/
locate_images.h 3 * Location of binary images
72 /// return the archive path used to populate the images name map
94 images_t images; member in class:extra_images
95 /// the archive path passed to populate the images name map.
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 31 from google.appengine.api import images namespace
155 #avatar = images.resize(self.request.get("avatar"), 128, 128)
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTextureArray.java 36 List<Image> images = new ArrayList<Image>(); local
37 images.add(tex1.getImage());
38 images.add(tex2.getImage());
39 TextureArray tex3 = new TextureArray(images);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h 62 unsigned char images[AK4XXX_IMAGE_SIZE]; /* saved register image */ member in struct:snd_akm4xxx
88 (ak)->images[(chip) * 16 + (reg)]
90 ((ak)->images[(chip) * 16 + (reg)] = (val))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h 62 unsigned char images[AK4XXX_IMAGE_SIZE]; /* saved register image */ member in struct:snd_akm4xxx
88 (ak)->images[(chip) * 16 + (reg)]
90 ((ak)->images[(chip) * 16 + (reg)] = (val))
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 122 private Map<String, byte[]> images; field in class:TextureAtlas
272 if (images == null) {
273 images = new HashMap<String, byte[]>();
275 byte[] image = images.get(mapName);
278 images.put(mapName, image);
396 if (images == null) {
399 byte[] image = images.get(mapName);
  /bootable/diskinstaller/
installer.c 333 ALOGE("Only raw images can specify direct offset on the disk. Please"
347 ALOGW("addjournal flag is meaningless for ext3 images");
383 cnode *images; local
459 /* Now process the installer config file and write the images to disk */
460 if (!(images = config_find(config, "images"))) {
461 ALOGE("Invalid configuration file %s. Missing 'images' section",
466 for (img = images->first_child; img; img = img->next) {
476 * writes to layout the disk partitions so that we can write images to
477 * them. We then do the apply() again in case one of the images
    [all...]
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 184 // installed. For example, the install UI shows images from inside the
461 ExtensionUnpacker::DecodedImages images; local
462 if (!ExtensionUnpacker::ReadImagesFromFile(temp_dir_.path(), &images)) {
472 // Delete any images that may be used by the browser. We're going to write
473 // out our own versions of the parsed images, and we want to make sure the
476 if (image_paths.size() != images.size()) {
477 // Decoded images don't match what's in the manifest.
509 // Write our parsed images back to disk as well.
510 for (size_t i = 0; i < images.size(); ++i) {
511 const SkBitmap& image = images[i].a
    [all...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 171 // The stargazing theme defines the following images:
179 // Here are a few images that we shouldn't expect because even though
371 // HasCustomImage should only return true for images that exist in the
372 // extension and not for autogenerated images.
373 std::string images = "{ \"theme_frame\": \"one\" }"; local
375 ParseImageNamesJSON(images, &out_file_paths);
382 std::string images = "{ \"theme_frame\": \"does_not_exist\" }"; local
384 ParseImageNamesJSON(images, &out_file_paths);
  /external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc 181 WebKit::WebVector<WebKit::WebElement> images; local
182 webview->mainFrame()->document().images(images);
183 hasImages = !images.isEmpty();
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 245 ScopedPtrHashMap<unsigned, Image> images; member in struct:cc::TestWebGraphicsContext3D::Namespace
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 178 // Read the decoded images back from the file we saved them to.
182 DecodedImages* images) {
191 return IPC::ReadParam(&pickle, &iter, images);
365 // installed. For example, the install UI shows images from inside the
642 DecodedImages images; local
643 if (!ReadImagesFromFile(temp_dir_.path(), &images)) {
653 // Delete any images that may be used by the browser. We're going to write
654 // out our own versions of the parsed images, and we want to make sure the
658 if (image_paths.size() != images.size()) {
659 // Decoded images don't match what's in the manifest
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.h 21 This class provides all functionality needed for loading images, style sheets and html
45 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc.
101 TypeStatistic images; member in struct:WebCore::MemoryCache::Statistics
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 154 void WebDocument::images(WebVector<WebElement>& results) function in class:WebKit::WebDocument
156 RefPtr<HTMLCollection> images = unwrap<Document>()->images(); local
157 size_t sourceLength = images->length();
161 Node* node = images->item(i);

Completed in 1987 milliseconds

1 2 3