Lines Matching defs:SkottieSlide
8 #include "tools/viewer/SkottieSlide.h"
113 SkottieSlide::SkottieSlide(const SkString& name, const SkString& path)
118 void SkottieSlide::load(SkScalar w, SkScalar h) {
193 void SkottieSlide::unload() {
197 void SkottieSlide::resize(SkScalar w, SkScalar h) {
201 SkISize SkottieSlide::getDimensions() const {
206 void SkottieSlide::draw(SkCanvas* canvas) {
247 bool SkottieSlide::animate(double nanos) {
280 bool SkottieSlide::onChar(SkUnichar c) {
294 bool SkottieSlide::onMouse(SkScalar x, SkScalar y, skui::InputState state, skui::ModifierKey) {
309 SkRect SkottieSlide::UIArea() const {
315 void SkottieSlide::renderUI() {