Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngpriv.h488 # define png_constcast(type, value) const_cast<type>(value) macro
504 # define png_constcast(type, value) ((type)(png_ptruint)(const void*)(value)) macro

Completed in 7 milliseconds