Home
last modified time | relevance | path

Searched refs:pushElement (Results 1 – 3 of 3) sorted by relevance

/external/deqp/scripts/log/
Dlog_to_xml.py43 def pushElement (self, elem): member in BuildXMLLogHandler
70 self.pushElement(elem)
/external/skia/src/core/
DSkClipStack.cpp686 void SkClipStack::pushElement(const Element& element) { in pushElement() function in SkClipStack
736 this->pushElement(element); in clipRRect()
739 this->pushElement(element); in clipRRect()
760 this->pushElement(element); in clipRect()
774 this->pushElement(element); in clipPath()
777 this->pushElement(element); in clipPath()
DSkClipStack.h556 void pushElement(const Element& element);