/external/chromium_org/ui/ozone/platform/dri/test/ |
mock_dri_surface.h | 26 const std::vector<ui::DriBuffer*>& bitmaps() const { return bitmaps_; } function in class:ui::MockDriSurface
|
/external/e2fsprogs/lib/ext2fs/ |
Makefile.pq | 10 bitmaps.obj \
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
GroupedLinkedMap.java | 10 * of bitmaps rather than individual objects. The idea is to be able to find the LRU bitmap size, rather than the 11 * LRU bitmap object. We can then remove bitmaps from the least recently used size of bitmap when we need to 14 * For the purposes of the LRU, we count gets for a particular size of bitmap as an access, even if no bitmaps 15 * of that size are present. We do not count addition or removal of bitmaps as an access.
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
Request.java | 16 * Prevents any bitmaps being loaded from previous requests, releases any resources held by this request and
|
/external/glide/third_party/gif_decoder/ |
README.third_party | 19 headers between multiple decoders. Added interface for reusing bitmaps each
|
/frameworks/base/media/java/android/media/ |
package.html | 9 in Bitmaps ({@link android.media.FaceDetector}), control audio routing (to the device or a headset)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/ |
XWDFile.h | 64 /* bitmap_unit applies to bitmaps (depth 1 format XY) only. 68 CARD32 bitmap_bit_order B32; /* bitmaps only: MSBFirst, LSBFirst */ 70 /* bitmap_pad applies to pixmaps (non-bitmaps) only. 76 /* bytes_per_line is pixmap_width padded to bitmap_unit (bitmaps)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
XWDFile.h | 64 /* bitmap_unit applies to bitmaps (depth 1 format XY) only. 68 CARD32 bitmap_bit_order B32; /* bitmaps only: MSBFirst, LSBFirst */ 70 /* bitmap_pad applies to pixmaps (non-bitmaps) only. 76 /* bytes_per_line is pixmap_width padded to bitmap_unit (bitmaps)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
drawable1-expected-completion47.txt | 3 <bitmap /> : Drawable used to draw bitmaps.
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapHeap.h | 67 * TODO: stores immutable bitmaps into a heap 89 * Otherwise we guarantee the bitmaps placement in the heap until its owner count goes to zero. 91 * @param preferredSize Specifies the preferred maximum number of bitmaps to store. This is 92 * not a hard limit as it can grow larger if the number of bitmaps in the heap with active 100 * Constructs a heap that defers the responsibility of storing the bitmaps to an external 101 * function. This is especially useful if the bitmaps will be used in a separate process as the 108 * @param externalStorage The class responsible for storing the bitmaps inserted into the heap 117 * Makes a shallow copy of all bitmaps currently in the heap and returns them as an array. The 120 * @return a ptr to an array of bitmaps or NULL if external storage is being used. 189 * Returns the total number of bytes allocated by the bitmaps in the hea [all...] |
/external/skia/src/core/ |
SkBitmapHeap.h | 67 * TODO: stores immutable bitmaps into a heap 89 * Otherwise we guarantee the bitmaps placement in the heap until its owner count goes to zero. 91 * @param preferredSize Specifies the preferred maximum number of bitmaps to store. This is 92 * not a hard limit as it can grow larger if the number of bitmaps in the heap with active 100 * Constructs a heap that defers the responsibility of storing the bitmaps to an external 101 * function. This is especially useful if the bitmaps will be used in a separate process as the 108 * @param externalStorage The class responsible for storing the bitmaps inserted into the heap 117 * Makes a shallow copy of all bitmaps currently in the heap and returns them as an array. The 120 * @return a ptr to an array of bitmaps or NULL if external storage is being used. 189 * Returns the total number of bytes allocated by the bitmaps in the hea [all...] |
/external/chromium_org/components/favicon_base/ |
select_favicon_frames.cc | 67 // Huge favicon bitmaps often have a completely different visual style from 68 // smaller favicon bitmaps. Avoid them. 72 // 1) Bitmaps with width and height smaller than |kHugeEdgeSize|. 73 // 2) Bitmaps which need to be scaled down instead of up. 74 // 3) Bitmaps which do not need to be scaled as much. 215 const std::vector<SkBitmap>& bitmaps, 242 return gfx::ImageSkia(gfx::ImageSkiaRep(bitmaps[index], 1.0f)); 250 gfx::ImageSkiaRep(GetResizedBitmap(bitmaps[index],
|
/external/chromium_org/net/disk_cache/blockfile/ |
block_bitmaps_v3.h | 28 void Init(const BlockFilesBitmaps& bitmaps); 38 // Releases the internal bitmaps. The cache is being purged.
|
/external/chromium_org/tools/perf/benchmarks/ |
canvasmark.py | 8 operations in HTML5 games: bitmaps, canvas drawing, alpha blending, polygon 37 # results log e.g., "489 [Test 1 - Asteroids - Bitmaps]"
|
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/ |
ChromeDebug.vsct | 37 and the last one for the bitmaps used. Each element is identified by a command id that 83 <!--The bitmaps section is used to define the bitmaps that are used for the commands.--> 84 <Bitmaps> 87 of the bitmap strip containing the bitmaps and then there are the numeric ids of the 94 </Bitmaps>
|
/external/clang/tools/clang-format-vs/ClangFormat/ |
ClangFormat.vsct | 31 and the last one for the bitmaps used. Each element is identified by a command id that
76 <!--The bitmaps section is used to define the bitmaps that are used for the commands.-->
77 <Bitmaps>
80 bitmap strip containing the bitmaps and then there are the numeric ids of the elements used
85 </Bitmaps>
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
cache-bitmap.jd | 1 page.title=Caching Bitmaps 2 parent.title=Displaying Bitmaps Efficiently 41 off-screen. The garbage collector also frees up your loaded bitmaps, assuming you don't keep any 47 and fluidity of your UI when loading multiple bitmaps.</p> 51 <p>A memory cache offers fast access to bitmaps at the cost of taking up valuable application 54 to API Level 4) is particularly well suited to the task of caching bitmaps, keeping recently 77 <li>What dimensions and configuration are the bitmaps and therefore how much memory will each take 81 android.util.LruCache} objects for different groups of bitmaps.</li> 83 number of lower quality bitmaps, potentially loading a higher quality version in another 92 <p>Here?s an example of setting up a {@link android.util.LruCache} for bitmaps:</p [all...] |
/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/notifications/sync_notifier/ |
synced_notification_app_info.h | 50 // Set the URL for the low and high DPI bitmaps for the settings dialog. 54 // Set the URL for the low and high DPI bitmaps for indicating the sending 59 // Set the URL for the low and high DPI bitmaps for use by the welcome dialog. 88 // Set up for fetching all the bitmaps in this AppInfo. 98 // Check to see if we have responses for all the bitmaps we need.
|
/external/chromium_org/android_webview/browser/ |
icon_helper.cc | 39 const std::vector<SkBitmap>& bitmaps, 47 if (bitmaps.size() == 0) { 57 listener_->OnReceivedIcon(image_url, bitmaps[0]);
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_s_b_i_x.py | 30 (Variable) storage for bitmaps 88 #print "Number of Bitmaps:", myBitmapSet.numBitmaps 94 # after the bitmaps have been extracted, we don't need the offsets anymore
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_service.h | 52 // |FaviconImageResult::image| is constructed from the bitmaps for the 56 // |FaviconImageResult::icon_url| is the favicon that the favicon bitmaps in 58 // TODO(pkotwicz): Enable constructing |image| from bitmaps from several 84 // The first argument for |callback| is the set of bitmaps for the passed in 113 // The favicon bitmaps which most closely match |desired_size_in_dip| 164 // multiple favicon bitmaps for |favicon_id|, the largest favicon bitmap is 190 // the favicon bitmaps for any of ui::GetSupportedScaleFactors() are not 205 // TODO(pkotwicz): Save unresized favicon bitmaps to the database.
|
/external/e2fsprogs/e2fsck/ |
CHANGES | 41 e2fsck will now move bad blocks found in the inode bitmaps, block 42 bitmaps, and in the inode tables. (Can't handle bad blocks found in
|
/frameworks/base/docs/html/guide/topics/graphics/ |
index.jd | 40 <a href="{@docRoot}training/displaying-bitmaps/index.html"> 41 <h4>Displaying Bitmaps Efficiently</h4>
|
/frameworks/base/native/graphics/jni/ |
bitmap.cpp | 92 // bitmaps. Note that this will slow down read-only accesses to the 93 // bitmaps, but the NDK methods are primarily intended to be used for
|