HomeSort by relevance Sort by last modified time
    Searched defs:SkTInternalLList (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkTInternalLList.h 28 * This macro creates the member variables required by the SkTInternalLList class. It should be
32 friend class SkTInternalLList<ClassName>; \
34 SkDEBUGCODE(SkPtrWrapper<SkTInternalLList<ClassName> > fList;) \
41 template <class T> class SkTInternalLList : SkNoncopyable {
43 SkTInternalLList()
188 T* init(const SkTInternalLList& list, IterStart startLoc) {
  /external/skia/include/core/
SkTInternalLList.h 28 * This macro creates the member variables required by the SkTInternalLList class. It should be
32 friend class SkTInternalLList<ClassName>; \
34 SkDEBUGCODE(SkPtrWrapper<SkTInternalLList<ClassName> > fList;) \
41 template <class T> class SkTInternalLList : SkNoncopyable {
43 SkTInternalLList()
188 T* init(const SkTInternalLList& list, IterStart startLoc) {

Completed in 71 milliseconds