Searched refs:SkViewFactory (Results 1 – 9 of 9) sorted by relevance
54 class SkViewFactory : public SkRefCnt {62 class SkFuncViewFactory : public SkViewFactory {81 class SkGMSampleViewFactory : public SkViewFactory {91 explicit SkViewRegister(SkViewFactory*);102 const SkViewFactory* factory() const { return fFact; } in factory()105 SkViewFactory* fFact;
12 class SkViewFactory; variable14 SkView* create_overview(int, const SkViewFactory*[]);
47 OverView(int count, const SkViewFactory* factories[]);96 const SkViewFactory** fFactories;123 SkView* create_overview(int count, const SkViewFactory* factories[]) { in create_overview()132 OverView::OverView(int count, const SkViewFactory* factories[]) { in OverView()
37 class SkViewFactory; variable40 SkTDArray<const SkViewFactory*> fSamples;
86 class PictFileFactory : public SkViewFactory {97 class PathFinderFactory : public SkViewFactory {108 class SVGFileFactory : public SkViewFactory {120 class PdfFileViewerFactory : public SkViewFactory {703 static SkString getSampleTitle(const SkViewFactory* sampleFactory) { in getSampleTitle()711 static bool compareSampleTitle(const SkViewFactory* first, const SkViewFactory* second) { in compareSampleTitle()715 static int find_by_title(const SkViewFactory* const* factories, int count, const char title[]) { in find_by_title()724 static void restrict_samples(SkTDArray<const SkViewFactory*>& factories, const SkString titles[], in restrict_samples()
74 SkViewRegister::SkViewRegister(SkViewFactory* fact) : fFact(fact) { in SkViewRegister()
16 SampleSlide(const SkViewFactory* factory);32 const SkViewFactory* fViewFactory;
15 SampleSlide::SampleSlide(const SkViewFactory* factory) : fViewFactory(factory) { in SampleSlide()
15 class SkViewFactory; variable