Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTDStack.h48 SkASSERT(fCount <= kSlotCount); in push()
49 if (fCount == kSlotCount) in push()
96 fCount = kSlotCount; in pop()
106 kSlotCount = 8 enumerator
114 T fSlots[kSlotCount];