Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Dreadpng.c232 png_set_expand(png_ptr); in readpng_get_image()
234 png_set_expand(png_ptr); in readpng_get_image()
236 png_set_expand(png_ptr); in readpng_get_image()
Dreadpng2.c304 png_set_expand(png_ptr); in readpng2_info_callback()
306 png_set_expand(png_ptr); in readpng2_info_callback()
308 png_set_expand(png_ptr); in readpng2_info_callback()
/external/libpng/contrib/pngminus/
Dpng2pnm.c255 png_set_expand (png_ptr); in png2pnm()
258 png_set_expand (png_ptr); in png2pnm()
261 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.h338 #define png_set_expand skia_png_set_expand macro
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h428 #define png_set_expand FOXIT_png_set_expand macro
1408 PNG_EXPORT(26, void, png_set_expand, (png_structrp png_ptr));
Dfx_pngread.c1007 png_set_expand(png_ptr); in png_read_png()
3524 png_set_expand(png_ptr); in png_image_read_direct()
Dfx_pngrtran.c853 png_set_expand(png_structrp png_ptr) in png_set_expand() function
/external/libpng/
Dpngread.c1255 png_set_expand(png_ptr); in png_read_png()
3794 png_set_expand(png_ptr); in png_image_read_direct()
Dpng.h1174 PNG_EXPORT(26, void, png_set_expand, (png_structrp png_ptr));
Dlibpng-manual.txt1082 png_set_expand(png_ptr); png_set_scale_16(png_ptr);
1711 The first two functions are actually aliases for png_set_expand(), added
1720 png_set_expand(); however, the resultant channels have 16 bits rather than 8.
1785 "X" means the transformation is obtained by png_set_expand().
1787 png_set_expand_gray_1_2_4_to_8() (and by png_set_expand()
Dpngrtran.c854 png_set_expand(png_structrp png_ptr) in png_set_expand() function
DCHANGES356 Revised paragraph about png_set_expand() in libpng.txt and libpng.3 (Greg)
471 Added some aliases for png_set_expand() in pngrtran.c, namely
480 Made alternate versions of png_set_expand() in pngrtran.c, namely
/external/libpng/contrib/libtests/
Dpngvalid.c6346 png_set_expand(pp); in image_transform_png_set_expand_set()