Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleCode.h50 typedef SkView* (*SkViewCreateFunc)(); typedef
55 SkFuncViewFactory(SkViewCreateFunc func);
59 SkViewCreateFunc fCreateFunc;
83 explicit SkViewRegister(SkViewCreateFunc);
DSampleApp.cpp377 SkFuncViewFactory::SkFuncViewFactory(SkViewCreateFunc func) in SkFuncViewFactory()
404 SkViewRegister::SkViewRegister(SkViewCreateFunc func) { in SkViewRegister()