Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
H A Dpngpriv.h507 # define png_constcast(type, value) const_cast<type>(value) macro
523 # define png_constcast(type, value) ((type)(png_ptruint)(const void*)(value)) macro

Completed in 4 milliseconds