HomeSort by relevance Sort by last modified time
    Searched refs:bmap (Results 26 - 50 of 65) sorted by null

12 3

  /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);
  /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...]
  /cts/tests/tests/hardware/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/lib/ext2fs/
imager.c 285 ext2fs_generic_bitmap bmap; local
298 bmap = fs->inode_map;
308 bmap = fs->block_map;
320 retval = ext2fs_get_generic_bmap_range(bmap, itr,
360 ext2fs_generic_bitmap bmap; local
373 bmap = fs->inode_map;
383 bmap = fs->block_map;
400 retval = ext2fs_set_generic_bmap_range(bmap, itr,
ext2fs.h 671 ext2fs_block_bitmap bmap);
690 ext2fs_block_bitmap bmap);
768 ext2fs_inode_bitmap bmap);
771 ext2fs_inode_bitmap bmap);
773 ext2fs_block_bitmap bmap);
776 ext2fs_block_bitmap bmap);
781 extern errcode_t ext2fs_set_inode_bitmap_range(ext2fs_inode_bitmap bmap,
784 extern errcode_t ext2fs_set_inode_bitmap_range2(ext2fs_inode_bitmap bmap,
787 extern errcode_t ext2fs_get_inode_bitmap_range(ext2fs_inode_bitmap bmap,
790 extern errcode_t ext2fs_get_inode_bitmap_range2(ext2fs_inode_bitmap bmap,
    [all...]
Android.mk 17 bmap.c \
blkmap64_rb.c 297 static errcode_t rb_resize_bmap(ext2fs_generic_bitmap bmap,
302 if (new_real_end >= bmap->real_end) {
303 bmap->end = new_end;
304 bmap->real_end = new_real_end;
308 bp = (struct ext2fs_rb_private *) bmap->private;
315 bmap->end = new_end;
316 bmap->real_end = new_real_end;
tst_bitmaps.c 249 void dump_bitmap(ext2fs_generic_bitmap bmap, unsigned int start, unsigned num)
261 retval = ext2fs_get_generic_bmap_range(bmap, (__u64) start, num, buf);
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 1025 BITMAP bmap; local
1029 GetObject((HBITMAP)bitMap, sizeof(bmap), &bmap);
1035 pbi.bmiHeader.biWidth = bmap.bmWidth;
1036 pbi.bmiHeader.biHeight = bmap.bmHeight;
1038 pbi.bmiHeader.biBitCount = bmap.bmBitsPixel;
1040 pbi.bmiHeader.biSizeImage = bmap.bmWidth * bmap.bmHeight * 3;
1041 srcPtr = new unsigned char[bmap.bmWidth * bmap.bmHeight * 4]
    [all...]
  /external/e2fsprogs/debugfs/
ro_debug_cmds.ct 79 bmap;
debug_cmds.ct 158 bmap;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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,
dim.h 96 __isl_give isl_space *isl_basic_map_get_dim(__isl_keep isl_basic_map *bmap);
  /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,
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 407 unsigned char *bmap; local
437 /* Unselect our bmap object */
442 bmap = malloc(numBytes);
445 res = GetDIBits(bitDevice, bitObject, 0, bmapHeight, bmap,
454 bmap);
458 /* Destroy the bmap object */
462 free(bmap);
  /external/e2fsprogs/misc/
tune2fs.c 1472 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; variable
1741 ext2fs_block_bitmap bmap; local
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 407 unsigned char *bmap; local
437 /* Unselect our bmap object */
442 bmap = malloc(numBytes);
445 res = GetDIBits(bitDevice, bitObject, 0, bmapHeight, bmap,
454 bmap);
458 /* Destroy the bmap object */
462 free(bmap);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 230 int (*bmap)(const char*, size_t blocksize, uint64_t* idx); member in struct:fuse_operations
  /external/e2fsprogs/resize/
resize2fs.h 109 ext2_extent bmap; member in struct:ext2_resize_struct
resize2fs.c 54 ext2fs_block_bitmap bmap);
742 ext2fs_block_bitmap bmap)
748 ext2fs_reserve_super_and_bgd(fs, i, bmap);
755 ext2fs_mark_block_bitmap_range2(bmap, blk,
763 ext2fs_mark_block_bitmap2(bmap, blk);
770 ext2fs_mark_block_bitmap2(bmap, blk);
    [all...]
  /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;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 102 explicit SrfcInfo(HBITMAP bmap);
116 SrfcInfo::SrfcInfo(HBITMAP bmap):m_hwnd(NULL),
120 m_bmap = bmap;

Completed in 449 milliseconds

12 3