Searched refs:pNewBuf (Results 1 – 1 of 1) sorted by relevance
132 FX_PATHPOINT* pNewBuf = FX_Alloc(FX_PATHPOINT, nPoints); in AllocPointCount() local134 FXSYS_memcpy(pNewBuf, m_pPoints, m_PointCount * sizeof(FX_PATHPOINT)); in AllocPointCount()137 m_pPoints = pNewBuf; in AllocPointCount()