Home
last modified time | relevance | path

Searched refs:kPreallocCount (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkClipStackDevice.h44 kPreallocCount = 16 // empirically determined, adjust as needed to reduce mallocs enumerator
46 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)];
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp172 constexpr int kPreallocCount = 4; local
173 SkAutoSTArray<kPreallocCount, SkUnicode::BidiLevel> runLevels(numRuns);
190 SkAutoSTArray<kPreallocCount, int32_t> logicalOrder(numRuns);

Completed in 4 milliseconds