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

  /external/libpng/
pngstruct.h 41 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b)
44 # define PNGZ_INPUT_CAST(b) (b)
pngwutil.c 521 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input);
962 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
    [all...]
pngrutil.c 496 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
    [all...]
  /external/pdfium/third_party/libpng16/
pngstruct.h 41 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b)
44 # define PNGZ_INPUT_CAST(b) (b)
pngwutil.c 521 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input);
962 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
    [all...]
pngrutil.c 495 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
    [all...]
  /external/skia/third_party/libpng/
pngstruct.h 41 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b)
44 # define PNGZ_INPUT_CAST(b) (b)
pngwutil.c 521 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input);
962 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
    [all...]
pngrutil.c 495 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input);
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 78 # define PNGZ_INPUT_CAST(b) constcast(png_bytep,b)
81 # define PNGZ_INPUT_CAST(b) (b)
    [all...]

Completed in 137 milliseconds