Home
last modified time | relevance | path

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

/external/libpng/
Dpngpriv.h384 # define png_constcast(type, value) const_cast<type>(value) macro
391 # define png_constcast(type, value) ((type)(value)) macro
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpngpriv.h355 # define png_constcast(type, value) const_cast<type>(value) macro
362 # define png_constcast(type, value) ((type)(value)) macro