Searched refs:pNewBuf (Results 1 – 1 of 1) sorted by relevance
140 FX_PATHPOINT* pNewBuf = FX_Alloc(FX_PATHPOINT, nPoints); in AllocPointCount() local142 FXSYS_memcpy32(pNewBuf, m_pPoints, m_PointCount * sizeof(FX_PATHPOINT)); in AllocPointCount()147 m_pPoints = pNewBuf; in AllocPointCount()