Home
last modified time | relevance | path

Searched refs:png_struct_guard (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dpng_reader.cpp52 struct png_struct_guard { struct
53 png_struct_guard(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr) in png_struct_guard() function
57 ~png_struct_guard() { in ~png_struct_guard() argument
86 png_struct_guard sguard(&png_ptr, &info_ptr); in decodePNG()