HomeSort by relevance Sort by last modified time
    Searched refs:bitmaps (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.cc 169 std::vector<SkBitmap> bitmaps; local
173 resource_id, scale(), rotation(), &hotspot, &bitmaps);
175 XcursorImages* x_images = XcursorImagesCreate(bitmaps.size());
176 x_images->nimage = bitmaps.size();
178 for (unsigned int frame = 0; frame < bitmaps.size(); ++frame) {
179 XcursorImage* x_image = SkBitmapToXcursorImage(&bitmaps[frame], hotspot);
  /external/chromium_org/extensions/browser/
image_loader.cc 88 // Note: This class only decodes bitmaps from extension resources. Chrome
93 // Chrome is therefore decoding bitmaps here that were generated by Chrome.
102 std::vector<SkBitmap> bitmaps; local
103 bitmaps.resize(info_list.size());
120 LoadResourceOnUIThread(resource_id, &bitmaps[i]);
124 return bitmaps;
179 const std::vector<SkBitmap>& bitmaps) {
191 if (bitmaps[i].isNull())
194 bitmap = bitmaps[i];
  /external/chromium_org/chrome/browser/extensions/
bookmark_app_helper.cc 121 const std::vector<SkBitmap>& bitmaps,
125 for (std::vector<SkBitmap>::const_iterator it = bitmaps.begin();
126 it != bitmaps.end();
156 void BookmarkAppHelper::GenerateIcon(std::map<int, SkBitmap>* bitmaps,
161 if (bitmaps->count(output_size))
167 icon_image.bitmap()->deepCopyTo(&(*bitmaps)[output_size]);
218 const std::map<GURL, std::vector<SkBitmap> >& bitmaps) {
234 for (FaviconDownloader::FaviconMap::const_iterator map_it = bitmaps.begin();
235 map_it != bitmaps.end();
favicon_downloader.cc 91 const std::vector<SkBitmap>& bitmaps,
97 favicon_map_[image_url] = bitmaps;
favicon_downloader.h 32 /* A map of icon urls to the bitmaps provided by that url. */
64 const std::vector<SkBitmap>& bitmaps,
favicon_downloader_unittest.cc 18 // into |bitmaps|.
20 std::vector<SkBitmap> bitmaps(sizes.size());
22 SkBitmap& bitmap = bitmaps[i];
26 return bitmaps;
  /frameworks/base/services/core/java/com/android/server/
AssetAtlasService.java 60 * This service is responsible for packing preloaded bitmaps into a single
118 // Describes how bitmaps are placed in the atlas. Each bitmap is
137 Collection<Bitmap> bitmaps = new HashSet<Bitmap>(300); local
140 // We only care about drawables that hold bitmaps
147 totalPixelCount += drawables.valueAt(i).addAtlasableBitmaps(bitmaps);
154 ArrayList<Bitmap> sortedBitmaps = new ArrayList<Bitmap>(bitmaps);
155 // Our algorithms perform better when the bitmaps are first sorted
208 Renderer(ArrayList<Bitmap> bitmaps, int pixelCount) {
209 mBitmaps = bitmaps;
243 * Renders a list of bitmaps into the atlas. The position of each bitma
    [all...]
  /external/chromium_org/ui/ozone/platform/dri/
gpu_platform_support_host_gbm.cc 105 const std::vector<SkBitmap>& bitmaps,
108 Send(new OzoneGpuMsg_CursorSet(widget, bitmaps, location, frame_delay_ms));
dri_surface_factory.h 59 const std::vector<SkBitmap>& bitmaps,
gpu_platform_support_host_gbm.h 53 const std::vector<SkBitmap>& bitmaps,
dri_surface_factory.cc 114 const std::vector<SkBitmap>& bitmaps,
118 cursor_bitmaps_ = bitmaps;
dri_cursor.cc 44 cursor_->bitmaps(),
  /external/chromium_org/chrome/browser/history/
history_backend_unittest.cc 324 // Returns the favicon bitmaps for |icon_id| sorted by pixel size in
483 // Add two favicons, each with two bitmaps. Note that we add favicon2 before
567 // We should have a favicon and favicon bitmaps for the first URL only. We
582 // Favicon bitmaps do not need to be in particular order.
1544 std::vector<SkBitmap> bitmaps; local
1594 std::vector<SkBitmap> bitmaps; local
1625 std::vector<SkBitmap> bitmaps; local
1679 std::vector<SkBitmap> bitmaps; local
1745 std::vector<SkBitmap> bitmaps; local
1818 std::vector<SkBitmap> bitmaps; local
1900 std::vector<SkBitmap> bitmaps; local
2026 std::vector<SkBitmap> bitmaps; local
2147 std::vector<SkBitmap> bitmaps; local
2261 std::vector<SkBitmap> bitmaps; local
2286 std::vector<SkBitmap> bitmaps; local
2369 std::vector<SkBitmap> bitmaps; local
2412 std::vector<SkBitmap> bitmaps; local
2488 std::vector<SkBitmap> bitmaps; local
    [all...]
  /external/chromium_org/android_webview/browser/
icon_helper.h 55 const std::vector<SkBitmap>& bitmaps,
  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 266 const std::vector<SkBitmap>& bitmaps,
269 if (bitmaps.empty() && http_status_code == 404) {
278 id, image_url, bitmaps, original_bitmap_sizes);
281 id, image_url, bitmaps, original_bitmap_sizes);
favicon_tab_helper.h 90 const std::vector<SkBitmap>& bitmaps,
  /external/chromium_org/components/favicon_base/
favicon_util.cc 84 // similar to SelectFaviconFrames() but it operates on bitmaps which have
198 std::vector<SkBitmap> bitmaps;
207 bitmaps.push_back(bitmap);
211 if (bitmaps.empty())
219 ResizeBitmapByDownsamplingIfPossible(bitmaps, desired_size_in_pixel);
select_favicon_frames.cc 66 // Huge favicon bitmaps often have a completely different visual style from
67 // smaller favicon bitmaps. Avoid them.
71 // 1) Bitmaps with width and height smaller than |kHugeEdgeSize|.
72 // 2) Bitmaps which need to be scaled down instead of up.
73 // 3) Bitmaps which do not need to be scaled as much.
214 const std::vector<SkBitmap>& bitmaps,
241 return gfx::ImageSkia(gfx::ImageSkiaRep(bitmaps[index], 1.0f));
249 gfx::ImageSkiaRep(GetResizedBitmap(bitmaps[index],
  /external/chromium_org/ui/gfx/
icon_util.cc 91 // Creates a set of bitmaps from an image family.
93 // |bitmaps| in order of aspect ratio (thinnest to widest), and then ascending
97 // |bitmaps| must be an empty vector, and not NULL.
102 std::vector<SkBitmap>* bitmaps,
104 DCHECK(bitmaps != NULL);
105 DCHECK(bitmaps->empty());
119 // Only 32 bit ARGB bitmaps are supported. We also make sure the bitmap has
132 bitmaps->push_back(bitmap);
166 // Only 32 bit ARGB bitmaps are supported. We also try to perform as many
456 // Creating a set of bitmaps corresponding to the icon images we'll end u
    [all...]
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.cc 247 const std::vector<SkBitmap>& bitmaps);
289 const std::vector<SkBitmap>& bitmaps) {
301 // Process the bitmaps, keeping the one that is best so far.
302 for (std::vector<SkBitmap>::const_iterator iter = bitmaps.begin();
303 iter != bitmaps.end();
429 const std::vector<SkBitmap>& bitmaps,
432 favicon_chooser_->UpdateCandidate(id, image_url, bitmaps);
  /external/chromium_org/net/disk_cache/blockfile/
block_bitmaps_v3.cc 22 void BlockBitmaps::Init(const BlockFilesBitmaps& bitmaps) {
23 bitmaps_ = bitmaps;
  /external/chromium_org/athena/content/
web_activity.h 89 const std::vector<SkBitmap>& bitmaps,
  /external/chromium_org/chrome/browser/web_applications/
update_shortcut_worker_win.cc 103 const std::vector<SkBitmap>& bitmaps,
113 if (!bitmaps.empty()) {
115 bitmap = bitmaps[closest_index];
  /external/chromium_org/chrome/browser/android/
shortcut_helper.cc 289 const std::vector<SkBitmap>& bitmaps,
296 if (bitmaps.empty()) {
304 // There might be multiple bitmaps returned. The one to pick is bigger or
305 // equal to the preferred size. |bitmaps| is ordered from bigger to smaller.
307 for (size_t i = 0; i < bitmaps.size(); ++i) {
308 if (bitmaps[i].height() < preferred_icon_size_in_px_)
313 manifest_icon_ = bitmaps[preferred_bitmap_index];
shortcut_helper.h 65 const std::vector<SkBitmap>& bitmaps,

Completed in 1494 milliseconds

12 3 4