Searched refs:fRecords (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkRecord.h53 return fRecords[i].visit<R>(fTypes[i], f);
63 return fRecords[i].mutate<R>(fTypes[i], f);
81 fRecords.realloc(fReserved);
86 return fRecords[fCount++].set(this->allocCommand<T>());
100 return fRecords[i].set(this->allocCommand<T>());
111 SkASSERT(proofOfAdoption == fRecords[i].ptr<Existing>());
114 return fRecords[i].set(this->allocCommand<T>());
123 // fRecords: [*][*][*]...
132 // In the scheme above, the pointers in fRecords are void*: they have no type. The type is not
135 // 1) use inheritance, virtuals, and vtables to make the fRecords pointer
230 SkAutoTMalloc<Record> fRecords; member in class:SkRecord
[all...]
/external/skia/src/core/
H A DSkRecord.h50 return fRecords[i].visit<R>(fTypes[i], f);
60 return fRecords[i].mutate<R>(fTypes[i], f);
77 fRecords.realloc(fReserved);
82 return fRecords[fCount++].set(this->allocCommand<T>());
96 return fRecords[i].set(this->allocCommand<T>());
107 SkASSERT(proofOfAdoption == fRecords[i].ptr<Existing>());
110 return fRecords[i].set(this->allocCommand<T>());
119 // fRecords: [*][*][*]...
128 // In the scheme above, the pointers in fRecords are void*: they have no type. The type is not
131 // 1) use inheritance, virtuals, and vtables to make the fRecords pointer
226 SkAutoTMalloc<Record> fRecords; member in class:SkRecord
[all...]
/external/skia/tools/skpdiff/
H A DSkDiffContext.h127 // Used to protect access to fRecords and ensure only one thread is
134 SkTLList<DiffRecord> fRecords; member in class:SkDiffContext
H A DSkDiffContext.cpp83 DiffRecord* newRecord = fRecords.addToHead(DiffRecord());
224 SkTLList<DiffRecord>::Iter iter(fRecords, SkTLList<DiffRecord>::Iter::kHead_IterStart);
307 SkTLList<DiffRecord>::Iter iter(fRecords, SkTLList<DiffRecord>::Iter::kHead_IterStart);
328 SkTLList<DiffRecord>::Iter iter2(fRecords, SkTLList<DiffRecord>::Iter::kHead_IterStart);
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDiffContext.h184 // Used to protect access to fRecords and ensure only one thread is
191 SkTLList<DiffRecord> fRecords; member in class:SkDiffContext
H A DSkDiffContext.cpp113 DiffRecord* newRecord = fRecords.addToHead(DiffRecord());
296 SkTLList<DiffRecord>::Iter iter(fRecords, SkTLList<DiffRecord>::Iter::kHead_IterStart);
408 SkTLList<DiffRecord>::Iter iter(fRecords, SkTLList<DiffRecord>::Iter::kHead_IterStart);
429 SkTLList<DiffRecord>::Iter iter2(fRecords, SkTLList<DiffRecord>::Iter::kHead_IterStart);

Completed in 179 milliseconds