Home | History | Annotate | Download | only in hwui

Lines Matching full:cliprect

541         renderer.clipRect(mArea.left, mArea.top, mArea.right, mArea.bottom, mOp);
545 OP_LOG("ClipRect " RECT_STRING, RECT_ARGS(mArea));
548 virtual const char* name() override { return "ClipRect"; }