HomeSort by: relevance | last modified time | path
    Searched refs:FT_Bitmap (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/freetype/dist/include/freetype/
ftbitmap.h 45 * Handling FT_Bitmap objects.
48 * This section contains functions for handling @FT_Bitmap objects,
52 * indicated by the sign of the `pitch` field in @FT_Bitmap).
55 * the `pitch` field of the target @FT_Bitmap object after calling
67 * Initialize a pointer to an @FT_Bitmap structure.
77 FT_Bitmap_Init( FT_Bitmap *abitmap );
82 FT_Bitmap_New( FT_Bitmap *abitmap );
113 const FT_Bitmap *source,
114 FT_Bitmap *target );
158 FT_Bitmap* bitmap
    [all...]
ftglyph.h 172 FT_Bitmap bitmap;
ftoutln.h 458 const FT_Bitmap *abitmap );
ftimage.h 147 * 'gray' levels is stored in the `num_grays` field of the @FT_Bitmap
208 * FT_Bitmap
271 } FT_Bitmap;
727 * The glyph image is a bitmap, and can be described as an @FT_Bitmap.
1037 const FT_Bitmap* target;
freetype.h 1886 FT_Bitmap bitmap;
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttsbit.h 53 FT_Bitmap *map,
ttsbit.c 472 FT_Bitmap* bitmap;
565 FT_Bitmap* map = decoder->bitmap;
717 FT_Bitmap* bitmap;
859 FT_Bitmap* bitmap;
1470 FT_Bitmap *map,
1598 FT_Bitmap *map,
1649 FT_Bitmap new_map;
pngshim.c 263 FT_Bitmap *map = &slot->bitmap;
  /xsrc/external/mit/freetype/dist/src/base/
ftbitmap.c 37 const FT_Bitmap null_bitmap = { 0, 0, 0, NULL, 0, 0, 0, NULL };
43 FT_Bitmap_Init( FT_Bitmap *abitmap )
53 FT_Bitmap_New( FT_Bitmap *abitmap )
64 const FT_Bitmap *source,
65 FT_Bitmap *target)
160 FT_Bitmap* bitmap,
308 FT_Bitmap* bitmap,
342 FT_Bitmap tmp;
516 const FT_Bitmap *source,
517 FT_Bitmap *target
    [all...]
ftlcdfil.c 78 ft_lcd_filter_fir( FT_Bitmap* bitmap,
184 _ft_lcd_filter_legacy( FT_Bitmap* bitmap,
ftoutln.c 658 const FT_Bitmap *abitmap )
ftobjs.c 352 FT_Bitmap* bitmap = &slot->bitmap;
4685 FT_Bitmap bitmap;
  /xsrc/external/mit/freetype/dist/src/smooth/
ftsmooth.c 130 FT_Bitmap* bitmap )
197 FT_Bitmap* bitmap )
273 FT_Bitmap* bitmap )
305 FT_Bitmap* bitmap )
370 FT_Bitmap* bitmap )
435 FT_Bitmap* bitmap = &slot->bitmap;
ftgrays.c 1760 const FT_Bitmap* target_map = params->target;
  /xsrc/external/mit/freetype/dist/src/raster/
ftrend1.c 100 FT_Bitmap* bitmap = &slot->bitmap;
ftraster.c 517 FT_Bitmap target; /* description of target bit/pixmap */
3285 const FT_Bitmap* target_map = params->target;
  /xsrc/external/mit/freetype/dist/src/cache/
ftcsbits.c 43 FT_Bitmap* bitmap,
135 FT_Bitmap* bitmap = &slot->bitmap;
  /xsrc/external/mit/libXft/dist/src/
xftglyphs.c 184 _compute_xrender_bitmap_size( FT_Bitmap* target,
190 FT_Bitmap* ftbit;
327 _scaled_fill_xrender_bitmap( FT_Bitmap* target,
328 FT_Bitmap* source,
447 _fill_xrender_bitmap( FT_Bitmap* target,
452 FT_Bitmap* ftbit = &slot->bitmap;
655 FT_Bitmap* ftbit;
656 FT_Bitmap local;
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
sfnt.h 310 FT_Bitmap *amap,
ftobjs.h 280 typedef void (*FT_Bitmap_LcdFilterFunc)( FT_Bitmap* bitmap,
286 ft_lcd_filter_fir( FT_Bitmap* bitmap,
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrsbit.c 51 FT_Bitmap* target,
537 FT_Bitmap* target )
759 /* XXX: needs casts to fit FT_Bitmap.{width|rows|pitch} */
  /xsrc/external/mit/freetype/dist/src/pcf/
pcfdrivr.c 475 FT_Bitmap* bitmap = &slot->bitmap;
  /xsrc/external/mit/freetype/dist/src/bdf/
bdfdrivr.c 795 FT_Bitmap* bitmap = &slot->bitmap;
830 bitmap->pitch = (int)glyph.bpr; /* same as FT_Bitmap.pitch */
  /xsrc/external/mit/freetype/dist/src/winfonts/
winfnt.c 998 FT_Bitmap* bitmap = &slot->bitmap;
  /xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.c 1438 FT_Bitmap *bitmap;

Completed in 59 milliseconds

1 2