Home
last modified time | relevance | path

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

/third_party/flutter/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
/third_party/skia/tools/viewer/
DBisectSlide.cpp38 : 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()
DBisectSlide.h44 SkString fFilePath; variable