Searched refs:BisectSlide (Results 1 – 8 of 8) sorted by relevance
21 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create()28 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create()58 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide() function in BisectSlide66 void BisectSlide::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()75 bool BisectSlide::onChar(SkUnichar c) { in onChar()131 void BisectSlide::draw(SkCanvas* canvas) { in draw()
26 class BisectSlide : public Slide, public SkCanvas {28 static sk_sp<BisectSlide> Create(const char filepath[]);36 BisectSlide(const char filepath[]);
665 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides()
16 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create()23 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create()37 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide() function in BisectSlide43 bool BisectSlide::onChar(SkUnichar c) { in onChar()99 void BisectSlide::draw(SkCanvas* canvas) { in draw()
26 class BisectSlide : public Slide {28 static sk_sp<BisectSlide> Create(const char filepath[]);36 BisectSlide(const char filepath[]);
820 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides()
2860 "tools/viewer/BisectSlide.cpp",2861 "tools/viewer/BisectSlide.h",
2281 "tools/viewer/BisectSlide.cpp",