Flutter Engine
The Flutter Engine
|
#include "modules/skottie/src/layers/shapelayer/ShapeLayer.h"
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkDebug.h"
#include "modules/skottie/include/Skottie.h"
#include "modules/skottie/include/SkottieProperty.h"
#include "modules/skottie/src/SkottieJson.h"
#include "modules/skottie/src/SkottiePriv.h"
#include "modules/skottie/src/animator/Animator.h"
#include "modules/sksg/include/SkSGDraw.h"
#include "modules/sksg/include/SkSGGeometryEffect.h"
#include "modules/sksg/include/SkSGGeometryNode.h"
#include "modules/sksg/include/SkSGGroup.h"
#include "modules/sksg/include/SkSGMerge.h"
#include "modules/sksg/include/SkSGPaint.h"
#include "modules/sksg/include/SkSGPath.h"
#include "modules/sksg/include/SkSGRenderNode.h"
#include "modules/sksg/include/SkSGTransform.h"
#include "src/utils/SkJSON.h"
#include <string.h>
#include <algorithm>
#include <cstdint>
#include <cstdlib>
#include <iterator>
#include <utility>
Go to the source code of this file.
Classes | |
struct | skottie::internal::AnimationBuilder::AttachShapeContext |
Namespaces | |
namespace | skottie |
namespace | skottie::internal |
GeometryEffectAttacherT fAttach |
Definition at line 148 of file ShapeLayer.cpp.
uint16_t fAttacherIndex |
Definition at line 105 of file ShapeLayer.cpp.
uint16_t fFlags |
Definition at line 106 of file ShapeLayer.cpp.
const skjson::ObjectValue& fJson |
Definition at line 147 of file ShapeLayer.cpp.
ShapeType fShapeType |
Definition at line 104 of file ShapeLayer.cpp.
const char* fTypeString |
Definition at line 103 of file ShapeLayer.cpp.