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

  /external/freetype/include/freetype/
ftoutln.h 391 /* abitmap :: A pointer to the target bitmap descriptor. */
399 /* various fields in `abitmap' should be set accordingly. */
403 /* The value of the `num_grays' field in `abitmap' is ignored. If */
410 const FT_Bitmap *abitmap );
ftbitmap.h 62 /* abitmap :: A pointer to the bitmap structure. */
65 FT_Bitmap_New( FT_Bitmap *abitmap ); variable
  /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/freetype/src/base/
ftoutln.c 647 const FT_Bitmap *abitmap )
652 if ( !abitmap )
657 params.target = abitmap;
660 if ( abitmap->pixel_mode == FT_PIXEL_MODE_GRAY ||
661 abitmap->pixel_mode == FT_PIXEL_MODE_LCD ||
662 abitmap->pixel_mode == FT_PIXEL_MODE_LCD_V )
ftbitmap.c 32 FT_Bitmap_New( FT_Bitmap *abitmap )
34 *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 217 milliseconds