Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_blockbuffer.h28 size_t GetDataLength() const { return m_DataLength; } in GetDataLength()
29 void IncrementDataLength() { m_DataLength++; } in IncrementDataLength()
30 bool IsEmpty() const { return m_DataLength == 0; } in IsEmpty()
35 m_DataLength = 0; in Reset()
46 size_t m_DataLength; variable
Dcfx_blockbuffer.cpp19 : m_DataLength(0), m_BufferSize(0), m_StartPosition(0) {} in CFX_BlockBuffer()
31 size_t realIndex = m_StartPosition + m_DataLength; in GetAvailableBlock()
59 m_DataLength = std::max(m_DataLength, index + 1); in SetTextChar()
66 if (count >= m_DataLength) { in DeleteTextChars()
70 m_DataLength -= count; in DeleteTextChars()