Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleCode.h76 typedef skiagm::GM* (*GMFactoryFunc)(void*); typedef
83 SkGMSampleViewFactory(GMFactoryFunc func);
86 GMFactoryFunc fFunc;
93 explicit SkViewRegister(GMFactoryFunc);
DSampleCode.cpp92 SkGMSampleViewFactory::SkGMSampleViewFactory(GMFactoryFunc func) in SkGMSampleViewFactory()
108 SkViewRegister::SkViewRegister(GMFactoryFunc func) { in SkViewRegister()