Searched refs:seekFrame (Results 1 – 8 of 8) sorted by relevance
112 SkRect seekFrame(double t) { in seekFrame() function in __anon6cb6ab8f0111::ManagedAnimation114 fAnimation->seekFrame(t, &ic); in seekFrame()196 self.seekFrame(t); in EMSCRIPTEN_BINDINGS()219 .function("seekFrame" , &ManagedAnimation::seekFrame) in EMSCRIPTEN_BINDINGS()
188 Result seekFrame(int frameIndex);388 SkCodec::Result result = this->seekFrame(options.fFrameIndex); in onStartIncrementalDecode()638 if (this->seekFrame(i) != SkCodec::kSuccess) { in readFrames()665 SkCodec::Result SkWuffsCodec::seekFrame(int frameIndex) { in seekFrame() function in SkWuffsCodec
192 void seekFrame(double t, sksg::InvalidationController* ic = nullptr);
33 anim->seekFrame(frame); in produce_frame()
476 void Animation::seekFrame(double t, sksg::InvalidationController* ic) { in seekFrame() function in skottie::Animation489 this->seekFrame(t * fFPS, ic); in seekFrameTime()
349 anim->seekFrame(frame0 + i * fps_scale); in main()
279 Result seekFrame(WhichDecoder which, int frameIndex);471 SkCodec::Result result = this->seekFrame(WhichDecoder::kIncrDecode, options.fFrameIndex); in onStartIncrementalDecode()872 SkCodec::Result SkWuffsCodec::seekFrame(WhichDecoder which, int frameIndex) { in seekFrame() function in SkWuffsCodec
207 fAnimation->seekFrame(fCurrentFrame); in animate()