Home | History | Annotate | Download | only in hwui

Lines Matching refs:clipRect

551         renderer.clipRect(mArea.left, mArea.top, mArea.right, mArea.bottom, mOp);
555 OP_LOG("ClipRect " RECT_STRING, RECT_ARGS(mArea));
558 virtual const char* name() { return "ClipRect"; }