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

  /external/skia/samplecode/
SampleCode.h 50 typedef SkView* (*SkViewCreateFunc)();
52 // wraps SkViewCreateFunc in SkViewFactory interface
55 SkFuncViewFactory(SkViewCreateFunc func);
59 SkViewCreateFunc fCreateFunc;
83 explicit SkViewRegister(SkViewCreateFunc);
SampleApp.cpp 360 SkFuncViewFactory::SkFuncViewFactory(SkViewCreateFunc func)
387 SkViewRegister::SkViewRegister(SkViewCreateFunc func) {
    [all...]

Completed in 57 milliseconds