Lines Matching full:push
326 parent->scene->push(cast(ctx->merging)); in _draw()
335 propagators.push(ctx->propagator); in _repeat()
362 shapes.push(shape); in _repeat()
369 //push repeat shapes in order. in _repeat()
372 parent->scene->push(cast(*shape)); in _repeat()
373 propagators.push(*shape); in _repeat()
377 parent->scene->push(cast(*shape)); in _repeat()
378 propagators.push(*shape); in _repeat()
854 ctx->repeaters.push(r); in updateRepeater()
977 layer->scene->push(cast(solidFill)); in updateSolid()
984 layer->scene->push(tvg::cast(image->pooling(true))); in updateImage()
1023 layer->scene->push(std::move(scene)); in updateText()
1112 scene->push(cast(shape)); in updateText()
1168 scene->push(cast(layer->scene)); in updateMaskings()
1226 …layer->scene->push(SceneEffect::GaussianBlur, sqrt(effect->blurness(frameNo)), effect->direction(f… in updateEffect()
1293 if (!layer->matteSrc) scene->push(cast(layer->scene)); in updateLayer()
1308 layer->children.push(*asset); in _buildReference()