/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | BitmapFactoryTest.java | 22 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResource_shouldSetDescription() local 31 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResourceWithOpts_shouldSetDescription() local 41 Bitmap bitmap = BitmapFactory.decodeFile("/some/file.jpg"); in decodeFile_shouldSetDescription() local 50 Bitmap bitmap = BitmapFactory.decodeStream(inputStream); in decodeStream_shouldSetDescription() local 60 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResource_shouldGetWidthAndHeightFromHints() local 71 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResourceWithOpts_shouldGetWidthAndHeightFromHints() local 83 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResource_canTakeOptions() local 91 Bitmap bitmap = BitmapFactory.decodeFile("/some/file.jpg"); in decodeFile_shouldGetWidthAndHeightFromHints() local 111 …Bitmap bitmap = MediaStore.Images.Media.getBitmap(Robolectric.application.getContentResolver(), Ur… in decodeUri_shouldGetWidthAndHeightFromHints() local 122 Bitmap bitmap = BitmapFactory.decodeStream(inputStream); in decodeStream_shouldGetWidthAndHeightFromHints() local
|
D | BitmapTest.java | 34 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888); in shouldCreateActiveBitmap() local 40 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888); in shouldCreateBitmapWithCorrectConfig() local 55 Bitmap bitmap = Bitmap.createBitmap(100, 200, Config.ARGB_8888); in shouldRecycleBitmap() local 126 Bitmap bitmap = Robolectric.newInstanceOf(Bitmap.class); in visualize_shouldReturnDescription() local 135 Bitmap bitmap = Robolectric.newInstanceOf(Bitmap.class); in shouldCopyBitmap() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | bitops.h | 378 _INLINE_ int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_mark_block_bitmap() 385 _INLINE_ int ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_unmark_block_bitmap() 392 _INLINE_ int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_test_block_bitmap() 399 _INLINE_ int ext2fs_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_mark_inode_bitmap() 406 _INLINE_ int ext2fs_unmark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_unmark_inode_bitmap() 413 _INLINE_ int ext2fs_test_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_test_inode_bitmap() 420 _INLINE_ void ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_mark_block_bitmap() 426 _INLINE_ void ext2fs_fast_unmark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_unmark_block_bitmap() 432 _INLINE_ int ext2fs_fast_test_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_test_block_bitmap() 439 _INLINE_ void ext2fs_fast_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_fast_mark_inode_bitmap() [all …]
|
D | blkmap64_ba.c | 42 static errcode_t ba_alloc_private_data (ext2fs_generic_bitmap bitmap) in ba_alloc_private_data() 71 ext2fs_generic_bitmap bitmap) in ba_new_bmap() 88 static void ba_free_bmap(ext2fs_generic_bitmap bitmap) in ba_free_bmap() 164 static int ba_mark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in ba_mark_bmap() 172 static int ba_unmark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in ba_unmark_bmap() 180 static int ba_test_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in ba_test_bmap() 188 static void ba_mark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in ba_mark_bmap_extent() 199 static void ba_unmark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in ba_unmark_bmap_extent() 210 static int ba_test_clear_bmap_extent(ext2fs_generic_bitmap bitmap, in ba_test_clear_bmap_extent() 284 static errcode_t ba_set_bmap_range(ext2fs_generic_bitmap bitmap, in ba_set_bmap_range() [all …]
|
D | gen_bitmap.c | 36 char * bitmap; member 55 void ext2fs_warn_bitmap2(ext2fs_generic_bitmap bitmap, in ext2fs_warn_bitmap2() 67 static errcode_t check_magic(ext2fs_generic_bitmap bitmap) in check_magic() 81 ext2fs_generic_bitmap bitmap; in ext2fs_make_generic_bitmap() local 153 void ext2fs_free_generic_bitmap(ext2fs_inode_bitmap bitmap) in ext2fs_free_generic_bitmap() 170 int ext2fs_test_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_test_generic_bitmap() 192 int ext2fs_mark_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_mark_generic_bitmap() 214 int ext2fs_unmark_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_unmark_generic_bitmap() 236 __u32 ext2fs_get_generic_bitmap_start(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bitmap_start() 253 __u32 ext2fs_get_generic_bitmap_end(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bitmap_end() [all …]
|
D | gen_bitmap64.c | 70 static void warn_bitmap(ext2fs_generic_bitmap bitmap, in warn_bitmap() 95 ext2fs_generic_bitmap bitmap; in ext2fs_alloc_generic_bmap() local 177 static void ext2fs_print_bmap_statistics(ext2fs_generic_bitmap bitmap) in ext2fs_print_bmap_statistics() 361 errcode_t ext2fs_fudge_generic_bmap_end(ext2fs_generic_bitmap bitmap, in ext2fs_fudge_generic_bmap_end() 390 __u64 ext2fs_get_generic_bmap_start(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bmap_start() 404 __u64 ext2fs_get_generic_bmap_end(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bmap_end() 418 void ext2fs_clear_generic_bmap(ext2fs_generic_bitmap bitmap) in ext2fs_clear_generic_bmap() 426 int ext2fs_mark_generic_bmap(ext2fs_generic_bitmap bitmap, in ext2fs_mark_generic_bmap() 463 int ext2fs_unmark_generic_bmap(ext2fs_generic_bitmap bitmap, in ext2fs_unmark_generic_bmap() 493 int ext2fs_test_generic_bmap(ext2fs_generic_bitmap bitmap, in ext2fs_test_generic_bmap() [all …]
|
D | blkmap64_rb.c | 172 static errcode_t rb_alloc_private_data (ext2fs_generic_bitmap bitmap) in rb_alloc_private_data() 196 ext2fs_generic_bitmap bitmap) in rb_new_bmap() 220 static void rb_free_bmap(ext2fs_generic_bitmap bitmap) in rb_free_bmap() 569 static int rb_mark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in rb_mark_bmap() 579 static int rb_unmark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in rb_unmark_bmap() 594 static int rb_test_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in rb_test_bmap() 604 static void rb_mark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in rb_mark_bmap_extent() 615 static void rb_unmark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in rb_unmark_bmap_extent() 627 static int rb_test_clear_bmap_extent(ext2fs_generic_bitmap bitmap, in rb_test_clear_bmap_extent() 683 static errcode_t rb_set_bmap_range(ext2fs_generic_bitmap bitmap, in rb_set_bmap_range() [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContextTest.cpp | 48 #define EXPECT_PIXELS_MATCH(bitmap, opaqueRect) \ argument 58 #define EXPECT_PIXELS_MATCH_EXACT(bitmap, opaqueRect) \ argument 71 SkBitmap bitmap; in TEST() local 129 SkBitmap bitmap; in TEST() local 223 SkBitmap bitmap; in TEST() local 261 SkBitmap bitmap; in TEST() local 302 SkBitmap bitmap; in TEST() local 359 SkBitmap bitmap; in TEST() local 453 SkBitmap bitmap; in TEST() local 511 SkBitmap bitmap; in TEST() local [all …]
|
/external/chromium_org/chrome/browser/thumbnails/ |
D | simple_thumbnail_crop_unittest.cc | 27 SkBitmap bitmap; in TEST_F() local 37 SkBitmap bitmap = in TEST_F() local 53 SkBitmap bitmap = in TEST_F() local 64 SkBitmap bitmap = in TEST_F() local 81 SkBitmap bitmap = in TEST_F() local 98 SkBitmap bitmap = in TEST_F() local 115 SkBitmap bitmap = in TEST_F() local 132 SkBitmap bitmap = in TEST_F() local
|
/external/skia/gm/ |
D | bitmappremul.cpp | 25 static void init_bitmap(SkColorType ct, SkBitmap* bitmap) { in init_bitmap() 32 SkBitmap bitmap; in make_argb8888_gradient() local 49 SkBitmap bitmap; in make_argb4444_gradient() local 66 SkBitmap bitmap; in make_argb8888_stripes() local 85 SkBitmap bitmap; in make_argb4444_stripes() local
|
/external/chromium_org/third_party/skia/gm/ |
D | bitmappremul.cpp | 25 static void init_bitmap(SkColorType ct, SkBitmap* bitmap) { in init_bitmap() 32 SkBitmap bitmap; in make_argb8888_gradient() local 49 SkBitmap bitmap; in make_argb4444_gradient() local 66 SkBitmap bitmap; in make_argb8888_stripes() local 85 SkBitmap bitmap; in make_argb4444_stripes() local
|
/external/chromium_org/ui/gfx/ |
D | icon_util_unittest.cc | 54 SkBitmap bitmap; in CreateBlackSkBitmap() local 134 SkBitmap bitmap = image.AsBitmap(); in CheckAllIconSizes() local 161 scoped_ptr<SkBitmap> bitmap; in TEST_F() local 171 scoped_ptr<SkBitmap> bitmap; in TEST_F() local 199 scoped_ptr<SkBitmap> bitmap; in TEST_F() local 272 scoped_ptr<SkBitmap> bitmap; in TEST_F() local 306 SkBitmap bitmap = CreateBlackSkBitmap(kSmallIconWidth, kSmallIconHeight); in TEST_F() local 409 scoped_ptr<SkBitmap> bitmap( in TEST_F() local 418 scoped_ptr<SkBitmap> bitmap( in TEST_F() local
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
D | LruPoolStrategy.java | 6 public void put(Bitmap bitmap); in put() 9 public String logBitmap(Bitmap bitmap); in logBitmap() 11 public int getSize(Bitmap bitmap); in getSize()
|
D | BitmapReferenceCounterAdapter.java | 7 public void acquireBitmap(Bitmap bitmap) { } in acquireBitmap() 10 public void releaseBitmap(Bitmap bitmap) { } in releaseBitmap()
|
D | BitmapReferenceCounter.java | 7 public void acquireBitmap(Bitmap bitmap); in acquireBitmap() 9 public void releaseBitmap(Bitmap bitmap); in releaseBitmap()
|
/external/chromium_org/extensions/browser/ |
D | image_loader.cc | 52 SkBitmap ResizeIfNeeded(const SkBitmap& bitmap, in ResizeIfNeeded() 66 void LoadResourceOnUIThread(int resource_id, SkBitmap* bitmap) { in LoadResourceOnUIThread() 76 SkBitmap* bitmap) { in LoadImageOnBlockingPool() 157 SkBitmap bitmap; member 163 const SkBitmap& bitmap, in LoadResult() 190 SkBitmap bitmap; in LoadImagesOnBlockingPool() local 281 const SkBitmap& bitmap = it->bitmap; in ReplyBack() local 309 const SkBitmap& bitmap = it->bitmap; in ReplyBackWithImageFamily() local
|
/external/jemalloc/test/unit/ |
D | bitmap.c | 32 bitmap_t *bitmap = malloc(sizeof(bitmap_t) * in TEST_BEGIN() local 55 bitmap_t *bitmap = malloc(sizeof(bitmap_t) * in TEST_BEGIN() local 78 bitmap_t *bitmap = malloc(sizeof(bitmap_t) * in TEST_BEGIN() local 107 bitmap_t *bitmap = malloc(sizeof(bitmap_t) * in TEST_BEGIN() local
|
/external/skia/src/pdf/ |
D | SkPDFImage.cpp | 28 static size_t get_uncompressed_size(const SkBitmap& bitmap, in get_uncompressed_size() 48 static SkStream* extract_index8_image(const SkBitmap& bitmap, in extract_index8_image() 62 static SkStream* extract_argb4444_data(const SkBitmap& bitmap, in extract_argb4444_data() 117 static SkStream* extract_rgb565_image(const SkBitmap& bitmap, in extract_rgb565_image() 135 static SkStream* extract_argb8888_data(const SkBitmap& bitmap, in extract_argb8888_data() 169 static SkStream* extract_a8_alpha(const SkBitmap& bitmap, in extract_a8_alpha() 209 static SkStream* extract_image_data(const SkBitmap& bitmap, in extract_image_data() 306 static uint32_t get_argb8888_neighbor_avg_color(const SkBitmap& bitmap, in get_argb8888_neighbor_avg_color() 340 static uint16_t get_argb4444_neighbor_avg_color(const SkBitmap& bitmap, in get_argb4444_neighbor_avg_color() 374 static SkBitmap unpremultiply_bitmap(const SkBitmap& bitmap, in unpremultiply_bitmap() [all …]
|
/external/jemalloc/include/jemalloc/internal/ |
D | bitmap.h | 68 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) in bitmap_full() 77 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) in bitmap_get() 89 bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) in bitmap_set() 123 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) in bitmap_sfu() 145 bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) in bitmap_unset()
|
/external/chromium_org/cc/test/ |
D | pixel_test_utils.cc | 18 bool WritePNGFile(const SkBitmap& bitmap, const base::FilePath& file_path, in WritePNGFile() 32 std::string GetPNGDataUrl(const SkBitmap& bitmap) { in GetPNGDataUrl() 43 bool ReadPNGFile(const base::FilePath& file_path, SkBitmap* bitmap) { in ReadPNGFile()
|
/external/chromium_org/skia/tools/filter_fuzz_stub/ |
D | filter_fuzz_stub.cc | 26 void RunTestCase(std::string& ipc_filter_message, SkBitmap& bitmap, in RunTestCase() 55 bool ReadAndRunTestCase(const char* filename, SkBitmap& bitmap, in ReadAndRunTestCase() 75 SkBitmap bitmap; in main() local
|
/external/valgrind/main/drd/ |
D | pub_drd_bitmap.h | 69 struct bitmap struct 80 struct bitmap* DRD_(bm_new)(void); argument
|
/external/chromium_org/third_party/skia/src/pdf/ |
D | SkPDFImage.cpp | 29 static size_t get_uncompressed_size(const SkBitmap& bitmap, in get_uncompressed_size() 49 static SkStream* extract_index8_image(const SkBitmap& bitmap, in extract_index8_image() 63 static SkStream* extract_argb4444_data(const SkBitmap& bitmap, in extract_argb4444_data() 118 static SkStream* extract_rgb565_image(const SkBitmap& bitmap, in extract_rgb565_image() 136 static SkStream* extract_argb8888_data(const SkBitmap& bitmap, in extract_argb8888_data() 170 static SkStream* extract_a8_alpha(const SkBitmap& bitmap, in extract_a8_alpha() 210 static SkStream* extract_image_data(const SkBitmap& bitmap, in extract_image_data() 307 static uint32_t get_argb8888_neighbor_avg_color(const SkBitmap& bitmap, in get_argb8888_neighbor_avg_color() 341 static uint16_t get_argb4444_neighbor_avg_color(const SkBitmap& bitmap, in get_argb4444_neighbor_avg_color() 375 static SkBitmap unpremultiply_bitmap(const SkBitmap& bitmap, in unpremultiply_bitmap() [all …]
|
/external/chromium_org/ui/gfx/image/ |
D | image_util.cc | 21 scoped_ptr<SkBitmap> bitmap(gfx::JPEGCodec::Decode(input, input_size)); in ImageFrom1xJPEGEncodedData() local 35 const SkBitmap& bitmap = image_skia_rep.sk_bitmap(); in JPEG1xEncodedDataFromImage() local 60 const SkBitmap& bitmap = rep.sk_bitmap(); in VisibleMargins() local
|
/external/chromium_org/third_party/skia/include/effects/ |
D | SkBitmapSource.h | 16 static SkBitmapSource* Create(const SkBitmap& bitmap) { in Create() 19 static SkBitmapSource* Create(const SkBitmap& bitmap, const SkRect& srcRect, in Create()
|