Searched refs:SampleRegistry (Results 1 – 5 of 5) sorted by relevance
27 using SampleRegistry = sk_tools::Registry<SampleFactory>; variable31 static SampleRegistry SK_MACRO_APPEND_LINE(R_)(SK_MACRO_APPEND_LINE(F_));
127 template SampleRegistry* SampleRegistry::gHead;
362 static SampleRegistry gTessellatedPathSample(MakeTessellatedPathSample);
452 static SampleRegistry gPathTextSample(MakePathTextSample);
847 for (const SampleFactory factory : SampleRegistry::Range()) { in initSlides()