Searched refs:fFilePath (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/viewer/
H A DBisectSlide.cpp24 if (bisect->fFilePath.endsWith(".svg")) {
51 , fFilePath(filepath) {
52 const char* basename = strrchr(fFilePath.c_str(), SkOSPath::SEPARATOR);
53 fName.printf("BISECT_%s", basename ? basename + 1 : fFilePath.c_str());
104 SkDebugf("viewer --bisect %s", fFilePath.c_str());
H A DBisectSlide.h46 SkString fFilePath; member in class:BisectSlide

Completed in 150 milliseconds