Home
last modified time | relevance | path

Searched refs:Animation (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/modules/skottie/src/
H A DSkottie.cpp165 Animation::Builder::Stats* stats, in AnimationBuilder()
311 Animation::Builder::Builder(uint32_t flags) : fFlags(flags) {} in Builder()
312 Animation::Builder::~Builder() = default;
314 Animation::Builder& Animation::Builder::setResourceProvider(sk_sp<ResourceProvider> rp) { in setResourceProvider()
319 Animation::Builder& Animation::Builder::setFontManager(sk_sp<SkFontMgr> fmgr) { in setFontManager()
324 Animation::Builder& Animation::Builder::setPropertyObserver(sk_sp<PropertyObserver> pobserver) { in setPropertyObserver()
329 Animation
458 Animation::Animation(std::unique_ptr<sksg::Scene> scene, Animation() function in skottie::Animation
[all...]
H A DSkottieTest.cpp37 auto animation = Animation::Make(&stream); in DEF_TEST()
254 auto animation = skottie::Animation::Builder() in DEF_TEST()
387 auto animation = skottie::Animation::Builder() in DEF_TEST()
786 ? static_cast<uint32_t>(skottie::Animation::Builder::kDeferImageLoading) in DEF_TEST()
789 skottie::Animation::Builder(flags) in DEF_TEST()
H A DSkottiePriv.h57 Animation::Builder::Stats*, const SkSize& comp_size,
244 Animation::Builder::Stats* fStats;
/third_party/skia/modules/androidkit/src/
H A DSkottieAnimation.cpp21 auto animation = Animation::Builder().make(cstr, strlen(cstr)); in Animation_Create()
27 SkSafeUnref(reinterpret_cast<Animation*>(native_animation)); in Animation_Release()
31 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetDuration()
36 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetFrameCnt()
41 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetWidth()
46 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetHeight()
51 if (auto* animation = reinterpret_cast<Animation*>(native_animation)) { in Animation_SeekFrame()
57 if (auto* animation = reinterpret_cast<Animation*>(native_animation)) { in Animation_SeekTime()
63 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_Render()
/third_party/skia/modules/skottie/include/
H A DSkottie.h44 * A Logger subclass can be used to receive Animation::Builder parsing errors and warnings.
80 * Interface for receiving AE composition markers at Animation build time.
84 // t0,t1 are in the Animation::seek() domain.
88 class SK_API Animation : public SkNVRefCnt<Animation> { class
159 * Animation factories.
161 sk_sp<Animation> make(SkStream*);
162 sk_sp<Animation> make(const char* data, size_t length);
163 sk_sp<Animation> makeFromFile(const char path[]);
179 * Animation factorie
[all...]
/third_party/skia/experimental/skottiekit/
H A Dskottiekit_bindings.cpp111 auto animation = skottie::Animation::Builder() in Make()
124 // skottie::Animation API
192 ManagedAnimation(sk_sp<skottie::Animation> animation, in ManagedAnimation()
197 sk_sp<skottie::Animation> fAnimation;
354 class_<skottie::Animation>("Animation") in EMSCRIPTEN_BINDINGS()
355 .smart_ptr<sk_sp<skottie::Animation>>("sk_sp<Animation>") in EMSCRIPTEN_BINDINGS()
356 .function("version", optional_override([](skottie::Animation& self)->std::string { in EMSCRIPTEN_BINDINGS()
359 .function("size" , &skottie::Animation in EMSCRIPTEN_BINDINGS()
[all...]
/third_party/skia/bench/
H A DSKPAnimationBench.h21 class Animation : public SkRefCnt { class in SKPAnimationBench
28 SKPAnimationBench(const char* name, const SkPicture*, const SkIRect& devClip, sk_sp<Animation>,
31 static sk_sp<Animation> MakeZoomAnimation(SkScalar zoomMax, double zoomPeriodMs);
43 sk_sp<Animation> fAnimation;
H A DSKPAnimationBench.cpp13 sk_sp<Animation> animation, bool doLooping) in SKPAnimationBench()
42 class ZoomAnimation : public SKPAnimationBench::Animation {
69 sk_sp<SKPAnimationBench::Animation> SKPAnimationBench::MakeZoomAnimation(SkScalar zoomMax, in MakeZoomAnimation()
H A DDecodeBench.cpp66 const auto anim = skottie::Animation::Make(reinterpret_cast<const char*>(fData->data()),
83 const auto anim = skottie::Animation::Make(reinterpret_cast<const char*>(fData->data()),
/third_party/skia/modules/canvaskit/
H A Dskottie_bindings.cpp161 auto animation = skottie::Animation::Builder() in Make()
176 // skottie::Animation API
272 ManagedAnimation(sk_sp<skottie::Animation> animation, in ManagedAnimation()
278 const sk_sp<skottie::Animation> fAnimation;
286 // Animation things (may eventually go in own library) in EMSCRIPTEN_BINDINGS()
287 class_<skottie::Animation>("Animation") in EMSCRIPTEN_BINDINGS()
288 .smart_ptr<sk_sp<skottie::Animation>>("sk_sp<Animation>") in EMSCRIPTEN_BINDINGS()
289 .function("version", optional_override([](skottie::Animation in EMSCRIPTEN_BINDINGS()
[all...]
H A Dskottie.js75 CanvasKit.Animation.prototype.render = function(canvas, dstRect) {
80 CanvasKit.Animation.prototype.size = function(optSize) {
/third_party/skia/modules/skottie/gm/
H A DSkottieGM.cpp56 fAnimation = skottie::Animation::Builder()
86 sk_sp<skottie::Animation> fAnimation;
112 fAnimation = skottie::Animation::Builder()
172 sk_sp<skottie::Animation> fAnimation;
197 fAnimation = skottie::Animation::Builder()
237 sk_sp<skottie::Animation> fAnimation;
H A DExternalProperties.cpp57 fAnimation = skottie::Animation::Builder()
131 sk_sp<skottie::Animation> fAnimation;
/third_party/ffmpeg/tests/fate/
H A Dqtrle.mak2 fate-qtrle-1bit: CMD = framecrc -i $(TARGET_SAMPLES)/qtrle/Animation-Monochrome.mov -an
5 fate-qtrle-2bit: CMD = framecrc -i $(TARGET_SAMPLES)/qtrle/Animation-4Greys.mov -pix_fmt rgb24 -an -vf scale
8 fate-qtrle-4bit: CMD = framecrc -i $(TARGET_SAMPLES)/qtrle/Animation-16Greys.mov -pix_fmt rgb24 -an -vf scale
/third_party/skia/tools/viewer/
H A DSkottieSlide.h44 sk_sp<skottie::Animation> fAnimation;
45 skottie::Animation::Builder::Stats fAnimationStats;
H A DSkottieSlide.cpp79 static void draw_stats_box(SkCanvas* canvas, const skottie::Animation::Builder::Stats& stats) { in draw_stats_box()
132 SkDebugf("Animation loaded with %zu error%s, %zu warning%s.\n", in load()
156 flags |= skottie::Animation::Builder::kPreferEmbeddedFonts; in load()
158 skottie::Animation::Builder builder(flags); in load()
/third_party/skia/gm/
H A Dstringart.cpp107 skottie::Animation* fAnims[N];
130 // for (;;) skottie::Animation::Make((const char*)data->data(), data->size()); in init()
132 fAnims[i] = skottie::Animation::Make((const char*)data->data(), data->size()).release(); in init()
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp205 ExternalAnimationLayer(sk_sp<skottie::Animation> anim, const SkSize& size) in ExternalAnimationLayer()
217 const sk_sp<skottie::Animation> fAnimation;
242 auto anim = skottie::Animation::Builder() in onLoadPrecomp()
/third_party/skia/tools/
H A Dskottie2movie.cpp33 static void produce_frame(SkSurface* surf, skottie::Animation* anim, double frame) { in produce_frame()
67 auto animation = skottie::Animation::Builder() in main()
/third_party/skia/modules/skottie/fuzz/
H A DFuzzSkottieJSON.cpp16 auto animation = skottie::Animation::Make(&stream); in FuzzSkottieJSON()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
H A Dnative-lib.cpp110 sk_sp<skottie::Animation> mAnimation;
151 skottieAnimation->mAnimation = skottie::Animation::Make(skottieAnimation->mStream.get()); in Java_org_skia_skottie_SkottieAnimation_nCreateProxy()
/third_party/skia/modules/skottie/tests/
H A DExpression.cpp249 auto anim = Animation::Builder() in DEF_TEST()
349 auto anim = Animation::Builder() in DEF_TEST()
H A DText.cpp108 auto anim = Animation::Builder() in DEF_TEST()
216 auto anim = Animation::Builder() in DEF_TEST()
/third_party/skia/modules/skottie/src/layers/
H A DTextLayer.cpp237 if (jchars && (fFlags & Animation::Builder::kPreferEmbeddedFonts) && in parseFonts()
248 if (jchars && !(fFlags & Animation::Builder::kPreferEmbeddedFonts) && in parseFonts()
/third_party/skia/tools/fm/
H A Dfm.cpp207 static void init(Source* source, sk_sp<skottie::Animation> animation) { in init()
476 if (sk_sp<skottie::Animation> animation = skottie::Animation::Builder() in main()

Completed in 20 milliseconds

12