Searched refs:needByteCount (Results 1 – 1 of 1) sorted by relevance
806 uint64_t needByteCount = static_cast<uint64_t>(pngStructPtr_->width) * sizeof(*oldRow); in SaveInterlacedRows() local807 if (mollocByteCount < needByteCount) { in SaveInterlacedRows()809 … static_cast<unsigned long long>(mollocByteCount), static_cast<unsigned long long>(needByteCount)); in SaveInterlacedRows()