Lines Matching refs:nullptr
107 if (in == nullptr) {
116 png_structp pngHandle = png_create_read_struct(PNG_LIBPNG_VER_STRING, nullptr, nullptr, nullptr);
117 if (pngHandle == nullptr) {
122 if (infoHandle == nullptr) {
124 png_destroy_read_struct(&pngHandle, nullptr, nullptr);
131 png_get_IHDR(pngHandle, infoHandle, &w, &h, nullptr, nullptr, nullptr, nullptr, nullptr);
141 if (fp != nullptr) {