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

/external/skqp/tools/viewer/
H A DViewer.cpp464 SkString jpgName; local
465 while (it.next(&jpgName)) {
466 if (SkCommandLineFlags::ShouldSkip(FLAGS_match, jpgName.c_str())) {
470 SkString path = SkOSPath::Join(FLAGS_jpgs[i], jpgName.c_str());
471 sk_sp<ImageSlide> slide(new ImageSlide(jpgName, path));
/external/skia/tools/viewer/
H A DViewer.cpp545 SkString jpgName; local
546 while (it.next(&jpgName)) {
547 if (SkCommandLineFlags::ShouldSkip(FLAGS_match, jpgName.c_str())) {
551 SkString path = SkOSPath::Join(FLAGS_jpgs[i], jpgName.c_str());
552 sk_sp<ImageSlide> slide(new ImageSlide(jpgName, path));

Completed in 142 milliseconds