HomeSort by relevance Sort by last modified time
    Searched defs:bmap (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/resize/
resize2fs.h 93 ext2_extent bmap; member in struct:ext2_resize_struct
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 162 struct BitMap *bmap; member in struct:private_hwdata
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastidct.cpp 1864 Int bmap; local
    [all...]
  /frameworks/base/awt/com/android/internal/awt/
AndroidJavaBlitter.java 151 bmap = Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
152 canvas.drawBitmap(bmap, dstX, dstY, paint);
311 Bitmap bmap, bmp; local
320 bmap = Bitmap.createBitmap(pix, width, height, Bitmap.Config.RGB_565);
321 canvas.drawBitmap(bmap, dstX, dstY, paint);
334 bmap = Bitmap.createBitmap(pix, width, height, Bitmap.Config.RGB_565);
335 canvas.drawBitmap(bmap, dstX, dstY, paint);
351 bmap = Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
356 bmp = Bitmap.createBitmap(bmap, 0, 0, width, height, tm, true);
358 bmp = Bitmap.createBitmap(bmap, 0, 0, width, height, tm, false)
    [all...]
  /external/webkit/WebCore/html/
HTMLParser.cpp 455 NamedNodeMap* bmap = existingHTML->attributes(false); local
458 if (!bmap->getAttributeItem(it->name()))
499 NamedNodeMap* bmap = existingBody->attributes(false); local
502 if (!bmap->getAttributeItem(it->name()))
    [all...]
  /external/kernel-headers/original/linux/
fs.h 216 #define FIBMAP _IO(0x00,1) /* bmap access */
217 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
375 sector_t (*bmap)(struct address_space *, sector_t); member in struct:address_space_operations
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 208 milliseconds