HomeSort by relevance Sort by last modified time
    Searched defs:getSampleTitle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 720 static SkString getSampleTitle(const SkViewFactory* sampleFactory) {
729 return strcmp(getSampleTitle(first).c_str(), getSampleTitle(second).c_str()) < 0;
982 if (getSampleTitle(i).equals(title)) {
993 SkDebugf(" %s\n", getSampleTitle(i).c_str());
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 722 static SkString getSampleTitle(const SkViewFactory* sampleFactory) {
731 return strcmp(getSampleTitle(first).c_str(), getSampleTitle(second).c_str()) < 0;
985 if (getSampleTitle(i).equals(title)) {
996 SkDebugf(" %s\n", getSampleTitle(i).c_str());
    [all...]

Completed in 238 milliseconds