Searched refs:PathDrawAllocator (Results 1 – 1 of 1) sorted by relevance
65 using PathDrawAllocator = SkTBlockList<PathDrawList, 16>; variable66 PathDrawAllocator fPathDrawAllocator{64, SkBlockAllocator::GrowthPolicy::kFibonacci};70 void add(PathDrawAllocator* alloc, const SkMatrix& pathMatrix, const SkPath& path) { in add()