Home
last modified time | relevance | path

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

/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);
/external/pdfium/core/fxcrt/
Dcfx_widetextbuf.cpp14 ExpandBuf(sizeof(wchar_t)); in AppendChar()
33 ExpandBuf(len * sizeof(wchar_t)); in operator <<()
45 ExpandBuf(len * sizeof(wchar_t)); in operator <<()
Dcfx_binarybuf.cpp43 ExpandBuf(size - m_DataSize); in EstimateSize()
46 void CFX_BinaryBuf::ExpandBuf(size_t add_size) { in ExpandBuf() function in CFX_BinaryBuf
67 ExpandBuf(size); in AppendBlock()
Dcfx_binarybuf.h34 ExpandBuf(1); in AppendByte()
44 void ExpandBuf(size_t size);