Searched refs:patchPreallocCount (Results 1 – 1 of 1) sorted by relevance
163 int patchPreallocCount = FixedCountCurves::PreallocCount(totalCombinedPathVerbCnt) + in prepareWithTriangles() local167 int patchPreallocCount = FixedCountCurves::PreallocCount(totalCombinedPathVerbCnt); in prepareWithTriangles()171 if (patchPreallocCount) { in prepareWithTriangles()173 CurveWriter writer{fAttribs, &worstCase, target, &fVertexChunkArray, patchPreallocCount}; in prepareWithTriangles()248 if (int patchPreallocCount = FixedCountWedges::PreallocCount(totalCombinedPathVerbCnt)) { in prepare() local250 WedgeWriter writer{fAttribs, &worstCase, target, &fVertexChunkArray, patchPreallocCount}; in prepare()