| /external/libpng/contrib/examples/ |
| pngpixel.c | 96 int num_trans = 0; local 97 if ((png_get_tRNS(png_ptr, info_ptr, &trans_alpha, &num_trans, 98 NULL) & PNG_INFO_tRNS) && num_trans > 0 && 103 index < num_trans ? trans_alpha[index] : 255);
|
| /external/libpng/ |
| pnginfo.h | 65 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */ member in struct:png_info_def 147 * "num_trans" transparency values for a paletted image, stored in the
|
| pngwrite.c | 220 for (j = 0; j<(int)info_ptr->num_trans; j++) 226 info_ptr->num_trans, info_ptr->color_type); 2003 int i, num_trans; local [all...] |
| pngread.c | 2913 unsigned int num_trans = png_ptr->num_trans; local [all...] |
| pngstruct.h | 293 png_uint_16 num_trans; /* number of transparency values */ member in struct:png_struct_def
|
| pngtest.c | 1298 int num_trans; local [all...] |
| /ndk/tests/build/issue20862-libpng-O0/jni/ |
| pnginfo.h | 65 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */ member in struct:png_info_def 134 * "num_trans" transparency values for a paletted image, stored in the
|
| pngstruct.h | 130 png_uint_16 num_trans; /* number of transparency values */ member in struct:png_struct_def
|
| /external/chromium_org/third_party/skia/src/images/ |
| SkImageDecoder_libpng.cpp | 202 int num_trans; local 205 png_get_tRNS(png_ptr, info_ptr, &trans, &num_trans, NULL); 206 return num_trans > 0; 1058 int i, num_trans = 0; local [all...] |
| /external/skia/src/images/ |
| SkImageDecoder_libpng.cpp | 202 int num_trans; local 205 png_get_tRNS(png_ptr, info_ptr, &trans, &num_trans, NULL); 206 return num_trans > 0; 1056 int i, num_trans = 0; local [all...] |