Home
last modified time | relevance | path

Searched refs:getSampleTitle (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DSampleApp.cpp703 static SkString getSampleTitle(const SkViewFactory* sampleFactory) { in getSampleTitle() function
712 return strcmp(getSampleTitle(first).c_str(), getSampleTitle(second).c_str()) < 0; in compareSampleTitle()
717 if (getSampleTitle(factories[i]).equals(title)) { in find_by_title()
1050 if (getSampleTitle(i).equals(title)) { in findByTitle()
1061 SkDebugf(" %s\n", getSampleTitle(i).c_str()); in listTitles()
1617 SkString SampleWindow::getSampleTitle(int i) { in getSampleTitle() function in SampleWindow
1618 return ::getSampleTitle(fSamples[i]); in getSampleTitle()
DSampleApp.h150 SkString getSampleTitle(int i);
/external/skia/experimental/iOSSampleApp/Shared/
DSkUIDetailViewController.mm98 [rootVC addItem:[NSString stringWithUTF8String:fWind->getSampleTitle(i).c_str()]];