HomeSort by relevance Sort by last modified time
    Searched refs:SkViewCreateFunc (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
SampleCode.h 59 typedef SkView* (*SkViewCreateFunc)();
61 // wraps SkViewCreateFunc in SkViewFactory interface
64 SkFuncViewFactory(SkViewCreateFunc func);
68 SkViewCreateFunc fCreateFunc;
92 explicit SkViewRegister(SkViewCreateFunc);
SampleCode.cpp 82 SkFuncViewFactory::SkFuncViewFactory(SkViewCreateFunc func)
102 SkViewRegister::SkViewRegister(SkViewCreateFunc func) {

Completed in 50 milliseconds