Searched refs:bKGD (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/pngsuite/ |
D | README | 42 ftbbn0g01.png 1-bit grayscale, black bKGD 43 ftbbn0g02.png 2-bit grayscale, black bKGD 44 ftbbn0g04.png 4-bit grayscale, black bKGD 45 ftbbn2c16.png 16-bit truecolor, black bKGD 46 ftbbn3p08.png 8-bit paletted, black bKGD 47 ftbgn2c16.png 16-bit truecolor, gray bKGD 48 ftbgn3p08.png 8-bit paletted, gray bKGD 49 ftbrn2c08.png 8-bit truecolor, red bKGD 50 ftbwn0g16.png 16-bit gray, white bKGD 51 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/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 | 615 …png_add_test(NAME pngunknown-sAPI COMMAND pngunknown OPTIONS --strict bKGD=save cHRM=save gAMA=sav…
|
D | libpng-manual.txt | 1950 header, even if you don't want to use the color in a bKGD chunk, if one exists. 1952 If the PNG file contains a bKGD chunk (PNG_INFO_bKGD valid), 4791 bKGD chunk; you must check those separately to determine the maximum
|
D | CHANGES | 1118 Added tests to prevent pngwutil.c from writing a bKGD or tRNS chunk with 3393 The bKGD chunk no longer overwrites the background value set by 4621 been clarified, with --strip=transform now stripping the bKGD chunk,
|
/external/syslinux/com32/lib/libpng/ |
D | libpng.txt | 760 are stored in the same format/depth as the image data in a bKGD or tRNS 912 1 if there were any non-gray pixels. bKGD and sBIT data 962 color. If the PNG file contains a bKGD chunk (PNG_INFO_bKGD valid), 967 (PNG_BACKGROUND_GAMMA_FILE for colors from the bKGD chunk), or one
|
D | CHANGES | 1010 Added tests to prevent pngwutil.c from writing a bKGD or tRNS chunk with 2282 Corrected off-by-one error in bKGD validity check in png_write_bKGD() 2286 Revised bKGD validity check to use >= x instead of > x + 1
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 715 chunk bKGD
|
/external/skia/third_party/libpng/ |
D | libpng-manual.txt | 1950 header, even if you don't want to use the color in a bKGD chunk, if one exists. 1952 If the PNG file contains a bKGD chunk (PNG_INFO_bKGD valid), 4786 bKGD chunk; you must check those separately to determine the maximum
|