Home
last modified time | relevance | path

Searched defs:totalCombinedPathVerbCnt (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/tessellate/
DFixedCountBufferUtils.h39 static constexpr int PreallocCount(int totalCombinedPathVerbCnt) { in PreallocCount()
77 static constexpr int PreallocCount(int totalCombinedPathVerbCnt) { in PreallocCount()
119 static constexpr int PreallocCount(int totalCombinedPathVerbCnt) { in PreallocCount()
/external/skia/src/gpu/ganesh/tessellate/
DPathTessellator.cpp161 int totalCombinedPathVerbCnt) { in prepareWithTriangles()
247 int totalCombinedPathVerbCnt) { in prepare()
DPathTessellator.h110 int totalCombinedPathVerbCnt) final { in prepare()
/external/skia/src/gpu/ganesh/ops/
DAtlasRenderTask.h82 int totalCombinedPathVerbCnt() const { return fTotalCombinedPathVerbCnt; } in totalCombinedPathVerbCnt() function