Searched refs:maxEdgePtrSize (Results 1 – 1 of 1) sorted by relevance
157 size_t maxEdgePtrSize = maxEdgeCount * sizeof(SkEdge*); in buildPoly() local160 char* storage = (char*)fAlloc.allocThrow(maxEdgeSize + maxEdgePtrSize); in buildPoly()