Home | History | Annotate | Download | only in jbig2

Lines Matching refs:dwHeight

218   FX_DWORD dwHeight = pdfium::base::checked_cast<FX_DWORD>(m_nHeight);
227 // The result of dwHeight * dwStride doesn't overflow after the
229 // The same as the result of (dwH - dwHeight) * dwStride) because
230 // dwH - dwHeight is always less than dwH(h) which is checked in
232 JBIG2_memset(m_pData + dwHeight * dwStride, v ? 0xff : 0,
233 (dwH - dwHeight) * dwStride);