HomeSort by relevance Sort by last modified time
    Searched refs:fRecords (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkRecord.h 53 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 pointers smarte
    [all...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.h 184 // Used to protect access to fRecords and ensure only one thread is
191 SkTLList<DiffRecord> fRecords;
SkDiffContext.cpp 113 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 1886 milliseconds