Lines Matching refs:merging
189 ctx->merging = nullptr; in updateTransform()
266 ctx->merging = nullptr; in updateSolidStroke()
279 ctx->merging = nullptr; in updateGradientStroke()
291 ctx->merging = nullptr; in updateSolidFill()
306 ctx->merging = nullptr; in updateGradientFill()
317 if (ctx->merging) return false; in _draw()
320 ctx->merging = shape->pooling(); in _draw()
321 PP(ctx->propagator)->duplicate(ctx->merging); in _draw()
323 ctx->merging = static_cast<Shape*>(ctx->propagator->duplicate()); in _draw()
326 parent->scene->push(cast(ctx->merging)); in _draw()
492 …_appendRect(ctx->merging, position.x - size.x * 0.5f, position.y - size.y * 0.5f, size.x, size.y, … in updateRect()
553 …_appendCircle(ctx->merging, position.x, position.y, size.x * 0.5f, size.y * 0.5f, ctx->offsetPath,… in updateEllipse()
569 …if (path->pathset(frameNo, P(ctx->merging)->rs.path.cmds, P(ctx->merging)->rs.path.pts, ctx->trans… in updatePath()
570 P(ctx->merging)->update(RenderUpdateFlag::Path); in updatePath()
576 …roundness, const LottieOffsetModifier* offsetPath, float frameNo, Shape* merging, LottieExpression… in _updateStar() argument
602 shape = merging; in _updateStar()
696 …ntermediate)->rs.path.cmds, P(intermediate)->rs.path.pts, P(merging)->rs.path.cmds, P(merging)->rs… in _updateStar()
698 …fyPolystar(P(shape)->rs.path.cmds, P(shape)->rs.path.pts, P(merging)->rs.path.cmds, P(merging)->rs… in _updateStar()
700 …fyPolystar(P(shape)->rs.path.cmds, P(shape)->rs.path.pts, P(merging)->rs.path.cmds, P(merging)->rs… in _updateStar()
704 …roundness, const LottieOffsetModifier* offsetPath, float frameNo, Shape* merging, LottieExpression… in _updatePolygon() argument
727 shape = merging; in _updatePolygon()
782 …ntermediate)->rs.path.cmds, P(intermediate)->rs.path.pts, P(merging)->rs.path.cmds, P(merging)->rs… in _updatePolygon()
784 …fyPolystar(P(shape)->rs.path.cmds, P(shape)->rs.path.pts, P(merging)->rs.path.cmds, P(merging)->rs… in _updatePolygon()
786 …fyPolystar(P(shape)->rs.path.cmds, P(shape)->rs.path.pts, P(merging)->rs.path.cmds, P(merging)->rs… in _updatePolygon()
813 … star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath, frameNo, ctx->merging, exps); in updatePolystar()
814 …star, identity ? nullptr : &matrix, ctx->roundness, ctx->offsetPath, frameNo, ctx->merging, exps); in updatePolystar()
815 P(ctx->merging)->update(RenderUpdateFlag::Path); in updatePolystar()
856 ctx->merging = nullptr; in updateRepeater()
876 ctx->merging = nullptr; in updateTrimpath()