Searched refs:bKGD (Results 1 – 9 of 9) sorted by relevance
/external/libpng/contrib/pngsuite/ |
D | README | 44 ftbbn0g01.png 1-bit grayscale, black bKGD 45 ftbbn0g02.png 2-bit grayscale, black bKGD 46 ftbbn0g04.png 4-bit grayscale, black bKGD 47 ftbbn2c16.png 16-bit truecolor, black bKGD 48 ftbbn3p08.png 8-bit paletted, black bKGD 49 ftbgn2c16.png 16-bit truecolor, gray bKGD 50 ftbgn3p08.png 8-bit paletted, gray bKGD 51 ftbrn2c08.png 8-bit truecolor, red bKGD 52 ftbwn0g16.png 16-bit gray, white bKGD 53 ftbwn3p08.png 8-bit paletted, white bKGD [all …]
|
/external/libpng/tests/ |
D | pngunknown-sAPI | 2 exec ./pngunknown --strict bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save …
|
/external/libpng/contrib/oss-fuzz/ |
D | png.dict | 17 section_bKGD="bKGD"
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/ |
D | decode_png.dict | 17 section_bKGD="bKGD"
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 5096 ucvector bKGD; in addChunk_bKGD() local 5097 ucvector_init(&bKGD); in addChunk_bKGD() 5100 ucvector_push_back(&bKGD, (unsigned char)(info->background_r / 256)); in addChunk_bKGD() 5101 ucvector_push_back(&bKGD, (unsigned char)(info->background_r % 256)); in addChunk_bKGD() 5105 ucvector_push_back(&bKGD, (unsigned char)(info->background_r / 256)); in addChunk_bKGD() 5106 ucvector_push_back(&bKGD, (unsigned char)(info->background_r % 256)); in addChunk_bKGD() 5107 ucvector_push_back(&bKGD, (unsigned char)(info->background_g / 256)); in addChunk_bKGD() 5108 ucvector_push_back(&bKGD, (unsigned char)(info->background_g % 256)); in addChunk_bKGD() 5109 ucvector_push_back(&bKGD, (unsigned char)(info->background_b / 256)); in addChunk_bKGD() 5110 ucvector_push_back(&bKGD, (unsigned char)(info->background_b % 256)); in addChunk_bKGD() [all …]
|
/external/libpng/ |
D | CMakeLists.txt | 738 …png_add_test(NAME pngunknown-sAPI COMMAND pngunknown OPTIONS --strict bKGD=save cHRM=save gAMA=sav…
|
D | CHANGES | 1117 Added tests to prevent pngwutil.c from writing a bKGD or tRNS chunk with 3392 The bKGD chunk no longer overwrites the background value set by 4620 been clarified, with --strip=transform now stripping the bKGD chunk, 6050 Fixed incorrect handling of bKGD chunk in sub-8-bit files (Cosmin)
|
D | libpng-manual.txt | 1988 header, even if you don't want to use the color in a bKGD chunk, if one exists. 1990 If the PNG file contains a bKGD chunk (PNG_INFO_bKGD valid), 4848 bKGD chunk; you must check those separately to determine the maximum
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 743 chunk bKGD
|