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

/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
/external/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h128 return &fRec->fSlots[fCount++];
141 return fRec->fSlots[fCount - 1];
149 return fRec->fSlots[fCount - 1];
157 *elem = fRec->fSlots[fCount - 1];
192 T fSlots[kSlotCount]; member in struct:SkTDStackNester::Rec
/external/skia/src/core/
H A DSkTHash.h62 Slot& s = fSlots[index];
82 Slot& s = fSlots[index];
99 if (!fSlots[i].empty() && !fSlots[i].removed()) {
100 fn(&fSlots[i].val);
109 if (!fSlots[i].empty() && !fSlots[i].removed()) {
110 fn(fSlots[i].val);
121 Slot& s = fSlots[index];
151 oldSlots.swap(fSlots);
186 SkAutoTArray<Slot> fSlots; member in class:SkTHashTable
[all...]

Completed in 1477 milliseconds