Searched refs:estimatedDecodedImageSize (Results 1 – 1 of 1) sorted by relevance
296 size_t estimatedDecodedImageSize = s.width() * s.height() * 4; // no overflow check in data() local297 …if (m_image->isNull() || (maxDecodedImageSize > 0 && estimatedDecodedImageSize > maxDecodedImageSi… in data()