HomeSort by: relevance | last modified time | path
    Searched refs:num_grays (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/base/
ftbitmap.c 423 if ( p[x] + p[x - i] > bitmap->num_grays - 1 )
425 p[x] = (unsigned char)( bitmap->num_grays - 1 );
431 if ( p[x] == bitmap->num_grays - 1 )
601 target->num_grays = 2;
659 target->num_grays = 256;
677 target->num_grays = 4;
727 target->num_grays = 16;
764 target->num_grays = 256;
955 target->num_grays = 256;
ftobjs.c 484 bitmap->num_grays = 256;
  /xsrc/external/mit/freetype/dist/include/freetype/
ftimage.h 147 * 'gray' levels is stored in the `num_grays` field of the @FT_Bitmap
244 * num_grays ::
266 unsigned short num_grays; member in struct:FT_Bitmap_
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttsbit.c 586 map->num_grays = 2;
592 map->num_grays = 4;
598 map->num_grays = 16;
604 map->num_grays = 256;
610 map->num_grays = 256;
1663 map->num_grays = new_map.num_grays;
pngshim.c 349 map->num_grays = 256;
ttcolr.c 295 dstSlot->bitmap.num_grays = 256;
  /xsrc/external/mit/freetype/dist/src/cache/
ftcsbits.c 178 sbit->max_grays = (FT_Byte)(bitmap->num_grays - 1);
  /xsrc/external/mit/freetype/dist/src/pcf/
pcfdrivr.c 502 bitmap->num_grays = 1;
  /xsrc/external/mit/freetype/dist/src/bdf/
bdfdrivr.c 849 bitmap->num_grays = 256;

Completed in 14 milliseconds