Searched refs:patchPreallocCount (Results 1 – 1 of 1) sorted by relevance
174 int patchPreallocCount = FixedCountCurves::PreallocCount(totalCombinedPathVerbCnt) + in prepareWithTriangles() local178 int patchPreallocCount = FixedCountCurves::PreallocCount(totalCombinedPathVerbCnt); in prepareWithTriangles()182 if (patchPreallocCount) { in prepareWithTriangles()184 CurveWriter writer{fAttribs, &worstCase, target, &fVertexChunkArray, patchPreallocCount}; in prepareWithTriangles()259 if (int patchPreallocCount = FixedCountWedges::PreallocCount(totalCombinedPathVerbCnt)) { in prepare() local261 WedgeWriter writer{fAttribs, &worstCase, target, &fVertexChunkArray, patchPreallocCount}; in prepare()