Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp69 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) in ExpandBuf() argument
71 FX_STRSIZE new_size = add_size + m_DataSize; in ExpandBuf()