HomeSort by relevance Sort by last modified time
    Searched refs:dwAvail (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 301 uint32_t dwAvail = pJpegModule->GetAvailInput(m_pJpegContext.get(), nullptr);
302 if (dwAvail == m_SrcSize) {
306 m_SrcSize = (dwSize + dwAvail + FXCODEC_BLOCK_SIZE - 1) /
314 uint32_t dwConsume = m_SrcSize - dwAvail;
315 if (dwAvail) {
316 memmove(m_pSrcBuf, m_pSrcBuf + dwConsume, dwAvail);
322 if (!m_pFile->ReadBlock(m_pSrcBuf + dwAvail, m_offSet, dwSize)) {
327 pJpegModule->Input(m_pJpegContext.get(), m_pSrcBuf, dwSize + dwAvail);
563 uint32_t dwAvail = pGifModule->GetAvailInput(m_pGifContext.get(), nullptr);
564 if (dwAvail == m_SrcSize)
    [all...]
  /external/pdfium/fpdfsdk/
fpdfview.cpp 243 FX_FILESIZE dwAvail = nSize - m_nCurPos;
244 if (dwAvail < (FX_FILESIZE)size)
245 size = static_cast<size_t>(dwAvail);
    [all...]

Completed in 115 milliseconds