/external/libpng/tests/ |
D | pngstest | 46 *-tRNS[-.]*)
|
/external/pdfium/third_party/libpng16/ |
D | pngwrite.c | 1798 png_byte tRNS[256]; in png_image_set_PLTE() local 1800 memset(tRNS, 255, (sizeof tRNS)); in png_image_set_PLTE() 1844 tRNS[i] = alphabyte; in png_image_set_PLTE() 1873 tRNS[i] = entry[afirst ? 0 : 3]; in png_image_set_PLTE() 1874 if (tRNS[i] < 255) in png_image_set_PLTE() 1884 tRNS[i] = entry[1 ^ afirst]; in png_image_set_PLTE() 1885 if (tRNS[i] < 255) in png_image_set_PLTE() 1910 png_set_tRNS(image->opaque->png_ptr, image->opaque->info_ptr, tRNS, in png_image_set_PLTE()
|
/external/libpng/ |
D | pngwrite.c | 1811 png_byte tRNS[256]; in png_image_set_PLTE() local 1813 memset(tRNS, 255, (sizeof tRNS)); in png_image_set_PLTE() 1857 tRNS[i] = alphabyte; in png_image_set_PLTE() 1886 tRNS[i] = entry[afirst ? 0 : 3]; in png_image_set_PLTE() 1887 if (tRNS[i] < 255) in png_image_set_PLTE() 1897 tRNS[i] = entry[1 ^ afirst]; in png_image_set_PLTE() 1898 if (tRNS[i] < 255) in png_image_set_PLTE() 1923 png_set_tRNS(image->opaque->png_ptr, image->opaque->info_ptr, tRNS, in png_image_set_PLTE()
|
D | libpng-manual.txt | 606 PLTE, tRNS, IDAT, and IEND chunks are 1247 4) The transparent color information from a tRNS chunk. This can be modified by 1717 as the image data in a tRNS chunk, so this is what libpng expects for this data. 1740 transparency information in a tRNS chunk. This is most useful on 1759 added. It expands the sample depth without changing tRNS to alpha. 1800 the tRNS chunk is present, A means an alpha channel is present, and O 1801 means tRNS or alpha is present but all pixels in the image are opaque. 1824 "." means nothing is necessary (a tRNS chunk can just be ignored). 1852 alpha channel (or the tRNS chunk data) after it's read, so that 0 is 2012 appropriately and the tRNS chunk removed.) However, if you are doing this, [all …]
|
D | CHANGES | 268 Check for overlength tRNS chunk present when indexed-color PLTE is read. 345 Moved a misplaced pngrutil code block that truncates tRNS if it has more 770 In the code that checks for over-length tRNS chunks, added check of 997 compatible manner. PLTE and tRNS were revised similarly. 1118 Added tests to prevent pngwutil.c from writing a bKGD or tRNS chunk with 1671 png_set_gray_1_2_4_to_8() which also expands tRNS to alpha. 1908 Only use the valid bits of tRNS value in png_do_expand() (Brian Cartier) 1919 Fixed png_handle_tRNS() to only use the valid bits of tRNS value. 2326 multiple times and to specify the sample order in the tRNS chunk, 2327 because the ISO PNG specification has a typo in the tRNS table. [all …]
|
/external/libpng/contrib/oss-fuzz/ |
D | png.dict | 38 section_tRNS="tRNS"
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 772 unsigned int filters, unsigned int *colors, int small, int tRNS) in write_png() argument 897 if (tRNS) in write_png() 906 else if (tRNS) in write_png() 1685 int tRNS = 0; /* don't output a tRNS chunk */ in main() local 1706 tRNS = 1; in main() 1934 head_insert, filters, colors, small, tRNS); in main()
|
D | pngvalid.c | 450 unsigned int* palette_number, int low_depth_gray, int tRNS) in next_format() argument 471 if (((ct == 0/*GRAY*/ || ct/*RGB*/ == 2) && tRNS && pn < 2) || in next_format() 3671 png_byte tRNS[256]; in init_standard_palette() local 3675 if ((tRNS[i] = ppal[i].alpha) < 255) in init_standard_palette() 3680 tRNS[i] = 24; in init_standard_palette() 3684 png_set_tRNS(pp, pi, tRNS, j, 0/*color*/); in init_standard_palette() 3699 png_color_16 tRNS; in set_random_tRNS() local 3702 R8(tRNS); /* makes unset fields random */ in set_random_tRNS() 3708 tRNS.red = random_u16(); in set_random_tRNS() 3709 tRNS.green = random_u16(); in set_random_tRNS() [all …]
|
D | pngimage.c | 163 T(EXPAND, tRNS, X, A, ALL, R), 254 T(EXPAND_16, tRNS, X, A, 16, R),
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/ |
D | decode_png.dict | 49 section_tRNS="tRNS"
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | dataurl-nonbase64-doublequotes.css | 5 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
D | dataurl-nonbase64-noquotes.css.min | 1 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
D | dataurl-nonbase64-singlequotes.css | 6 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
D | dataurl-nonbase64-doublequotes.css.min | 1 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
D | dataurl-nonbase64-singlequotes.css.min | 1 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
D | dataurl-nonbase64-noquotes.css | 4 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/ |
D | dataurl-nonbase64-noquotes.out | 1 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
D | dataurl-nonbase64-doublequotes.out | 1 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
D | dataurl-nonbase64-singlequotes.out.b | 1 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
D | dataurl-nonbase64-singlequotes.out | 1 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
D | dataurl-nonbase64-noquotes.out.b | 1 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
D | dataurl-nonbase64-doublequotes.out.b | 1 …4%04%CA%CA%CAttt%2C%2C%2C%F4%F4%F4%00%00%00%FF%FF%FF%D6%DE%02%C3%00%00%006tRNS%FF%FF%FF%FF%FF%FF%F…
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 4944 ucvector tRNS; in addChunk_tRNS() local 4945 ucvector_init(&tRNS); in addChunk_tRNS() 4956 for(i = 0; i < amount; i++) ucvector_push_back(&tRNS, info->palette[4 * i + 3]); in addChunk_tRNS() 4962 ucvector_push_back(&tRNS, (unsigned char)(info->key_r / 256)); in addChunk_tRNS() 4963 ucvector_push_back(&tRNS, (unsigned char)(info->key_r % 256)); in addChunk_tRNS() 4970 ucvector_push_back(&tRNS, (unsigned char)(info->key_r / 256)); in addChunk_tRNS() 4971 ucvector_push_back(&tRNS, (unsigned char)(info->key_r % 256)); in addChunk_tRNS() 4972 ucvector_push_back(&tRNS, (unsigned char)(info->key_g / 256)); in addChunk_tRNS() 4973 ucvector_push_back(&tRNS, (unsigned char)(info->key_g % 256)); in addChunk_tRNS() 4974 ucvector_push_back(&tRNS, (unsigned char)(info->key_b / 256)); in addChunk_tRNS() [all …]
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 563 # tEXt, zTXt, tRNS, pCAL). Others will just save time and make png_info 758 chunk tRNS
|