Searched defs:patchPreallocCount (Results 1 – 6 of 6) sorted by relevance
174 int patchPreallocCount = FixedCountCurves::PreallocCount(totalCombinedPathVerbCnt) + in prepareWithTriangles() local259 if (int patchPreallocCount = FixedCountWedges::PreallocCount(totalCombinedPathVerbCnt)) { in prepare() local
93 if (int patchPreallocCount = this->patchPreallocCount(totalCombinedPathVerbCnt)) { in prepare() local
28 int PathCurveTessellator::patchPreallocCount(int totalCombinedPathVerbCnt) const { in patchPreallocCount() function in skgpu::PathCurveTessellator
129 int PathWedgeTessellator::patchPreallocCount(int totalCombinedPathVerbCnt) const { in patchPreallocCount() function in skgpu::PathWedgeTessellator
422 int patchPreallocCount = fFanBreadcrumbs.count() + in onPrepare() local
134 int patchPreallocCount = fTessellator->patchPreallocCount(fPath.countVerbs()); in onPrepare() local