Home
last modified time | relevance | path

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

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