Searched refs:kPreallocCount (Results 1 – 2 of 2) sorted by relevance
57 static constexpr int kPreallocCount = 16;61 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)];
145 constexpr int kPreallocCount = 4; in TextLine() local146 AutoSTArray<kPreallocCount, SkUnicode::BidiLevel> runLevels(numRuns); in TextLine()163 AutoSTArray<kPreallocCount, int32_t> logicalOrder(numRuns); in TextLine()