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

/external/skia/samplecode/
H A DSampleCode.h45 class SkViewFactory : public SkRefCnt { class in inherits:SkRefCnt
52 // wraps SkViewCreateFunc in SkViewFactory interface
53 class SkFuncViewFactory : public SkViewFactory {
69 // Takes a GM factory function and implements the SkViewFactory interface
72 class SkGMSampleViewFactory : public SkViewFactory {
82 explicit SkViewRegister(SkViewFactory*);
93 const SkViewFactory* factory() const { return fFact; }
96 SkViewFactory* fFact;

Completed in 132 milliseconds