Searched defs:SkTInternalSList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkTInternalSList.h14 * This macro creates the methods required by the SkTInternalSList class.
16 * into an SkTInternalSList.
23 * It also makes SkTInternalSList<ClassName> a friend to give it access to the
33 friend class SkTInternalSList<ClassName>
38 * SkTInternalSList.
40 * into an SkTInternalSList.
54 template<typename T> class SkTInternalSList { class
56 SkTInternalSList() : fHead(NULL), fCount(0) {} function in class:SkTInternalSList
74 void pushAll(SkTInternalSList<T>* other) {
115 void swap(SkTInternalSList<
[all...]
/external/skia/src/core/
H A DSkTInternalSList.h14 * This macro creates the methods required by the SkTInternalSList class.
16 * into an SkTInternalSList.
23 * It also makes SkTInternalSList<ClassName> a friend to give it access to the
33 friend class SkTInternalSList<ClassName>
38 * SkTInternalSList.
40 * into an SkTInternalSList.
54 template<typename T> class SkTInternalSList { class
56 SkTInternalSList() : fHead(NULL), fCount(0) {} function in class:SkTInternalSList
74 void pushAll(SkTInternalSList<T>* other) {
115 void swap(SkTInternalSList<
[all...]

Completed in 257 milliseconds