Searched refs:nReallocLength (Results 1 – 1 of 1) sorted by relevance
185 sal_Int32 nReallocLength = nReservePointCount; in lcl_addPointToPoly() local186 if( nNewResultPointCount > nReallocLength ) in lcl_addPointToPoly()188 nReallocLength = nNewResultPointCount; in lcl_addPointToPoly()191 pOuterSequenceX->realloc(nReallocLength); in lcl_addPointToPoly()192 pOuterSequenceY->realloc(nReallocLength); in lcl_addPointToPoly()193 pOuterSequenceZ->realloc(nReallocLength); in lcl_addPointToPoly()