HomeSort by relevance Sort by last modified time
    Searched full:abitmap (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/freetype/include/freetype/
ftbitmap.h 62 /* abitmap :: A pointer to the bitmap structure. */
65 FT_Bitmap_New( FT_Bitmap *abitmap ); variable
ftoutln.h 411 /* abitmap :: A pointer to the target bitmap descriptor. */
419 /* various fields in `abitmap' should be set accordingly. */
423 /* The value of the `num_grays' field in `abitmap' is ignored. If */
430 const FT_Bitmap *abitmap );
    [all...]
  /external/freetype/include/freetype/
ftbitmap.h 62 /* abitmap :: A pointer to the bitmap structure. */
65 FT_Bitmap_New( FT_Bitmap *abitmap ); variable
ftoutln.h 411 /* abitmap :: A pointer to the target bitmap descriptor. */
419 /* various fields in `abitmap' should be set accordingly. */
423 /* The value of the `num_grays' field in `abitmap' is ignored. If */
430 const FT_Bitmap *abitmap );
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
bitvec.c 79 ** If iSize<=BITVEC_NBIT, then Bitvec.u.aBitmap[] is a straight
103 BITVEC_TELEM aBitmap[BITVEC_NELEM]; /* Bitmap representation */
142 return (p->u.aBitmap[i/BITVEC_SZELEM] & (1<<(i&(BITVEC_SZELEM-1))))!=0;
181 p->u.aBitmap[i/BITVEC_SZELEM] |= 1 << (i&(BITVEC_SZELEM-1));
249 p->u.aBitmap[i/BITVEC_SZELEM] &= ~(1 << (i&(BITVEC_SZELEM-1)));
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 344 void AllocHWSurfaceL(CFbsBitmap*& aBitmap, const TDisplayMode& aMode, const TSize& aSize)
346 aBitmap = new (ELeave) CFbsBitmap();
347 if(KErrNone != aBitmap->CreateHardwareBitmap(aSize, aMode,
351 PANIC_IF_ERROR(aBitmap->Create(aSize, aMode));
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 655 const FT_Bitmap *abitmap )
660 if ( !abitmap )
665 params.target = abitmap;
668 if ( abitmap->pixel_mode == FT_PIXEL_MODE_GRAY ||
669 abitmap->pixel_mode == FT_PIXEL_MODE_LCD ||
670 abitmap->pixel_mode == FT_PIXEL_MODE_LCD_V )
ftbitmap.c 34 FT_Bitmap_New( FT_Bitmap *abitmap )
36 *abitmap = null_bitmap;
  /external/freetype/src/base/
ftoutln.c 655 const FT_Bitmap *abitmap )
660 if ( !abitmap )
665 params.target = abitmap;
668 if ( abitmap->pixel_mode == FT_PIXEL_MODE_GRAY ||
669 abitmap->pixel_mode == FT_PIXEL_MODE_LCD ||
670 abitmap->pixel_mode == FT_PIXEL_MODE_LCD_V )
ftbitmap.c 34 FT_Bitmap_New( FT_Bitmap *abitmap )
36 *abitmap = null_bitmap;
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 643 * .setLargeIcon(aBitmap)
712 * .setLargeIcon(aBitmap)
771 * .setLargeIcon(aBitmap)
  /frameworks/base/core/java/android/app/
Notification.java     [all...]

Completed in 1426 milliseconds