Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp258 static const int kMaxStackDepth = 12; member in GraphicStackState
259 GraphicStateEntry fEntries[kMaxStackDepth + 1];
271 SkASSERT(fStackDepth < kMaxStackDepth); in push()