Searched defs:fFact (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/
H A DRegistry.h23 explicit Registry(T fact) : fFact(fact) {
43 const Factory& factory() const { return fFact; }
46 Factory fFact; member in class:sk_tools::Registry
/external/skia/samplecode/
H A DSampleCode.h96 fFact->unref();
102 const SkViewFactory* factory() const { return fFact; }
105 SkViewFactory* fFact; member in class:SkViewRegister

Completed in 100 milliseconds