Lines Matching defs:m_nCurPos
192 void SetPosition(FX_FILESIZE pos) { m_nCurPos = pos; }
198 FX_FILESIZE m_nCurPos;
203 m_nCurPos = 0;
218 return m_nCurPos >= GetSize();
222 return m_nCurPos;
233 m_nCurPos = offset + size;
244 if (m_nCurPos >= nSize)
246 FX_FILESIZE dwAvail = nSize - m_nCurPos;
249 if (m_pFS->ReadBlock(m_pFS->clientData, (FPDF_DWORD)m_nCurPos, buffer,
251 m_nCurPos += size;
266 m_nCurPos = offset + size;