Home
last modified time | relevance | path

Searched refs:SkottieSlide (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/viewer/
H A DSkottieSlide.cpp8 #include "tools/viewer/SkottieSlide.h"
113 SkottieSlide::SkottieSlide(const SkString& name, const SkString& path) in SkottieSlide() function in SkottieSlide
118 void SkottieSlide::load(SkScalar w, SkScalar h) { in load()
193 void SkottieSlide::unload() { in unload()
197 void SkottieSlide::resize(SkScalar w, SkScalar h) { in resize()
201 SkISize SkottieSlide::getDimensions() const { in getDimensions()
206 void SkottieSlide::draw(SkCanvas* canvas) { in draw()
247 bool SkottieSlide::animate(double nanos) { in animate()
280 bool SkottieSlide
[all...]
H A DSkottieSlide.h21 class SkottieSlide : public Slide { class
23 SkottieSlide(const SkString& name, const SkString& path);
24 ~SkottieSlide() override = default;
H A DViewer.cpp72 #include "tools/viewer/SkottieSlide.h"
767 return sk_make_sp<SkottieSlide>(name, path);} in initSlides()

Completed in 7 milliseconds