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

  /external/libpng/
pngpriv.h 419 # define png_voidcast(type, value) static_cast<type>(value) macro
426 # define png_voidcast(type, value) (value) macro
    [all...]
  /external/opencv3/3rdparty/libpng/
pngpriv.h 283 # define png_voidcast(type, value) static_cast<type>(value) macro
285 # define png_voidcast(type, value) (value) macro
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngpriv.h 348 # define png_voidcast(type, value) static_cast<type>(value) macro
355 # define png_voidcast(type, value) (value) macro
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 283 # define png_voidcast(type, value) static_cast<type>(value) macro
285 # define png_voidcast(type, value) (value) macro
    [all...]

Completed in 85 milliseconds