Lines Matching refs:cast
326 parent->scene->push(cast(ctx->merging)); in _draw()
372 parent->scene->push(cast(*shape)); in _repeat()
377 parent->scene->push(cast(*shape)); in _repeat()
969 precomp->scene->clip(cast(clipper)); in updatePrecomp()
977 layer->scene->push(cast(solidFill)); in updateSolid()
984 layer->scene->push(tvg::cast(image->pooling(true))); in updateImage()
1112 scene->push(cast(shape)); in updateText()
1161 layer->scene->clip(tvg::cast(pShape)); in updateMaskings()
1168 scene->push(cast(layer->scene)); in updateMaskings()
1172 layer->scene->composite(tvg::cast(pShape), compMethod); in updateMaskings()
1190 pShape->composite(tvg::cast(shape), method); in updateMaskings()
1206 layer->scene->composite(cast(target->scene), layer->matteType); in updateMatte()
1293 if (!layer->matteSrc) scene->push(cast(layer->scene)); in updateLayer()