Searched refs:fFilePath (Results 1 – 2 of 2) sorted by relevance
38 : fFilePath(filepath) { in BisectSlide()39 const char* basename = strrchr(fFilePath.c_str(), SkOSPath::SEPARATOR); in BisectSlide()40 fName.printf("BISECT_%s", basename ? basename + 1 : fFilePath.c_str()); in BisectSlide()82 SkDebugf("viewer --bisect %s", fFilePath.c_str()); in onChar()
44 SkString fFilePath; variable