Home
last modified time | relevance | path

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

/third_party/skia/experimental/sorttoy/
DCmds.cpp89 uint32_t DrawCmd::getSortZ() const { in getSortZ() function in DrawCmd
99 return SortKey(fPaint.isTransparent(), this->getSortZ(), fPaint.toID()); in getKey()
202 uint32_t ClipCmd::getSortZ() const { in getSortZ() function in ClipCmd
216 return SortKey(false, this->getSortZ(), kInvalidMat); in getKey()
DCmds.h99 uint32_t getSortZ() const;
136 uint32_t getSortZ() const;