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