HomeSort by relevance Sort by last modified time
    Searched refs:currentClipRect (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
CanvasState.h 151 inline const Rect& currentClipRect() const { return currentSnapshot()->getClipRect(); }
CanvasState.cpp 222 Rect clipRect(currentClipRect());
250 Rect clipRect(currentClipRect());
OpenGLRenderer.cpp 275 Rect clip(mState.currentClipRect());
542 if (bounds.intersect(mState.currentClipRect())) {
    [all...]

Completed in 45 milliseconds