Searched refs:replaceWithElement (Results 1 – 2 of 2) sorted by relevance
258 void replaceWithElement(RawElement&& toAdd, RawElement::Stack* elements);
929 this->replaceWithElement(std::move(toAdd), elements); in addElement()942 this->replaceWithElement(std::move(toAdd), elements); in addElement()1086 void ClipStack::SaveRecord::replaceWithElement(RawElement&& toAdd, RawElement::Stack* elements) { in replaceWithElement() function in skgpu::v1::ClipStack::SaveRecord