Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
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
/third_party/flutter/skia/third_party/externals/libpng/
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
/third_party/libpng/
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