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

  /external/skia/include/core/
SkTRegistry.h 23 explicit SkTRegistry(T fact) : fFact(fact) {
43 const Factory& factory() const { return fFact; }
46 Factory fFact;
  /external/skia/samplecode/
SampleCode.h 87 fFact->unref();
93 const SkViewFactory* factory() const { return fFact; }
96 SkViewFactory* fFact;
SampleApp.cpp 381 SkViewRegister::SkViewRegister(SkViewFactory* fact) : fFact(fact) {
382 fFact->ref();
388 fFact = new SkFuncViewFactory(func);
394 fFact = new SkGMSampleViewFactory(func);
    [all...]

Completed in 43 milliseconds