Home
last modified time | relevance | path

Searched refs:replaceWithElement (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/v1/
DClipStack.h258 void replaceWithElement(RawElement&& toAdd, RawElement::Stack* elements);
DClipStack.cpp928 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