Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCanvasState.cpp209 return !mSnapshot->clipIsEmpty(); in clipRect()
215 return !mSnapshot->clipIsEmpty(); in clipPath()
221 return !mSnapshot->clipIsEmpty(); in clipRegion()
DSnapshot.h167 bool clipIsEmpty() const { return mClipArea->isEmpty(); } in clipIsEmpty() function