Home
last modified time | relevance | path

Searched refs:png_set_expand (Results 1 – 25 of 25) sorted by relevance

/external/libpng/contrib/gregbook/
Dreadpng.c233 png_set_expand(png_ptr); in readpng_get_image()
235 png_set_expand(png_ptr); in readpng_get_image()
237 png_set_expand(png_ptr); in readpng_get_image()
Dreadpng2.c311 png_set_expand(png_ptr); in readpng2_info_callback()
313 png_set_expand(png_ptr); in readpng2_info_callback()
315 png_set_expand(png_ptr); in readpng2_info_callback()
/external/libpng/contrib/pngminus/
Dpng2pnm.c260 png_set_expand (png_ptr); in png2pnm()
263 png_set_expand (png_ptr); in png2pnm()
266 png_set_expand (png_ptr); in png2pnm()
/external/libpng/contrib/visupng/
DPngFile.c189 png_set_expand(png_ptr); in PngLoadImage()
191 png_set_expand(png_ptr); in PngLoadImage()
193 png_set_expand(png_ptr); in PngLoadImage()
/external/libpng/scripts/
Dsymbols.def34 png_set_expand @26
/external/pdfium/samples/
Dimage_diff_png.cc172 png_set_expand(png_ptr); in DecodeInfoCallback()
176 png_set_expand(png_ptr); in DecodeInfoCallback()
/external/skia/third_party/libpng/
Dpngprefix.h342 #define png_set_expand skia_png_set_expand macro
Dpngread.c1103 png_set_expand(png_ptr); in png_read_png()
3661 png_set_expand(png_ptr); in png_image_read_direct()
Dpng.h1086 PNG_EXPORT(26, void, png_set_expand, (png_structrp png_ptr));
Dlibpng-manual.txt1086 png_set_expand(png_ptr); png_set_scale_16(png_ptr);
1716 The first two functions are actually aliases for png_set_expand(), added
1725 png_set_expand(); however, the resultant channels have 16 bits rather than 8.
1790 "X" means the transformation is obtained by png_set_expand().
1792 png_set_expand_gray_1_2_4_to_8() (and by png_set_expand()
Dpngrtran.c858 png_set_expand(png_structrp png_ptr) in png_set_expand() function
/external/pdfium/third_party/libpng16/
Dpngread.c1113 png_set_expand(png_ptr); in png_read_png()
3671 png_set_expand(png_ptr); in png_image_read_direct()
Dpng.h1086 PNG_EXPORT(26, void, png_set_expand, (png_structrp png_ptr));
Dpngrtran.c858 png_set_expand(png_structrp png_ptr) in png_set_expand() function
/external/libpng/
Dpngread.c1112 png_set_expand(png_ptr); in png_read_png()
3669 png_set_expand(png_ptr); in png_image_read_direct()
Dpng.h1086 PNG_EXPORT(26, void, png_set_expand, (png_structrp png_ptr));
Dlibpng-manual.txt1086 png_set_expand(png_ptr); png_set_scale_16(png_ptr);
1716 The first two functions are actually aliases for png_set_expand(), added
1725 png_set_expand(); however, the resultant channels have 16 bits rather than 8.
1790 "X" means the transformation is obtained by png_set_expand().
1792 png_set_expand_gray_1_2_4_to_8() (and by png_set_expand()
Dpngrtran.c858 png_set_expand(png_structrp png_ptr) in png_set_expand() function
DCHANGES363 Revised paragraph about png_set_expand() in libpng.txt and libpng.3 (Greg)
478 Added some aliases for png_set_expand() in pngrtran.c, namely
487 Made alternate versions of png_set_expand() in pngrtran.c, namely
/external/syslinux/com32/lib/libpng/
Dpngread.c1422 png_set_expand(png_ptr); in png_read_png()
DCHANGES340 Revised paragraph about png_set_expand() in libpng.txt and libpng.3 (Greg)
447 Added some aliases for png_set_expand() in pngrtran.c, namely
455 Made alternate versions of png_set_expand() in pngrtran.c, namely
Dpngrtran.c574 png_set_expand(png_structp png_ptr) in png_set_expand() function
Dlibpng.txt795 These three functions are actually aliases for png_set_expand(), added
942 png_set_expand(), or png_set_gray_to_rgb to change to truecolor or to
/external/syslinux/com32/include/
Dpng.h1677 extern PNG_EXPORT(void,png_set_expand) PNGARG((png_structp png_ptr));
/external/libpng/contrib/libtests/
Dpngvalid.c7239 png_set_expand(pp); in image_transform_png_set_expand_set()