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

/external/chromium_org/third_party/freetype/src/base/
H A Dftbitmap.c335 if ( p[x] + p[x - i] > bitmap->num_grays - 1 )
337 p[x] = (unsigned char)(bitmap->num_grays - 1);
343 if ( p[x] == bitmap->num_grays - 1 )
504 target->num_grays = 2;
566 target->num_grays = 256;
586 target->num_grays = 4;
638 target->num_grays = 16;
678 target->num_grays = 256;
/external/freetype/src/base/
H A Dftbitmap.c335 if ( p[x] + p[x - i] > bitmap->num_grays - 1 )
337 p[x] = (unsigned char)(bitmap->num_grays - 1);
343 if ( p[x] == bitmap->num_grays - 1 )
497 target->num_grays = 2;
559 target->num_grays = 256;
579 target->num_grays = 4;
631 target->num_grays = 16;
671 target->num_grays = 256;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftbitmap.c335 if ( p[x] + p[x - i] > bitmap->num_grays - 1 )
337 p[x] = (unsigned char)(bitmap->num_grays - 1);
343 if ( p[x] == bitmap->num_grays - 1 )
504 target->num_grays = 2;
566 target->num_grays = 256;
586 target->num_grays = 4;
638 target->num_grays = 16;
678 target->num_grays = 256;
/external/freetype/src/sfnt/
H A Dttsbit.c428 map->num_grays = 2;
434 map->num_grays = 4;
440 map->num_grays = 16;
446 map->num_grays = 256;
452 map->num_grays = 256;
1431 map->num_grays = new_map.num_grays;
H A Dpngshim.c270 map->num_grays = 256;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h145 /* of `gray' levels is stored in the `num_grays' field of the */
299 /* num_grays :: This field is only used with */
325 short num_grays; member in struct:FT_Bitmap_
/external/freetype/include/
H A Dftimage.h145 /* of `gray' levels is stored in the `num_grays' field of the */
299 /* num_grays :: This field is only used with */
325 short num_grays; member in struct:FT_Bitmap_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h145 /* of `gray' levels is stored in the `num_grays' field of the */
299 /* num_grays :: This field is only used with */
325 short num_grays; member in struct:FT_Bitmap_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h145 /* of `gray' levels is stored in the `num_grays' field of the */
299 /* num_grays :: This field is only used with */
325 short num_grays; member in struct:FT_Bitmap_
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c282 map->num_grays = 2;
288 map->num_grays = 4;
294 map->num_grays = 16;
300 map->num_grays = 256;
308 map->num_grays = 256;
314 map->num_grays = 256;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttsbit.c282 map->num_grays = 2;
288 map->num_grays = 4;
294 map->num_grays = 16;
300 map->num_grays = 256;
308 map->num_grays = 256;
314 map->num_grays = 256;
/external/chromium_org/third_party/freetype/src/raster/
H A Dftrend1.c203 bitmap->num_grays = 256;
/external/chromium_org/third_party/ots/test/
H A Dside-by-side.cc102 bitmap->num_grays = 256;
/external/freetype/src/raster/
H A Dftrend1.c203 bitmap->num_grays = 256;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftrend1.c203 bitmap->num_grays = 256;
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcsbits.c177 sbit->max_grays = (FT_Byte)(bitmap->num_grays - 1);
/external/freetype/src/cache/
H A Dftcsbits.c177 sbit->max_grays = (FT_Byte)(bitmap->num_grays - 1);
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftsmooth.c248 bitmap->num_grays = 256;
/external/freetype/src/smooth/
H A Dftsmooth.c248 bitmap->num_grays = 256;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c248 bitmap->num_grays = 256;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp383 target.num_grays = 256;
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp383 target.num_grays = 256;

Completed in 4073 milliseconds