AllocatePts
bool AllocatePts(int32 count);
if (!AllocatePts(count)) {
if (!AllocateOps(otherData->opCount) || !AllocatePts(otherData->ptCount))
if (!AllocateOps(1) || !AllocatePts(1))
if (!AllocatePts(1))
if (!AllocatePts(3))
if (!AllocatePts(3))
if (!fShape.AllocateOps(opCount) || !fShape.AllocatePts(ptCount))