Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_widetextbuf.cpp14 ExpandBuf(sizeof(wchar_t)); in AppendChar()
20 ExpandBuf(ascii.GetLength() * sizeof(wchar_t)); in operator <<()
42 ExpandBuf(len * sizeof(wchar_t)); in operator <<()
54 ExpandBuf(len * sizeof(wchar_t)); in operator <<()
Dcfx_binarybuf.cpp51 ExpandBuf(size - m_DataSize); in EstimateSize()
54 void CFX_BinaryBuf::ExpandBuf(size_t add_size) { in ExpandBuf() function in CFX_BinaryBuf
79 ExpandBuf(size); in AppendBlock()
Dcfx_binarybuf.h39 ExpandBuf(1); in AppendByte()
49 void ExpandBuf(size_t size);
/external/pdfium/core/fxcrt/css/
Dcfx_csstextbuf.cpp21 ExpandBuf(iAllocSize); in InitWithSize()
26 ExpandBuf(m_iBufLen * 2); in AppendChar()
38 void CFX_CSSTextBuf::ExpandBuf(int32_t iDesiredSize) { in ExpandBuf() function in CFX_CSSTextBuf
Dcfx_csstextbuf.h28 void ExpandBuf(int32_t iDesiredSize);