Lines Matching defs:parent
158 auto parent = layer->parent; in updateTransform() local
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()
315 static bool _draw(LottieGroup* parent, LottieShape* shape, RenderContext* ctx) in _draw()
332 static void _repeat(LottieGroup* parent, Shape* path, RenderContext* ctx) in _repeat()
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()
576 static void _updateStar(TVG_UNUSED LottieGroup* parent, LottiePolyStar* star, Matrix* transform, co… in _updateStar()
704 static void _updatePolygon(LottieGroup* parent, LottiePolyStar* star, Matrix* transform, const Lott… in _updatePolygon()
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()
880 void LottieBuilder::updateChildren(LottieGroup* parent, float frameNo, Inlist<RenderContext>& conte… in updateChildren()
1315 static void _buildHierarchy(LottieGroup* parent, LottieLayer* child) in _buildHierarchy()
1325 auto parent = static_cast<LottieLayer*>(*p); in _buildHierarchy() local
1339 static void _attachFont(LottieComposition* comp, LottieLayer* parent) in _attachFont()
1359 static bool _buildComposition(LottieComposition* comp, LottieLayer* parent) in _buildComposition()