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

<<11121314151617181920>>

  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 52 * This class handles disk and memory caching of bitmaps in conjunction with the
138 // If we're running on Honeycomb or newer, create a set of reusable bitmaps that can be
142 // would be to use a strongly references bitmaps, however this would require some
144 // require knowledge of the expected size of the bitmaps. From Honeycomb to JellyBean
146 // be the upper bound (due to changes in how inBitmap can re-use bitmaps).
500 * http://developer.android.com/training/displaying-bitmaps/
  /external/e2fsprogs/e2fsck/
util.c 277 old_op = ehandler_operation(_("reading inode and block bitmaps"));
285 _("while retrying to read bitmaps for %s"),
297 old_op = ehandler_operation(_("writing block and inode bitmaps"));
302 _("while rewriting block and inode bitmaps for %s"),
798 profile_get_uint(e2fsck_global_ctx->profile, "bitmaps",
800 profile_get_uint(e2fsck_global_ctx->profile, "bitmaps",
  /external/qemu/distrib/ext4_utils/src/
allocate.c 50 u8 *bitmaps; member in struct:block_group_info
291 bg->bitmaps = calloc(info.block_size, 2);
292 bg->block_bitmap = bg->bitmaps;
293 bg->inode_bitmap = bg->bitmaps + info.block_size;
301 sparse_file_add_data(ext4_sparse_file, bg->bitmaps, 2 * info.block_size,
337 free(aux_info.bgs[i].bitmaps);
  /system/extras/ext4_utils/
allocate.c 38 u8 *bitmaps; member in struct:block_group_info
292 bg->bitmaps = calloc(info.block_size, 2);
293 bg->block_bitmap = bg->bitmaps;
294 bg->inode_bitmap = bg->bitmaps + info.block_size;
302 sparse_file_add_data(ext4_sparse_file, bg->bitmaps, 2 * info.block_size,
338 free(aux_info.bgs[i].bitmaps);
  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 801 TEST_F(VectorCanvasTest, Bitmaps) {
821 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap,
838 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap,
852 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap,
874 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap,
896 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap,
924 LoadPngFileToSkBitmap(test_file(L"..\\bitmaps\\bitmap_opaque.png"), &bitmap,
  /art/runtime/gc/collector/
mark_compact.cc 268 // Swap the live and mark bitmaps for each space which we modified space. This is an
270 // bitmaps.
272 GetHeap()->UnBindBitmaps(); // Unbind the live and mark bitmaps.
608 // Clear all of the spaces' mark bitmaps.
611 // Release our bitmaps.
  /external/chromium_org/content/public/browser/
web_contents.h 535 const std::vector<SkBitmap>&, /* bitmaps */
536 /* The sizes in pixel of the bitmaps before they were resized due to the
537 max bitmap size passed to DownloadImage(). Each entry in the bitmaps
545 // be called with the bitmaps received from the renderer. If |is_favicon| is
547 // Bitmaps with pixel sizes larger than |max_bitmap_size| are filtered out
  /frameworks/base/docs/html/training/multiscreen/
screensizes.jd 24 <li><a href="#TaskUse9Patch">Use Nine-patch Bitmaps</a></li>
49 <li>Providing bitmaps that scale correctly</li>
331 <h2 id="TaskUse9Patch">Use Nine-patch Bitmaps</h2>
339 runtime will stretch or shrink your images uniformly. The solution is using nine-patch bitmaps,
343 <p>Therefore, when designing bitmaps that will be used on components with
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 397 const std::vector<SkBitmap>& bitmaps,
401 if (bitmaps.empty())
403 gfx::Image image = gfx::Image::CreateFrom1xBitmap(bitmaps[0]);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_unittest.cc 284 // Add two bitmaps to the queue.
298 // Add the bitmaps to the queue for us to match up.
348 // Add the bitmaps to the queue for us to match up.
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 174 * any bitmaps in the picture.
185 * Returns true if any bitmaps may be produced when this SkPicture
225 // V8 : Add an option for encoding bitmaps
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 193 * objects being flattened contain bitmaps they are stored in this heap
288 // Unflatten this into result, using bitmapHeap and facePlayback for bitmaps and fonts if given
494 // Without a bitmap heap, we'll flatten bitmaps into paints. That's never what you want.
  /external/skia/include/core/
SkPicture.h 174 * any bitmaps in the picture.
185 * Returns true if any bitmaps may be produced when this SkPicture
225 // V8 : Add an option for encoding bitmaps
  /external/skia/src/core/
SkPictureFlat.h 193 * objects being flattened contain bitmaps they are stored in this heap
288 // Unflatten this into result, using bitmapHeap and facePlayback for bitmaps and fonts if given
494 // Without a bitmap heap, we'll flatten bitmaps into paints. That's never what you want.
  /external/skia/tests/
BitmapCopyTest.cpp 157 // A function to verify that two bitmaps contain the same pixel values
159 // copied bitmaps.
470 // of extracted bitmaps only because we handle the
  /frameworks/base/docs/html/training/
training_toc.cs 376 <a href="<?cs var:toroot ?>training/displaying-bitmaps/index.html"
378 "How to load and process bitmaps while keeping your user interface
380 >Displaying Bitmaps Efficiently</a>
383 <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/load-bitmap.html">
384 Loading Large Bitmaps Efficiently
387 <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/process-bitmap.html">
388 Processing Bitmaps Off the UI Thread
391 <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/cache-bitmap.html">
392 Caching Bitmaps
395 <li><a href="<?cs var:toroot ?>training/displaying-bitmaps/manage-memory.html"
    [all...]
  /external/chromium_org/apps/
app_window.cc 806 const std::vector<SkBitmap>& bitmaps,
809 bitmaps.empty()) {
813 // Bitmaps are ordered largest to smallest. Choose the smallest bitmap
816 for (size_t i = 1; i < bitmaps.size(); ++i) {
817 if (bitmaps[i].height() < delegate_->PreferredIconSize())
821 const SkBitmap& largest = bitmaps[largest_index];
    [all...]
  /external/valgrind/main/drd/
drd_bitmap.c 945 * Return True if the two bitmaps *lhs and *rhs are identical, and false
1019 /** Merge bitmaps *lhs and *rhs into *lhs. */
1079 * @note Any new second-level bitmaps inserted in bml by this function are
1096 /** Clear all second-level bitmaps for which bitmap2::recalc == True. */
1110 /** Merge the second level bitmaps from *rhs into *lhs for which recalc == True. */
1137 /** Remove all marked second-level bitmaps that do not contain any access. */
    [all...]
  /art/runtime/gc/space/
space.h 244 // Continuous spaces have bitmaps, and an address range. Although not required, objects within
406 // Swap the live and mark bitmaps of this space. This is used by the GC for concurrent sweeping.
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 279 // bitmaps such as contact avatars. Here, we load an example image and resize it to the
280 // appropriate size for large bitmaps in notifications.
  /external/chromium_org/content/renderer/pepper/
ppb_image_data_impl.cc 213 // Our platform bitmaps are set to opaque by default, which we don't want.
280 // Our platform bitmaps are set to opaque by default, which we don't want.
  /external/chromium_org/net/disk_cache/blockfile/
disk_format_v3.h 14 // allocation bitmaps and backup data. Hash collisions are handled directly by
39 // backup files for cache bitmaps, used to detect entries out of date.
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h 293 /* TrueType embedded bitmaps: */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 105 Note that the generated bitmaps must be used with
261 /* Save the current packing mode for bitmaps. */
  /external/chromium_org/third_party/mesa/src/src/glx/
xfont.c 111 Note that the generated bitmaps must be used with
264 /* Save the current packing mode for bitmaps. */

Completed in 8080 milliseconds

<<11121314151617181920>>