Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/tessellate/
H A DFixedCountBufferUtils.h43 static constexpr int PreallocCount(int totalCombinedPathVerbCnt) { in PreallocCount()
81 static constexpr int PreallocCount(int totalCombinedPathVerbCnt) { in PreallocCount()
123 static constexpr int PreallocCount(int totalCombinedPathVerbCnt) { in PreallocCount()
/aosp_15_r20/external/skia/src/gpu/ganesh/tessellate/
H A DPathTessellator.cpp172 int totalCombinedPathVerbCnt) { in prepareWithTriangles()
258 int totalCombinedPathVerbCnt) { in prepare()
H A DPathTessellator.h114 int totalCombinedPathVerbCnt) final { in prepare()
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DAtlasRenderTask.h102 int totalCombinedPathVerbCnt() const { return fTotalCombinedPathVerbCnt; } in totalCombinedPathVerbCnt() function