Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkClipStackDevice.h40 kPreallocCount = 16 // empirically determined, adjust as needed to reduce mallocs enumerator
42 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)];
/third_party/skia/src/core/
DSkClipStackDevice.h41 kPreallocCount = 16 // empirically determined, adjust as needed to reduce mallocs enumerator
43 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)];
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp136 constexpr int kPreallocCount = 4; in TextLine() local
137 SkAutoSTArray<kPreallocCount, SkUnicode::BidiLevel> runLevels(numRuns); in TextLine()
147 SkAutoSTArray<kPreallocCount, int32_t> logicalOrder(numRuns); in TextLine()