/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/out/ |
dataurl-nonbase64-singlequotes.out | 1 div.nonbase64-singlequotes{width:100px;height:100px;background-image:url('data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0C%00%00%00%0E%08%03%00%00%00%2Cc%0D%DE%00%00%00%A2PLTEQQQ%FA%FA%FA%FC%FC%FC%EE%EE%EE%A9%A9%A9%E9%E9%E9%0A%0A%0A%0D%0D%0D444PPP%CD%CD%CD%CC%CC%CC%F5%F5%F5UUU%D0%D0%D0\'\'\'%F9%F9%F9%A6%A6%A6%40%40%40FFF%A0%A0%A0%89%89%89%8D%8D%8D%20%20%20%14%14%14%DA%DA%DA%B6%B6%B6%02%02%02%87%87%87%81%81%81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh)))%E1%E1%E1%03%03%03%CB%CB%CB%EB%EB%EB%FD%FD%FD%A3%A3%A3(((%04%04%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%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF (…)
|
dataurl-nonbase64-singlequotes.out.b | 1 div.nonbase64-singlequotes{width:100px;height:100px;background-image:url('data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0C%00%00%00%0E%08%03%00%00%00%2Cc%0D%DE%00%00%00%A2PLTEQQQ%FA%FA%FA%FC%FC%FC%EE%EE%EE%A9%A9%A9%E9%E9%E9%0A%0A%0A%0D%0D%0D444PPP%CD%CD%CD%CC%CC%CC%F5%F5%F5UUU%D0%D0%D0\'\'\'%F9%F9%F9%A6%A6%A6%40%40%40FFF%A0%A0%A0%89%89%89%8D%8D%8D%20%20%20%14%14%14%DA%DA%DA%B6%B6%B6%02%02%02%87%87%87%81%81%81%AC%AC%AC%0E%0E%0E111%7D%7D%7D%92%92%92333%B9%B9%B9%BC%BC%BChhh)))%E1%E1%E1%03%03%03%CB%CB%CB%EB%EB%EB%FD%FD%FD%A3%A3%A3(((%04%04%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%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF%FF (…)
|
/external/libpng/contrib/libtests/ |
pngimage.c | 148 /* expands PLTE PNG files to RGB (no tRNS) or RGBA (tRNS) * 152 T(EXPAND, tRNS, X, A, ALL, R), 153 /* expands the tRNS chunk in files without alpha */ 240 * palette images to RGB and expands the tRNS chunk if present, so it can 243 T(EXPAND_16, tRNS, X, A, 16, R), 244 /* side effect of EXPAND_16 - expands the tRNS chunk in an RGB or G 16-bit [all...] |
pngvalid.c | 366 * indicating if a tRNS chunk was generated. 395 pos = safecat(buffer, bufsize, pos, "+tRNS"); 453 unsigned int* palette_number, int low_depth_gray, int tRNS) 468 /* Add multiple palettes for colour type 3, one image with tRNS 474 if (((ct == 0/*GRAY*/ || ct/*RGB*/ == 2) && tRNS && pn < 2) || [all...] |
/external/libpng/ |
pngwrite.c | 216 /* Invert the alpha channel (in tRNS) */ [all...] |
pngread.c | 678 /* Read the entire image. If the image has an alpha channel or a tRNS [all...] |
pngrtran.c | 123 /* Handle alpha and tRNS via a background color */ 854 * less than 8-bit depth to 8-bit depth, and expand tRNS chunks 872 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace 873 * the transparent color with a particular RGB value, or drop tRNS entirely. 882 * to expand only the sample depth but not to expand the tRNS to alpha 910 /* Expand tRNS chunks to alpha channels. */ 924 /* Expand to 16-bit channels, expand the tRNS chunk too (because otherwise [all...] |
pngset.c | 936 png_debug1(1, "in %s storage function", "tRNS"); 977 "tRNS chunk has out-of-range samples for bit_depth"); [all...] |
libpng-manual.txt | 602 PLTE, tRNS, IDAT, and IEND chunks are [all...] |
libpng.3 | [all...] |
/external/pdfium/third_party/lpng_v163/ |
pngwrite.c | 214 /* Invert the alpha channel (in tRNS) */
[all...] |
pngread.c | 609 /* Read the entire image. If the image has an alpha channel or a tRNS
[all...] |
pngrtran.c | 121 /* Handle alpha and tRNS via a background color */
849 * less than 8-bit depth to 8-bit depth, and expand tRNS chunks
867 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace
868 * the transparent color with a particular RGB value, or drop tRNS entirely.
877 * to expand only the sample depth but not to expand the tRNS to alpha
905 /* Expand tRNS chunks to alpha channels. */
919 /* Expand to 16-bit channels, expand the tRNS chunk too (because otherwise
[all...] |
pngset.c | 914 png_debug1(1, "in %s storage function", "tRNS");
951 "tRNS chunk has out-of-range samples for bit_depth");
[all...] |
/external/ipsec-tools/src/racoon/ |
proposal.h | 144 struct isakmp_pl_t *trns; member in struct:prop_pair
|
/prebuilts/go/darwin-x86/src/image/png/ |
reader.go | 88 // The PNG specification says that the IHDR, PLTE (if present), tRNS (if 256 return FormatError("bad tRNS length") 277 return FormatError("tRNS, color type mismatch") 711 case "tRNS":
|
/prebuilts/go/linux-x86/src/image/png/ |
reader.go | 88 // The PNG specification says that the IHDR, PLTE (if present), tRNS (if 256 return FormatError("bad tRNS length") 277 return FormatError("tRNS, color type mismatch") 711 case "tRNS":
|
/external/opencv3/3rdparty/libpng/ |
pngrutil.c | 728 png_warning(png_ptr, "Truncating incorrect tRNS chunk length"); 734 png_warning(png_ptr, "Truncating incorrect info tRNS chunk length"); [all...] |
pngrtran.c | 92 /* Handle alpha and tRNS via a background color */ 819 * less than 8-bit depth to 8-bit depth, and expand tRNS chunks 838 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace 839 * the transparent color with a particular RGB value, or drop tRNS entirely. 848 * to expand only the sample depth but not to expand the tRNS to alpha 880 /* Expand tRNS chunks to alpha channels. */ 892 /* Expand to 16-bit channels, expand the tRNS chunk too (because otherwise [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.cpp | [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngrtran.c | 92 /* Handle alpha and tRNS via a background color */ 819 * less than 8-bit depth to 8-bit depth, and expand tRNS chunks 838 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace 839 * the transparent color with a particular RGB value, or drop tRNS entirely. 848 * to expand only the sample depth but not to expand the tRNS to alpha 880 /* Expand tRNS chunks to alpha channels. */ 892 /* Expand to 16-bit channels, expand the tRNS chunk too (because otherwise [all...] |
/external/libpng/contrib/examples/ |
pngpixel.c | 85 * present, the tRNS ('transparency', though the values are really
|
/external/libpng/contrib/gregbook/ |
readpng2.c | 143 * IEND, tRNS, bKGD, gAMA, and sRGB (small performance improvement) */ 154 /* Ignore all chunks except for IHDR, PLTE, tRNS, IDAT, and IEND */
|
/prebuilts/go/darwin-x86/src/image/png/testdata/pngsuite/ |
basn3p08-trns.sng | 1 #SNG: from basn3p08-trns.png 265 tRNS {
|
/prebuilts/go/linux-x86/src/image/png/testdata/pngsuite/ |
basn3p08-trns.sng | 1 #SNG: from basn3p08-trns.png 265 tRNS {
|