HomeSort by relevance Sort by last modified time
    Searched defs:PNGZ_MSG_CAST (Results 1 - 2 of 2) sorted by null

  /external/libpng/
pngstruct.h 41 # define PNGZ_MSG_CAST(s) png_constcast(char*,s)
44 # define PNGZ_MSG_CAST(s) (s)
  /external/libpng/contrib/tools/
pngfix.c 71 # define PNGZ_MSG_CAST(s) png_constcast(char*,s)
74 # define PNGZ_MSG_CAST(s) (s)
    [all...]

Completed in 45 milliseconds