Lines Matching refs:LottieObject
176 void LottieBuilder::updateTransform(LottieGroup* parent, LottieObject** child, float frameNo, TVG_U… in updateTransform()
205 void LottieBuilder::updateGroup(LottieGroup* parent, LottieObject** child, float frameNo, TVG_UNUSE… in updateGroup()
246 static bool _fragmented(LottieGroup* parent, LottieObject** child, Inlist<RenderContext>& contexts,… in _fragmented()
260 void LottieBuilder::updateSolidStroke(LottieGroup* parent, LottieObject** child, float frameNo, Inl… in updateSolidStroke()
273 void LottieBuilder::updateGradientStroke(LottieGroup* parent, LottieObject** child, float frameNo, … in updateGradientStroke()
285 void LottieBuilder::updateSolidFill(LottieGroup* parent, LottieObject** child, float frameNo, Inlis… in updateSolidFill()
300 void LottieBuilder::updateGradientFill(LottieGroup* parent, LottieObject** child, float frameNo, In… in updateGradientFill()
472 void LottieBuilder::updateRect(LottieGroup* parent, LottieObject** child, float frameNo, TVG_UNUSED… in updateRect()
539 void LottieBuilder::updateEllipse(LottieGroup* parent, LottieObject** child, float frameNo, TVG_UNU… in updateEllipse()
558 void LottieBuilder::updatePath(LottieGroup* parent, LottieObject** child, float frameNo, TVG_UNUSED… in updatePath()
790 void LottieBuilder::updatePolystar(LottieGroup* parent, LottieObject** child, float frameNo, TVG_UN… in updatePolystar()
820 void LottieBuilder::updateRoundedCorner(TVG_UNUSED LottieGroup* parent, LottieObject** child, float… in updateRoundedCorner()
831 void LottieBuilder::updateOffsetPath(TVG_UNUSED LottieGroup* parent, LottieObject** child, float fr… in updateOffsetPath()
838 void LottieBuilder::updateRepeater(TVG_UNUSED LottieGroup* parent, LottieObject** child, float fram… in updateRepeater()
860 void LottieBuilder::updateTrimpath(TVG_UNUSED LottieGroup* parent, LottieObject** child, float fram… in updateTrimpath()
890 case LottieObject::Group: { in updateChildren()
894 case LottieObject::Transform: { in updateChildren()
898 case LottieObject::SolidFill: { in updateChildren()
902 case LottieObject::SolidStroke: { in updateChildren()
906 case LottieObject::GradientFill: { in updateChildren()
910 case LottieObject::GradientStroke: { in updateChildren()
914 case LottieObject::Rect: { in updateChildren()
918 case LottieObject::Ellipse: { in updateChildren()
922 case LottieObject::Path: { in updateChildren()
926 case LottieObject::Polystar: { in updateChildren()
930 case LottieObject::Trimpath: { in updateChildren()
934 case LottieObject::Repeater: { in updateChildren()
938 case LottieObject::RoundedCorner: { in updateChildren()
942 case LottieObject::OffsetPath: { in updateChildren()