Home
last modified time | relevance | path

Searched defs:AttachLayerContext (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/
DSkottiePriv.h256 struct AnimationBuilder::AttachLayerContext { struct
260 struct TransformRec {
265 const skjson::ArrayValue& fLayerList;
266 SkTHashMap<int, TransformRec> fLayerTransformMap;
267 sk_sp<sksg::RenderNode> fCurrentMatte;
268 sk_sp<sksg::Transform> fCameraTransform;
270 size_t fMotionBlurSamples = 1;
271 float fMotionBlurAngle = 0,
272 fMotionBlurPhase = 0;
274 enum class TransformType { kLayer, kCamera };
DLayer.cpp250 AnimationBuilder::AttachLayerContext::AttachLayerContext(const skjson::ArrayValue& jlayers) in AttachLayerContext() function in skottie::internal::AnimationBuilder::AttachLayerContext