Searched refs:kPreallocCount (Results 1 – 3 of 3) sorted by relevance
40 kPreallocCount = 16 // empirically determined, adjust as needed to reduce mallocs enumerator42 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)];
41 kPreallocCount = 16 // empirically determined, adjust as needed to reduce mallocs enumerator43 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)];
136 constexpr int kPreallocCount = 4; in TextLine() local137 SkAutoSTArray<kPreallocCount, SkUnicode::BidiLevel> runLevels(numRuns); in TextLine()147 SkAutoSTArray<kPreallocCount, int32_t> logicalOrder(numRuns); in TextLine()