Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp52 ExpandBuf(size - m_DataSize); in EstimateSize()
54 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) { in ExpandBuf() function in CFX_BinaryBuf
84 ExpandBuf(size - m_DataSize); in CopyData()
93 ExpandBuf(size); in AppendBlock()
102 ExpandBuf(size); in InsertBlock()
113 ExpandBuf(count); in AppendFill()
154 ExpandBuf(sizeof(FX_WCHAR)); in AppendChar()
173 ExpandBuf(len * sizeof(FX_WCHAR)); in operator <<()
187 ExpandBuf(len * sizeof(FX_WCHAR)); in operator <<()
/external/pdfium/xfa/src/fdp/src/css/
Dfde_csssyntax.h20 if (m_iDatLen >= m_iBufLen && !ExpandBuf(m_iBufLen * 2)) { in AppendChar()
46 FX_BOOL ExpandBuf(int32_t iDesiredSize);
Dfde_csssyntax.cpp435 return ExpandBuf(iAllocSize); in EstimateSize()
444 if (!ExpandBuf(iMaxChars)) { in LoadFromStream()
455 FX_BOOL CFDE_CSSTextBuf::ExpandBuf(int32_t iDesiredSize) { in ExpandBuf() function in CFDE_CSSTextBuf
/external/pdfium/core/include/fxcrt/
Dfx_basic.h53 ExpandBuf(1); in AppendByte()
85 void ExpandBuf(FX_STRSIZE size);