Searched refs:fFilePath (Results 1 – 4 of 4) sorted by relevance
29 if (bisect->fFilePath.endsWith(".svg")) { in Create()60 , fFilePath(filepath) { in BisectSlide()61 const char* basename = strrchr(fFilePath.c_str(), SkOSPath::SEPARATOR); in BisectSlide()62 fName.printf("BISECT_%s", basename ? basename + 1 : fFilePath.c_str()); in BisectSlide()114 SkDebugf("viewer --bisect %s", fFilePath.c_str()); in onChar()
47 SkString fFilePath; variable
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