Searched refs:patchPreallocCount (Results 1 – 7 of 7) sorted by relevance
70 virtual int patchPreallocCount(int totalCombinedPathVerbCnt) const = 0;93 if (int patchPreallocCount = this->patchPreallocCount(totalCombinedPathVerbCnt)) { in prepare() local94 PatchWriter patchWriter(target, this, patchPreallocCount); in prepare()
32 int patchPreallocCount(int totalCombinedPathVerbCnt) const final;
30 int patchPreallocCount(int totalCombinedPathVerbCnt) const final;
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
134 int patchPreallocCount = fTessellator->patchPreallocCount(fPath.countVerbs()); in onPrepare() local136 patchPreallocCount += fPath.countVerbs() - 1; in onPrepare()138 PatchWriter patchWriter(flushState, fTessellator, patchPreallocCount); in onPrepare()
421 int patchPreallocCount = fFanBreadcrumbs.count() + in onPrepare() local422 fTessellator->patchPreallocCount(fPath.countVerbs()); in onPrepare()423 SkASSERT(patchPreallocCount); // Otherwise fTessellator should be null. in onPrepare()425 PatchWriter patchWriter(flushState, fTessellator, patchPreallocCount); in onPrepare()