Searched refs:iDesiredSize (Results 1 – 2 of 2) sorted by relevance
455 FX_BOOL CFDE_CSSTextBuf::ExpandBuf(int32_t iDesiredSize) { in ExpandBuf() argument460 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()
46 FX_BOOL ExpandBuf(int32_t iDesiredSize);