HomeSort by relevance Sort by last modified time
    Searched defs:num_trans (Results 1 - 16 of 16) sorted by null

  /external/libpng/contrib/examples/
pngpixel.c 98 int num_trans = 0; local
99 if ((png_get_tRNS(png_ptr, info_ptr, &trans_alpha, &num_trans,
100 NULL) & PNG_INFO_tRNS) && num_trans > 0 &&
105 index < num_trans ? trans_alpha[index] : 255);
  /external/libpng/
pnginfo.h 64 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */ member in struct:png_info_def
146 * "num_trans" transparency values for a paletted image, stored in the
pngwrite.c 222 jend = info_ptr->num_trans;
232 info_ptr->num_trans, info_ptr->color_type);
1796 int i, num_trans; local
    [all...]
pngread.c 2787 unsigned int num_trans = png_ptr->num_trans; local
    [all...]
pngstruct.h 247 png_uint_16 num_trans; /* number of transparency values */ member in struct:png_struct_def
pngtest.c 1347 int num_trans; local
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 64 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */ member in struct:png_info_def
146 * "num_trans" transparency values for a paletted image, stored in the
pngwrite.c 222 jend = info_ptr->num_trans;
232 info_ptr->num_trans, info_ptr->color_type);
1796 int i, num_trans; local
    [all...]
pngread.c 2788 unsigned int num_trans = png_ptr->num_trans; local
    [all...]
pngstruct.h 247 png_uint_16 num_trans; /* number of transparency values */ member in struct:png_struct_def
  /external/skia/third_party/libpng/
pnginfo.h 64 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */ member in struct:png_info_def
146 * "num_trans" transparency values for a paletted image, stored in the
pngwrite.c 222 jend = info_ptr->num_trans;
232 info_ptr->num_trans, info_ptr->color_type);
1796 int i, num_trans; local
    [all...]
pngread.c 2778 unsigned int num_trans = png_ptr->num_trans; local
    [all...]
pngstruct.h 247 png_uint_16 num_trans; /* number of transparency values */ member in struct:png_struct_def
pngtest.c 1340 int num_trans; local
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 1121 int num_trans; local
1124 if (png_get_tRNS(read_ptr, read_info_ptr, &trans, &num_trans,
    [all...]

Completed in 121 milliseconds