Home
last modified time | relevance | path

Searched refs:BisectSlide (Results 1 – 8 of 8) sorted by relevance

/external/skia/tools/viewer/
DBisectSlide.cpp21 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 BisectSlide
66 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()
DBisectSlide.h26 class BisectSlide : public Slide, public SkCanvas {
28 static sk_sp<BisectSlide> Create(const char filepath[]);
36 BisectSlide(const char filepath[]);
DViewer.cpp614 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides()
/external/skqp/tools/viewer/
DBisectSlide.cpp21 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 BisectSlide
66 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()
DBisectSlide.h26 class BisectSlide : public Slide, public SkCanvas {
28 static sk_sp<BisectSlide> Create(const char filepath[]);
36 BisectSlide(const char filepath[]);
DViewer.cpp593 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides()
/external/skia/
DBUILD.gn2254 "tools/viewer/BisectSlide.cpp",
/external/skqp/
DBUILD.gn2186 "tools/viewer/BisectSlide.cpp",