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

  /external/pdfium/core/src/fxcrt/
extension.h 31 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;
191 pos -= (FX_FILESIZE)m_nOffset;
200 m_nOffset = (size_t)offset, m_nSize = (size_t)size;
    [all...]
fx_xml_parser.cpp 50 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 = m_nBufferOffset + (FX_FILESIZE)m_dwIndex;
    [all...]
xml_int.h 154 FX_FILESIZE m_nOffset;

Completed in 452 milliseconds