Searched refs:fCurrExample (Results 1 – 4 of 4) sorted by relevance
42 fCurrExample = fRegistry->factory()(this); in SkExampleWindow()125 if (NULL != fCurrExample) { in draw()126 fCurrExample->draw(canvas); in draw()171 fCurrExample = next; in findNextMatch()
72 SkExample* fCurrExample; variable