Searched refs:kMaxLoopingColorCount (Results 1 – 1 of 1) sorted by relevance
243 static constexpr int kMaxLoopingColorCount = 128; variable244 static constexpr int kMaxLoopingIntervalCount = kMaxLoopingColorCount / 2;403 if (count > kMaxLoopingColorCount) { in make_looping_binary_colorizer()504 int binaryColorizerLimit = caps->nonconstantArrayIndexSupport() ? kMaxLoopingColorCount in make_colorizer()