Home
last modified time | relevance | path

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

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