Searched refs:outOfParent (Results 1 – 8 of 8) sorted by relevance
268 OutOfParentType outOfParent = OutOfParentType::OUTSIDE; variable269 RSNodeCommandHelper::SetOutOfParent(context, nodeId, outOfParent);273 RSNodeCommandHelper::SetOutOfParent(context, nodeId, outOfParent);
127 …RSNodeCommandHelper::SetOutOfParent(RSContext& context, NodeId nodeId, OutOfParentType outOfParent) in SetOutOfParent() argument132 node->SetOutOfParent(outOfParent); in SetOutOfParent()
146 static void SetOutOfParent(RSContext& context, NodeId nodeId, OutOfParentType outOfParent);
2495 void RSNode::SetOutOfParent(OutOfParentType outOfParent) in SetOutOfParent() argument2497 if (outOfParent != outOfParent_) { in SetOutOfParent()2498 outOfParent_ = outOfParent; in SetOutOfParent()2500 … std::unique_ptr<RSCommand> command = std::make_unique<RSSetOutOfParent>(GetId(), outOfParent); in SetOutOfParent()
447 void SetOutOfParent(OutOfParentType outOfParent);
520 void SetOutOfParent(OutOfParentType outOfParent);
6725 OutOfParentType outOfParent = OutOfParentType::UNKNOWN; variable6726 rsNode->SetOutOfParent(outOfParent);6729 outOfParent = OutOfParentType::OUTSIDE;6730 rsNode->SetOutOfParent(outOfParent);
4018 void RSRenderNode::SetOutOfParent(OutOfParentType outOfParent) in SetOutOfParent() argument4020 outOfParent_ = outOfParent; in SetOutOfParent()