Searched refs:totalCombinedPathVerbCnt (Results 1 – 9 of 9) sorted by relevance
70 virtual int patchPreallocCount(int totalCombinedPathVerbCnt) const = 0;91 int totalCombinedPathVerbCnt, in prepare() argument93 if (int patchPreallocCount = this->patchPreallocCount(totalCombinedPathVerbCnt)) { in prepare()121 static int MaxCombinedFanEdgesInPathDrawList(int totalCombinedPathVerbCnt) { in MaxCombinedFanEdgesInPathDrawList() argument126 return totalCombinedPathVerbCnt; in MaxCombinedFanEdgesInPathDrawList()
28 int PathCurveTessellator::patchPreallocCount(int totalCombinedPathVerbCnt) const { in patchPreallocCount()30 int approxNumChops = (totalCombinedPathVerbCnt + 3) / 4; in patchPreallocCount()33 return totalCombinedPathVerbCnt + approxNumChops * 2; in patchPreallocCount()
32 int patchPreallocCount(int totalCombinedPathVerbCnt) const final;
30 int patchPreallocCount(int totalCombinedPathVerbCnt) const final;
129 int PathWedgeTessellator::patchPreallocCount(int totalCombinedPathVerbCnt) const { in patchPreallocCount()131 int maxWedges = MaxCombinedFanEdgesInPathDrawList(totalCombinedPathVerbCnt); in patchPreallocCount()
62 int totalCombinedPathVerbCnt, in Make() argument67 totalCombinedPathVerbCnt >= caps.minPathVerbsForHwTessellation() && in Make()
27 int totalCombinedPathVerbCnt,
81 int totalCombinedPathVerbCnt() const { return fTotalCombinedPathVerbCnt; } in totalCombinedPathVerbCnt() function
101 pathList->totalCombinedPathVerbCnt(), in onMakeClosed()