Home
last modified time | relevance | path

Searched refs:SkViewCreateFunc (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleCode.h59 typedef SkView* (*SkViewCreateFunc)(); typedef
64 SkFuncViewFactory(SkViewCreateFunc func);
68 SkViewCreateFunc fCreateFunc;
92 explicit SkViewRegister(SkViewCreateFunc);
DSampleCode.cpp82 SkFuncViewFactory::SkFuncViewFactory(SkViewCreateFunc func) in SkFuncViewFactory()
102 SkViewRegister::SkViewRegister(SkViewCreateFunc func) { in SkViewRegister()