Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_basic_buffer.cpp50 ExpandBuf(size - m_DataSize); in EstimateSize()
53 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) { in ExpandBuf() function in CFX_BinaryBuf
73 ExpandBuf(size); in AppendBlock()
88 ExpandBuf(size); in InsertBlock()
131 ExpandBuf(sizeof(FX_WCHAR)); in AppendChar()
150 ExpandBuf(len * sizeof(FX_WCHAR)); in operator <<()
162 ExpandBuf(len * sizeof(FX_WCHAR)); in operator <<()
Dfx_basic.h40 ExpandBuf(1); in AppendByte()
51 void ExpandBuf(FX_STRSIZE size);
/external/pdfium/xfa/fde/css/
Dcfde_csstextbuf.cpp41 return ExpandBuf(iAllocSize); in EstimateSize()
52 if (!ExpandBuf(iMaxChars)) in LoadFromStream()
62 bool CFDE_CSSTextBuf::ExpandBuf(int32_t iDesiredSize) { in ExpandBuf() function in CFDE_CSSTextBuf
Dcfde_csstextbuf.h27 if (m_iDatLen >= m_iBufLen && !ExpandBuf(m_iBufLen * 2)) in AppendChar()
58 bool ExpandBuf(int32_t iDesiredSize);