Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
H A 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()
H A DBisectSlide.h44 SkString fFilePath; member in BisectSlide

Completed in 1 milliseconds