HomeSort by relevance Sort by last modified time
    Searched full:bitmaps (Results 126 - 150 of 847) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 269 const std::vector<SkBitmap>& bitmaps,
272 if (bitmaps.empty() && http_status_code == 404) {
281 id, image_url, bitmaps, original_bitmap_sizes);
284 id, image_url, bitmaps, original_bitmap_sizes);
  /external/chromium_org/chrome/browser/thumbnails/
thumbnailing_algorithm.h 40 // Note that ProcessBitmap must be able to handle bitmaps which might have not
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.h 51 const std::vector<SkBitmap>& bitmaps,
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/third_party/skia/experimental/FileReaderApp/
ReaderView.cpp 60 //Update the file location and swap the front and back bitmaps to show
  /external/chromium_org/third_party/skia/include/core/
SkColorTable.h 20 8-bit bitmaps, where the bitmap bytes are interpreted as indices into the colortable.
SkColor.h 25 dependent order, to match the format of kARGB32 bitmaps. SkColor is the type used to
146 configuration dependent, matching the format of kARGB32 bitmaps. This is different
156 dependent order, to match the format of kARGB32 bitmaps.
SkGraphics.h 83 * Scaling bitmaps with the SkPaint::kHigh_FilterLevel setting is
92 * Image Cache. Bitmaps are purged from the cache when the
112 * Scaling bitmaps with the SkPaint::kHigh_FilterLevel setting is
  /external/chromium_org/ui/gfx/
font_render_params_linux.h 45 // Should embedded bitmaps in fonts should be used?
  /external/chromium_org/ui/views/
shadow_border.cc 29 // poor performance. Ideally we should be caching the border to bitmaps.
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
RequestTracker.java 15 // where holding strong references would steadily leak bitmaps and/or views.
  /external/libsepol/tests/
debug.c 21 /* This includes functions used to debug tests (display bitmaps, conditional expressions, etc */
  /external/skia/experimental/FileReaderApp/
ReaderView.cpp 60 //Update the file location and swap the front and back bitmaps to show
  /external/skia/include/core/
SkColorTable.h 20 8-bit bitmaps, where the bitmap bytes are interpreted as indices into the colortable.
SkColor.h 25 dependent order, to match the format of kARGB32 bitmaps. SkColor is the type used to
146 configuration dependent, matching the format of kARGB32 bitmaps. This is different
156 dependent order, to match the format of kARGB32 bitmaps.
SkGraphics.h 83 * Scaling bitmaps with the SkPaint::kHigh_FilterLevel setting is
92 * Image Cache. Bitmaps are purged from the cache when the
112 * Scaling bitmaps with the SkPaint::kHigh_FilterLevel setting is
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 26 * Bitmap objects that it draws, preventing the backing memory of Bitmaps from being freed while
IAssetAtlas.aidl 44 * Returns the map of the bitmaps stored in the atlas or null
  /frameworks/base/docs/html/training/displaying-bitmaps/
load-bitmap.jd 1 page.title=Loading Large Bitmaps Efficiently
2 parent.title=Displaying Bitmaps Efficiently
39 <p>This lesson walks you through decoding large bitmaps without exceeding the per application
166 <p>You can follow a similar process to decode bitmaps from other sources, by substituting the
manage-memory.jd 2 parent.title=Displaying Bitmaps Efficiently
36 <p>In addition to the steps described in <a href="cache-bitmap.html">Caching Bitmaps</a>,
151 4.4 (API level 19), only equal sized bitmaps are supported. For details, please see the
167 // synchronized HashSet of references to reusable bitmaps.
225 // inBitmap only works with mutable bitmaps, so force the decoder to
226 // return mutable bitmaps.
241 // This method iterates through the reusable bitmaps, looking for one
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
BitmapSerializeUtils.java 23 * Helper for serialization of bitmaps in the very specific
  /external/chromium_org/cc/test/
pixel_comparator.cc 22 // Check that bitmaps have identical dimensions.
95 // Check that bitmaps have identical dimensions.
99 // Check that bitmaps are not empty.
  /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/e2fsprogs/lib/ext2fs/
alloc_tables.c 33 * group of bitmaps or inode tables for a flexbg group. Returns the
34 * block number with a correct offset were the bitmaps and inode
108 * Allocate the block and inode bitmaps, if necessary
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
bitmap.h 1 /* Functions to support general ended bitmaps.
151 /* Obstack for allocating bitmaps and elements from. */
201 /* True if two bitmaps are identical. */
204 /* True if the bitmaps intersect (their AND is non-empty). */
223 /* Boolean operations on bitmaps. The _into variants are two operand
225 are three operand versions that to not destroy the source bitmaps.
284 /* Allocate and free bitmaps from obstack, malloc and gc'd memory. */
313 /* Iterator for bitmaps. */
375 bitmaps. START_BIT is the bit to commence from. */
566 bitmaps. We will have already advanced past the just iterated bit
    [all...]

Completed in 874 milliseconds

1 2 3 4 56 7 8 91011>>