/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
StyleChooser.java | 62 public void available(Bitmap bmap) { 64 if (bmap == null) { 67 button.setImageBitmap(bmap);
|
BitmapCaller.java | 22 public void available(Bitmap bmap);
|
/external/e2fsprogs/lib/ext2fs/ |
Makefile.pq | 13 bmap.obj \
|
imager.c | 286 ext2fs_generic_bitmap bmap; local 299 bmap = fs->inode_map; 309 bmap = fs->block_map; 321 retval = ext2fs_get_generic_bmap_range(bmap, itr, 361 ext2fs_generic_bitmap bmap; local 374 bmap = fs->inode_map; 384 bmap = fs->block_map; 401 retval = ext2fs_set_generic_bmap_range(bmap, itr,
|
rw_bitmaps.c | 163 ext2fs_block_bitmap bmap = fs->block_map; local 169 ext2fs_reserve_super_and_bgd(fs, i, bmap); 176 ext2fs_mark_block_bitmap_range2(bmap, blk, 184 ext2fs_mark_block_bitmap2(bmap, blk); 191 ext2fs_mark_block_bitmap2(bmap, blk);
|
blkmap64_rb.c | 299 static errcode_t rb_resize_bmap(ext2fs_generic_bitmap bmap, 304 bp = (struct ext2fs_rb_private *) bmap->private; 308 rb_truncate(((new_end < bmap->end) ? new_end : bmap->end) - bmap->start, 311 bmap->end = new_end; 312 bmap->real_end = new_real_end; 314 if (bmap->end < bmap->real_end) 315 rb_insert_extent(bmap->end + 1 - bmap->start [all...] |
ext2fs.h | 732 ext2fs_block_bitmap bmap); 753 ext2fs_block_bitmap bmap); 831 ext2fs_inode_bitmap bmap); 834 ext2fs_inode_bitmap bmap); 836 ext2fs_block_bitmap bmap); 839 ext2fs_block_bitmap bmap); 844 extern errcode_t ext2fs_set_inode_bitmap_range(ext2fs_inode_bitmap bmap, 847 extern errcode_t ext2fs_set_inode_bitmap_range2(ext2fs_inode_bitmap bmap, 850 extern errcode_t ext2fs_get_inode_bitmap_range(ext2fs_inode_bitmap bmap, 853 extern errcode_t ext2fs_get_inode_bitmap_range2(ext2fs_inode_bitmap bmap, [all...] |
Android.bp | 22 "bmap.c",
|
symlink.c | 118 * The extent bmap is setup after the inode and block
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
ImageLoader.java | 405 Bitmap bmap = loadConstrainedBitmap(uri, context, maxSideLength, originalBounds, false); local 406 if (bmap != null) { 407 bmap = orientBitmap(bmap, orientation); 408 if (bmap.getConfig()!= Bitmap.Config.ARGB_8888){ 409 bmap = bmap.copy( Bitmap.Config.ARGB_8888,true); 412 return bmap; 446 Bitmap bmap = null; local 450 bmap = loadDownsampledBitmap(context, sourceUri, sampleSize) 491 Bitmap bmap = null; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
lp.h | 29 enum isl_lp_result isl_basic_map_solve_lp(struct isl_basic_map *bmap, int max,
|
constraint.h | 36 int isl_basic_map_foreach_constraint(__isl_keep isl_basic_map *bmap, 50 __isl_take isl_basic_map *bmap, __isl_take isl_constraint *constraint); 59 __isl_keep isl_basic_map *bmap, enum isl_dim_type type, int pos,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/ |
lp.h | 29 enum isl_lp_result isl_basic_map_solve_lp(struct isl_basic_map *bmap, int max,
|
constraint.h | 36 int isl_basic_map_foreach_constraint(__isl_keep isl_basic_map *bmap, 50 __isl_take isl_basic_map *bmap, __isl_take isl_constraint *constraint); 59 __isl_keep isl_basic_map *bmap, enum isl_dim_type type, int pos,
|
/external/webrtc/webrtc/modules/video_render/windows/ |
video_render_direct3d9.cc | 1014 BITMAP bmap; local 1018 GetObject((HBITMAP)bitMap, sizeof(bmap), &bmap); 1024 pbi.bmiHeader.biWidth = bmap.bmWidth; 1025 pbi.bmiHeader.biHeight = bmap.bmHeight; 1027 pbi.bmiHeader.biBitCount = bmap.bmBitsPixel; 1029 pbi.bmiHeader.biSizeImage = bmap.bmWidth * bmap.bmHeight * 3; 1030 srcPtr = new unsigned char[bmap.bmWidth * bmap.bmHeight * 4] [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
hashmap.go | 77 // data offset should be the size of the bmap struct, but needs to be 81 b bmap 121 // However, bmap.overflow is a pointer. In order to keep overflow buckets 128 overflow *[2]*[]*bmap 132 type bmap struct { type 153 bptr *bmap // current bucket 154 overflow [2]*[]*bmap // keeps overflow buckets alive 164 func evacuated(b *bmap) bool { 169 func (b *bmap) overflow(t *maptype) *bmap { [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
hashmap.go | 77 // data offset should be the size of the bmap struct, but needs to be 81 b bmap 121 // However, bmap.overflow is a pointer. In order to keep overflow buckets 128 overflow *[2]*[]*bmap 132 type bmap struct { type 153 bptr *bmap // current bucket 154 overflow [2]*[]*bmap // keeps overflow buckets alive 164 func evacuated(b *bmap) bool { 169 func (b *bmap) overflow(t *maptype) *bmap { [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
BitmapUtils.java | 42 * @param bmap a {@link Bitmap} to generate the histograms for. 46 public static int[] calcHistograms(RenderScript rs, Bitmap bmap) { 51 Allocation input = Allocation.createFromBitmap(rs, bmap);
|
/external/e2fsprogs/e2fsck/ |
emptydir.c | 113 * XXX need to finish this. General approach is to use bmap to 114 * iterate over all of the logical blocks using the bmap function, and
|
/external/e2fsprogs/tests/d_fallocate_blkmap/ |
script | 40 sif /a bmap[2] 8000 48 sif /b bmap[0] 10000
|
/external/e2fsprogs/debugfs/ |
ro_debug_cmds.ct | 79 bmap;
|
/external/mesa3d/src/mesa/main/ |
pixeltransfer.c | 90 const GLfloat *bMap = ctx->PixelMaps.BtoB.Map; 100 rgba[i][BCOMP] = bMap[(int)_mesa_lroundevenf(b * bscale)]; 118 const GLfloat *bMap = ctx->PixelMaps.ItoB.Map; 124 rgba[i][BCOMP] = bMap[index[i] & bmask];
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropMath.java | 230 * @param bmap bitmap whose size to check 233 public static int getBitmapSize(Bitmap bmap) { 234 return bmap.getRowBytes() * bmap.getHeight();
|
/external/e2fsprogs/util/ |
copy_sparse.c | 45 #define FIBMAP _IO(0x00,1) /* bmap access */ 46 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
GeometryMathUtils.java | 389 Bitmap bmap = image; local 392 bmap = applyFullGeometryMatrix(bmap, holder); 393 if (bmap != image) { 398 return bmap;
|