Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp67 ExpandBuf(size - m_DataSize); in EstimateSize()
69 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) in ExpandBuf() function in CFX_BinaryBuf
101 ExpandBuf(size - m_DataSize); in CopyData()
111 ExpandBuf(size); in AppendBlock()
119 ExpandBuf(size); in InsertBlock()
131 ExpandBuf(count); in AppendFill()
180 ExpandBuf(sizeof(FX_WCHAR)); in AppendChar()
202 ExpandBuf(len * sizeof(FX_WCHAR)); in operator <<()
217 ExpandBuf(len * sizeof(FX_WCHAR)); in operator <<()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h54 ExpandBuf(1); in AppendByte()
92 void ExpandBuf(FX_STRSIZE size);