Home
last modified time | relevance | path

Searched refs:fFilePath (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/viewer/
DBisectSlide.cpp29 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()
DBisectSlide.h47 SkString fFilePath; variable
/external/skqp/tools/viewer/
DBisectSlide.cpp29 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()
DBisectSlide.h47 SkString fFilePath; variable