HomeSort by relevance Sort by last modified time
    Searched full:abitmap (Results 1 - 5 of 5) 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/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/base/core/java/android/app/
Notification.java 909 * .setLargeIcon(aBitmap)
    [all...]

Completed in 92 milliseconds