Home
last modified time | relevance | path

Searched refs:PathDrawAllocator (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
DAtlasRenderTask.h65 using PathDrawAllocator = SkTBlockList<PathDrawList, 16>; variable
66 PathDrawAllocator fPathDrawAllocator{64, SkBlockAllocator::GrowthPolicy::kFibonacci};
70 void add(PathDrawAllocator* alloc, const SkMatrix& pathMatrix, const SkPath& path) { in add()