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

/external/skia/include/core/
H A DSkTRegistry.h19 template <typename T> class SkTRegistry : SkNoncopyable { class in inherits:SkNoncopyable
23 explicit SkTRegistry(T fact) : fFact(fact) { function in class:SkTRegistry
27 SkTRegistry* reg = gHead;
40 static const SkTRegistry* Head() { return gHead; }
42 const SkTRegistry* next() const { return fChain; }
47 SkTRegistry* fChain;
49 static SkTRegistry* gHead;
53 template <typename T> SkTRegistry<T>* SkTRegistry<T>::gHead;

Completed in 134 milliseconds