Searched refs:fRegistry (Results 1 – 4 of 4) sorted by relevance
41 fRegistry = SkExample::Registry::Head(); in SkExampleWindow()42 fCurrExample = fRegistry->factory()(this); in SkExampleWindow()163 const SkExample::Registry* begin = fRegistry; in findNextMatch()165 fRegistry = fRegistry->next(); in findNextMatch()166 if (NULL == fRegistry) { // Reached the end of the registered samples. GOTO head. in findNextMatch()167 fRegistry = SkExample::Registry::Head(); in findNextMatch()169 SkExample* next = fRegistry->factory()(this); in findNextMatch()174 if (begin == fRegistry) { // We looped through every sample without finding anything. in findNextMatch()
73 const SkExample::Registry* fRegistry; variable