Searched defs:constcast (Results 1 - 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/libpng/contrib/tools/ | ||
| H A D | pngfix.c | 92 # define constcast(type, value) const_cast<type>(value) macro 99 # define constcast(type, value) ((type)(value)) macro |
Completed in 9 milliseconds