Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCanvasState.cpp200 return !mSnapshot->clipIsEmpty(); in clipRect()
205 return !mSnapshot->clipIsEmpty(); in clipPath()
DSnapshot.h141 bool clipIsEmpty() const { return mClipArea->isEmpty(); } in clipIsEmpty() function