Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathHeap.cpp14 #define kPathCount 64 macro
16 SkPathHeap::SkPathHeap() : fHeap(kPathCount * sizeof(SkPath)) { in SkPathHeap()
20 : fHeap(kPathCount * sizeof(SkPath)) { in SkPathHeap()