Home
last modified time | relevance | path

Searched refs:FX_MEMSTREAM_Consecutive (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dextension.h94 #define FX_MEMSTREAM_Consecutive 0x01 macro
105 FX_MEMSTREAM_TakeOver | (bConsecutive ? FX_MEMSTREAM_Consecutive : 0); in CFX_MemoryStream()
115 FX_MEMSTREAM_Consecutive | (bTakeOver ? FX_MEMSTREAM_TakeOver : 0); in CFX_MemoryStream()
154 if (m_dwFlags & FX_MEMSTREAM_Consecutive) { in ReadBlock()
189 if (m_dwFlags & FX_MEMSTREAM_Consecutive) { in WriteBlock()
244 return m_dwFlags & FX_MEMSTREAM_Consecutive; in IsConsecutive()
247 if (m_dwFlags & FX_MEMSTREAM_Consecutive) { in EstimateSize()
264 if (!(m_dwFlags & FX_MEMSTREAM_Consecutive)) {
272 FX_MEMSTREAM_Consecutive | (bTakeOver ? FX_MEMSTREAM_TakeOver : 0);
275 if (!(m_dwFlags & FX_MEMSTREAM_Consecutive)) { in DetachBuffer()