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

/external/chromium_org/third_party/skia/include/core/
H A DSkTDStack.h46 return &fRec->fSlots[fCount++];
53 return fRec->fSlots[fCount - idx - 1];
58 return fRec->fSlots[fCount - idx - 1];
63 return fRec->fSlots[fCount - 1];
68 return fRec->fSlots[fCount - 1];
73 *elem = fRec->fSlots[fCount - 1];
103 T fSlots[kSlotCount]; member in struct:SkTDStack::Rec
/external/skia/include/core/
H A DSkTDStack.h46 return &fRec->fSlots[fCount++];
53 return fRec->fSlots[fCount - idx - 1];
58 return fRec->fSlots[fCount - idx - 1];
63 return fRec->fSlots[fCount - 1];
68 return fRec->fSlots[fCount - 1];
73 *elem = fRec->fSlots[fCount - 1];
103 T fSlots[kSlotCount]; member in struct:SkTDStack::Rec

Completed in 292 milliseconds