Searched refs:kMaxStackDepth (Results 1 – 5 of 5) sorted by relevance
182 static constexpr int kMaxStackDepth = 2; member183 SkPDFDevice::GraphicStateEntry fEntries[kMaxStackDepth + 1];
191 SkASSERT(fStackDepth < kMaxStackDepth); in push()
186 static constexpr int kMaxStackDepth = 2; member187 SkPDFDevice::GraphicStateEntry fEntries[kMaxStackDepth + 1];
506 const int kMaxStackDepth = 8; in HasOverflowed() local507 return parent_->stack_depth_ >= kMaxStackDepth; in HasOverflowed()