Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:m_nCurPos

189   void SetPosition(FX_FILESIZE pos) { m_nCurPos = pos; }
195 FX_FILESIZE m_nCurPos;
200 m_nCurPos = 0;
215 return m_nCurPos >= GetSize();
219 return m_nCurPos;
230 m_nCurPos = offset + size;
241 if (m_nCurPos >= nSize)
243 FX_FILESIZE dwAvail = nSize - m_nCurPos;
246 if (m_pFS->ReadBlock(m_pFS->clientData, (FPDF_DWORD)m_nCurPos, buffer,
248 m_nCurPos += size;
263 m_nCurPos = offset + size;