Searched refs:m_nOffset (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dextension.h31 CFX_CRTFileStream(IFXCRT_FileAccess* pFA, IFX_Allocator* pAllocator) : m_pAllocator(pAllocator), m_pFile(pFA), m_dwCount(1), m_bUseRange(FALSE), m_nOffset(0), m_nSize(0) {}
66 pos -= m_nOffset;
75 m_nOffset = offset, m_nSize = size;
77 m_pFile->SetPosition(m_nOffset);
90 offset += m_nOffset;
97 FX_FILESIZE availSize = m_nOffset + m_nSize - m_pFile->GetPosition();
107 offset += m_nOffset;
119 FX_FILESIZE m_nOffset; member in class:CFX_CRTFileStream
191 pos -= (FX_FILESIZE)m_nOffset;
200 m_nOffset
363 size_t m_nOffset; member in class:CFX_MemoryStream
[all...]
H A Dfx_xml_parser.cpp50 m_nOffset = 0;
125 m_nOffset = m_nBufferOffset + (FX_FILESIZE)m_dwIndex;
133 m_nOffset = m_nBufferOffset + (FX_FILESIZE)m_dwIndex;
141 m_nOffset = m_nBufferOffset + (FX_FILESIZE)m_dwIndex;
160 m_nOffset = m_nBufferOffset + (FX_FILESIZE)m_dwIndex;
169 m_nOffset = m_nBufferOffset + (FX_FILESIZE)m_dwIndex;
185 m_nOffset = m_nBufferOffset + (FX_FILESIZE)m_dwIndex;
195 m_nOffset = m_nBufferOffset + (FX_FILESIZE)m_dwBufferSize;
201 m_nOffset = m_nBufferOffset + (FX_FILESIZE)m_dwIndex;
279 m_nOffset
[all...]
H A Dxml_int.h154 FX_FILESIZE m_nOffset; member in class:CXML_Parser

Completed in 82 milliseconds