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

/external/skia/samplecode/
H A DSampleCode.h80 class SkViewRegister : public SkRefCnt { class in inherits:SkRefCnt
82 explicit SkViewRegister(SkViewFactory*);
83 explicit SkViewRegister(SkViewCreateFunc);
84 explicit SkViewRegister(GMFactoryFunc);
86 ~SkViewRegister() {
90 static const SkViewRegister* Head() { return gHead; }
92 SkViewRegister* next() const { return fChain; }
97 SkViewRegister* fChain;
99 static SkViewRegister* gHead;
H A DSampleApp.cpp311 SkViewRegister* SkViewRegister::gHead;
312 SkViewRegister::SkViewRegister(SkViewFactory* fact) : fFact(fact) { function in class:SkViewRegister
318 SkViewRegister::SkViewRegister(SkViewCreateFunc func) { function in class:SkViewRegister
324 SkViewRegister::SkViewRegister(GMFactoryFunc func) { function in class:SkViewRegister
355 fRegisters.push_back() = new SkViewRegister(gmreg->factory());
699 const SkViewRegister* re
[all...]
/external/skia/src/gpu/
H A Dapp-android.cpp92 SkViewRegister* SkViewRegister::gHead;
93 SkViewRegister::SkViewRegister(SkViewFactory fact) : fFact(fact) { function in class:SkViewRegister
189 const SkViewRegister* reg = SkViewRegister::Head();

Completed in 162 milliseconds