Searched refs:PNGZ_INPUT_CAST (Results 1 - 7 of 7) sorted by relevance

/external/libpng/
H A Dpngstruct.h42 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b) macro
45 # define PNGZ_INPUT_CAST(b) (b) macro
H A Dpngwutil.c521 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input);
1040 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
H A Dpngrutil.c493 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dpngstruct.h42 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b) macro
45 # define PNGZ_INPUT_CAST(b) (b) macro
H A Dfx_pngwutil.c520 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input);
1039 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
H A Dfx_pngrutil.c461 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
/external/libpng/contrib/tools/
H A Dpngfix.c72 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b) macro
75 # define PNGZ_INPUT_CAST(b) (b) macro

Completed in 193 milliseconds