Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
Dpngpriv.h487 # define png_voidcast(type, value) static_cast<type>(value) macro
494 # define png_voidcast(type, value) (value) macro