HomeSort by relevance Sort by last modified time
    Searched refs:num_grays (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/base/
ftbitmap.c 329 if ( p[x] + p[x - i] > bitmap->num_grays - 1 )
331 p[x] = (unsigned char)(bitmap->num_grays - 1);
337 if ( p[x] == bitmap->num_grays - 1 )
440 target->num_grays = 2;
502 target->num_grays = 256;
522 target->num_grays = 4;
574 target->num_grays = 16;
  /external/freetype/include/freetype/
ftimage.h 146 /* of `gray' levels is stored in the `num_grays' field of the */
278 /* num_grays :: This field is only used with */
304 short num_grays; member in struct:FT_Bitmap_
    [all...]
  /external/freetype/src/raster/
ftrend1.c 187 bitmap->num_grays = 256;
  /external/freetype/src/smooth/
ftsmooth.c 213 bitmap->num_grays = 256;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 732 target.num_grays = 256;
    [all...]

Completed in 92 milliseconds