Searched refs:fCurrentMatte (Results 1 – 2 of 2) sorted by relevance
519 layerCtx->fCurrentMatte = std::move(layer); in attachLayer()523 if (layerCtx->fCurrentMatte) { in attachLayer()533 std::move(layerCtx->fCurrentMatte), in attachLayer()536 layerCtx->fCurrentMatte.reset(); in attachLayer()
267 sk_sp<sksg::RenderNode> fCurrentMatte; member