Searched refs:num_grays (Results 1 - 11 of 11) sorted by relevance

/external/freetype/src/base/
H A Dftbitmap.c412 if ( p[x] + p[x - i] > bitmap->num_grays - 1 )
414 p[x] = (unsigned char)( bitmap->num_grays - 1 );
420 if ( p[x] == bitmap->num_grays - 1 )
590 target->num_grays = 2;
648 target->num_grays = 256;
666 target->num_grays = 4;
716 target->num_grays = 16;
753 target->num_grays = 256;
H A Dftobjs.c458 bitmap->num_grays = 256;
/external/freetype/include/freetype/
H A Dftimage.h145 /* of `gray' levels is stored in the `num_grays' field of the */
246 /* num_grays :: This field is only used with */
267 unsigned short num_grays; member in struct:FT_Bitmap_
/external/freetype/src/sfnt/
H A Dttsbit.c587 map->num_grays = 2;
593 map->num_grays = 4;
599 map->num_grays = 16;
605 map->num_grays = 256;
611 map->num_grays = 256;
1664 map->num_grays = new_map.num_grays;
H A Dpngshim.c337 map->num_grays = 256;
/external/freetype/src/cache/
H A Dftcsbits.c179 sbit->max_grays = (FT_Byte)(bitmap->num_grays - 1);
/external/freetype/src/pcf/
H A Dpcfdrivr.c524 bitmap->num_grays = 1;
/external/freetype/src/bdf/
H A Dbdfdrivr.c838 bitmap->num_grays = 256;
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp482 target.num_grays = 256;
/external/skqp/src/ports/
H A DSkFontHost_FreeType_common.cpp482 target.num_grays = 256;
/external/ImageMagick/MagickCore/
H A Dannotate.c1644 fill_opacity=(double) (r[n])/(bitmap->bitmap.num_grays-1);

Completed in 149 milliseconds