Home
last modified time | relevance | path

Searched defs:png_voidcast (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/lpng_v163/
Dpngpriv.h348 # define png_voidcast(type, value) static_cast<type>(value) macro
355 # define png_voidcast(type, value) (value) macro
/external/libpng/
Dpngpriv.h419 # define png_voidcast(type, value) static_cast<type>(value) macro
426 # define png_voidcast(type, value) (value) macro