Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTDStack.h57 return &fRec->fSlots[fCount++]; in push()
63 return fRec->fSlots[fCount - idx - 1]; in index()
68 return fRec->fSlots[fCount - idx - 1]; in index()
73 return fRec->fSlots[fCount - 1]; in top()
78 return fRec->fSlots[fCount - 1]; in top()
83 *elem = fRec->fSlots[fCount - 1]; in pop()
114 T fSlots[kSlotCount]; member