Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DBitmapFactoryTest.java22 …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
DBitmapTest.java34 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/syslinux/gpxe/src/include/gpxe/
Dbitmap.h39 struct bitmap { struct
41 bitmap_block_t *blocks; argument
44 /** Index of first gap in the bitmap */ argument
48 extern int bitmap_resize ( struct bitmap *bitmap, unsigned int new_length ); argument
57 static inline void bitmap_free ( struct bitmap *bitmap ) { in bitmap_free()
69 static inline unsigned int bitmap_first_gap ( struct bitmap *bitmap ) { in bitmap_first_gap()
81 static inline int bitmap_full ( struct bitmap *bitmap ) { in bitmap_full()
/external/e2fsprogs/lib/ext2fs/
Dbitops.h391 _INLINE_ int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_mark_block_bitmap()
398 _INLINE_ int ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_unmark_block_bitmap()
405 _INLINE_ int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_test_block_bitmap()
412 _INLINE_ int ext2fs_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_mark_inode_bitmap()
419 _INLINE_ int ext2fs_unmark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_unmark_inode_bitmap()
426 _INLINE_ int ext2fs_test_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_test_inode_bitmap()
433 _INLINE_ void ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_mark_block_bitmap()
439 _INLINE_ void ext2fs_fast_unmark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_unmark_block_bitmap()
445 _INLINE_ int ext2fs_fast_test_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_test_block_bitmap()
452 _INLINE_ void ext2fs_fast_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_fast_mark_inode_bitmap()
[all …]
Dgen_bitmap.c37 char * bitmap; member
56 void ext2fs_warn_bitmap2(ext2fs_generic_bitmap bitmap, in ext2fs_warn_bitmap2()
68 static errcode_t check_magic(ext2fs_generic_bitmap bitmap) in check_magic()
82 ext2fs_generic_bitmap bitmap; in ext2fs_make_generic_bitmap() local
154 void ext2fs_free_generic_bitmap(ext2fs_inode_bitmap bitmap) in ext2fs_free_generic_bitmap()
171 int ext2fs_test_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_test_generic_bitmap()
193 int ext2fs_mark_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_mark_generic_bitmap()
215 int ext2fs_unmark_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_unmark_generic_bitmap()
237 __u32 ext2fs_get_generic_bitmap_start(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bitmap_start()
254 __u32 ext2fs_get_generic_bitmap_end(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bitmap_end()
[all …]
Dblkmap64_ba.c43 static errcode_t ba_alloc_private_data (ext2fs_generic_bitmap bitmap) in ba_alloc_private_data()
72 ext2fs_generic_bitmap bitmap) in ba_new_bmap()
89 static void ba_free_bmap(ext2fs_generic_bitmap bitmap) in ba_free_bmap()
165 static int ba_mark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in ba_mark_bmap()
173 static int ba_unmark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in ba_unmark_bmap()
181 static int ba_test_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in ba_test_bmap()
189 static void ba_mark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in ba_mark_bmap_extent()
200 static void ba_unmark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in ba_unmark_bmap_extent()
211 static int ba_test_clear_bmap_extent(ext2fs_generic_bitmap bitmap, in ba_test_clear_bmap_extent()
285 static errcode_t ba_set_bmap_range(ext2fs_generic_bitmap bitmap, in ba_set_bmap_range()
[all …]
Dgen_bitmap64.c71 static void warn_bitmap(ext2fs_generic_bitmap bitmap, in warn_bitmap()
96 ext2fs_generic_bitmap bitmap; in ext2fs_alloc_generic_bmap() local
178 static void ext2fs_print_bmap_statistics(ext2fs_generic_bitmap bitmap) in ext2fs_print_bmap_statistics()
363 errcode_t ext2fs_fudge_generic_bmap_end(ext2fs_generic_bitmap bitmap, in ext2fs_fudge_generic_bmap_end()
392 __u64 ext2fs_get_generic_bmap_start(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bmap_start()
406 __u64 ext2fs_get_generic_bmap_end(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bmap_end()
420 void ext2fs_clear_generic_bmap(ext2fs_generic_bitmap bitmap) in ext2fs_clear_generic_bmap()
428 int ext2fs_mark_generic_bmap(ext2fs_generic_bitmap bitmap, in ext2fs_mark_generic_bmap()
465 int ext2fs_unmark_generic_bmap(ext2fs_generic_bitmap bitmap, in ext2fs_unmark_generic_bmap()
495 int ext2fs_test_generic_bmap(ext2fs_generic_bitmap bitmap, in ext2fs_test_generic_bmap()
[all …]
Dblkmap64_rb.c174 static errcode_t rb_alloc_private_data (ext2fs_generic_bitmap bitmap) in rb_alloc_private_data()
198 ext2fs_generic_bitmap bitmap) in rb_new_bmap()
222 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()
582 static int rb_unmark_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in rb_unmark_bmap()
597 static int rb_test_bmap(ext2fs_generic_bitmap bitmap, __u64 arg) in rb_test_bmap()
607 static void rb_mark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in rb_mark_bmap_extent()
619 static void rb_unmark_bmap_extent(ext2fs_generic_bitmap bitmap, __u64 arg, in rb_unmark_bmap_extent()
631 static int rb_test_clear_bmap_extent(ext2fs_generic_bitmap bitmap, in rb_test_clear_bmap_extent()
687 static errcode_t rb_set_bmap_range(ext2fs_generic_bitmap bitmap, in rb_set_bmap_range()
[all …]
Dbitmaps.c33 void ext2fs_free_inode_bitmap(ext2fs_inode_bitmap bitmap) in ext2fs_free_inode_bitmap()
38 void ext2fs_free_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_free_block_bitmap()
155 int ext2fs_get_bitmap_granularity(ext2fs_block_bitmap bitmap) in ext2fs_get_bitmap_granularity()
165 errcode_t ext2fs_fudge_inode_bitmap_end(ext2fs_inode_bitmap bitmap, in ext2fs_fudge_inode_bitmap_end()
179 errcode_t ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end()
188 errcode_t ext2fs_fudge_block_bitmap_end2(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end2()
196 void ext2fs_clear_inode_bitmap(ext2fs_inode_bitmap bitmap) in ext2fs_clear_inode_bitmap()
201 void ext2fs_clear_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_clear_block_bitmap()
/external/mesa3d/src/gallium/state_trackers/hgl/
Dbitmap_wrapper.cpp54 get_bitmap_size(const Bitmap* bitmap, int32* width, int32* height) in get_bitmap_size()
67 get_bitmap_color_space(const Bitmap* bitmap) in get_bitmap_color_space()
77 copy_bitmap_bits(const Bitmap* bitmap, void* data, int32 length) in copy_bitmap_bits()
88 import_bitmap_bits(const Bitmap* bitmap, void* data, int32 length, in import_bitmap_bits()
100 delete_bitmap(Bitmap* bitmap) in delete_bitmap()
108 get_bitmap_bytes_per_row(const Bitmap* bitmap) in get_bitmap_bytes_per_row()
118 get_bitmap_bits_length(const Bitmap* bitmap) in get_bitmap_bits_length()
128 dump_bitmap(const Bitmap* bitmap) in dump_bitmap()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DBitmapResource.java13 private final Bitmap bitmap; field in BitmapResource
23 public static BitmapResource obtain(Bitmap bitmap, BitmapPool bitmapPool) { in obtain()
31 public BitmapResource(Bitmap bitmap, BitmapPool bitmapPool) { in BitmapResource()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DLruBitmapPool.java64 public synchronized boolean put(Bitmap bitmap) { in put()
180 void add(Bitmap bitmap); in add()
181 void remove(Bitmap bitmap); in remove()
190 public void add(Bitmap bitmap) { in add()
199 public void remove(Bitmap bitmap) { in remove()
209 public void add(Bitmap bitmap) { in add()
214 public void remove(Bitmap bitmap) { in remove()
DLruPoolStrategy.java6 void put(Bitmap bitmap); in put()
9 String logBitmap(Bitmap bitmap); in logBitmap()
11 int getSize(Bitmap bitmap); in getSize()
DAttributeStrategy.java14 public void put(Bitmap bitmap) { in put()
33 public String logBitmap(Bitmap bitmap) { in logBitmap()
43 public int getSize(Bitmap bitmap) { in getSize()
52 private static String getBitmapString(Bitmap bitmap) { in getBitmapString()
/external/skia/gm/
Dbitmappremul.cpp25 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
Dencode-platform.cpp22 static void make_opaque_256(SkBitmap* bitmap) { in make_opaque_256()
26 static void make_premul_256(SkBitmap* bitmap) { in make_premul_256()
32 static void make_unpremul_256(SkBitmap* bitmap) { in make_unpremul_256()
62 static sk_sp<SkData> encode_data(SkEncodedImageFormat type, const SkBitmap& bitmap) { in encode_data()
/external/pdfium/core/fpdfapi/render/
Dfpdf_render_loadimage_embeddertest.cpp16 FPDF_BITMAP bitmap = RenderPage(page); in TEST_F() local
27 FPDF_BITMAP bitmap = RenderPage(page); in TEST_F() local
38 FPDF_BITMAP bitmap = RenderPage(page); in TEST_F() local
/external/syslinux/gpxe/src/core/
Dbitmap.c37 int bitmap_resize ( struct bitmap *bitmap, unsigned int new_length ) { in bitmap_resize()
73 int bitmap_test ( struct bitmap *bitmap, unsigned int bit ) { in bitmap_test()
88 void bitmap_set ( struct bitmap *bitmap, unsigned int bit ) { in bitmap_set()
/external/jemalloc/test/unit/
Dbitmap.c30 bitmap_t *bitmap = (bitmap_t *)malloc( in TEST_BEGIN() local
53 bitmap_t *bitmap = (bitmap_t *)malloc( in TEST_BEGIN() local
76 bitmap_t *bitmap = (bitmap_t *)malloc( in TEST_BEGIN() local
105 bitmap_t *bitmap = (bitmap_t *)malloc( in TEST_BEGIN() local
/external/syslinux/core/legacynet/
Dportnum.c27 static bool test_bit(const uint32_t *bitmap, int32_t index) in test_bit()
34 static void set_bit(uint32_t *bitmap, int32_t index) in set_bit()
39 static void clr_bit(uint32_t *bitmap, int32_t index) in clr_bit()
/external/skia/tools/
Dchrome_fuzz.cpp31 static void run_test_case(const SkString& testdata, const SkBitmap& bitmap, in run_test_case()
59 static bool read_and_run_test_case(const char* filename, const SkBitmap& bitmap, in read_and_run_test_case()
72 SkBitmap bitmap; in main() local
Dpicture_utils.cpp24 void force_all_opaque(const SkBitmap& bitmap) { in force_all_opaque()
53 void setup_bitmap(SkBitmap* bitmap, int width, int height) { in setup_bitmap()
76 sk_sp<SkData> encode_bitmap_for_png(SkBitmap bitmap) { in encode_bitmap_for_png()
/external/valgrind/drd/
Dpub_drd_bitmap.h69 struct bitmap struct
80 struct bitmap* DRD_(bm_new)(void); argument
/external/jemalloc/include/jemalloc/internal/
Dutil.h145 ffs_llu(unsigned long long bitmap) in ffs_llu()
152 ffs_lu(unsigned long bitmap) in ffs_lu()
159 ffs_u(unsigned bitmap) in ffs_u()
166 ffs_zu(size_t bitmap) in ffs_zu()
181 ffs_u64(uint64_t bitmap) in ffs_u64()
194 ffs_u32(uint32_t bitmap) in ffs_u32()
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode_embeddertest.cpp94 FPDF_BITMAP bitmap = RenderPage(page); in TEST_F() local
105 FPDF_BITMAP bitmap = RenderPage(page); in TEST_F() local
116 FPDF_BITMAP bitmap = RenderPage(page); in TEST_F() local

12345678910>>...13