HomeSort by relevance Sort by last modified time
    Searched refs:PNGZ_INPUT_CAST (Results 1 - 4 of 4) sorted by null

  /external/libpng/
pngstruct.h 42 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b)
45 # define PNGZ_INPUT_CAST(b) (b)
pngwutil.c 521 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input);
    [all...]
pngrutil.c 486 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 72 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b)
75 # define PNGZ_INPUT_CAST(b) (b)
    [all...]

Completed in 102 milliseconds