Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStackDevice.h57 static constexpr int kPreallocCount = 16;
61 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)];
/external/skia/modules/skparagraph/src/
DTextLine.cpp145 constexpr int kPreallocCount = 4; in TextLine() local
146 AutoSTArray<kPreallocCount, SkUnicode::BidiLevel> runLevels(numRuns); in TextLine()
163 AutoSTArray<kPreallocCount, int32_t> logicalOrder(numRuns); in TextLine()