Home
last modified time | relevance | path

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

/external/libpng/
Dpngpriv.h420 # define png_constcast(type, value) const_cast<type>(value) macro
427 # define png_constcast(type, value) ((type)(value)) macro
/external/pdfium/third_party/lpng_v163/
Dpngpriv.h349 # define png_constcast(type, value) const_cast<type>(value) macro
356 # define png_constcast(type, value) ((type)(value)) macro