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

  /external/chromium_org/third_party/freetype/src/base/
ftbitmap.c 335 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/
ftbitmap.c 335 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/
fxft_ftbitmap.c 335 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/
ttsbit.c 428 map->num_grays = 2;
434 map->num_grays = 4;
440 map->num_grays = 16;
446 map->num_grays = 256;
452 map->num_grays = 256;
    [all...]
pngshim.c 270 map->num_grays = 256;
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 145 /* 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_
    [all...]
  /external/freetype/include/
ftimage.h 145 /* 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_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftimage.h 145 /* 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_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftimage.h 145 /* 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_
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 282 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;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttsbit.c 282 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;
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftrend1.c 203 bitmap->num_grays = 256;
  /external/chromium_org/third_party/ots/test/
side-by-side.cc 102 bitmap->num_grays = 256;
  /external/freetype/src/raster/
ftrend1.c 203 bitmap->num_grays = 256;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftrend1.c 203 bitmap->num_grays = 256;
  /external/chromium_org/third_party/freetype/src/cache/
ftcsbits.c 177 sbit->max_grays = (FT_Byte)(bitmap->num_grays - 1);
  /external/freetype/src/cache/
ftcsbits.c 177 sbit->max_grays = (FT_Byte)(bitmap->num_grays - 1);
  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 248 bitmap->num_grays = 256;
  /external/freetype/src/smooth/
ftsmooth.c 248 bitmap->num_grays = 256;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftsmooth.c 248 bitmap->num_grays = 256;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 383 target.num_grays = 256;
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 383 target.num_grays = 256;

Completed in 844 milliseconds