Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_csssyntax.cpp455 FX_BOOL CFDE_CSSTextBuf::ExpandBuf(int32_t iDesiredSize) { in ExpandBuf() argument
460 m_pBuffer = FX_Alloc(FX_WCHAR, iDesiredSize); in ExpandBuf()
461 } else if (m_iBufLen != iDesiredSize) { in ExpandBuf()
462 m_pBuffer = FX_Realloc(FX_WCHAR, m_pBuffer, iDesiredSize); in ExpandBuf()
470 m_iBufLen = iDesiredSize; in ExpandBuf()
Dfde_csssyntax.h46 FX_BOOL ExpandBuf(int32_t iDesiredSize);