Home | History | Annotate | Download | only in hwui

Lines Matching refs:scissorBox

1303     Rect scissorBox = rectangleList.calculateBounds();
1304 scissorBox.snapToPixelBoundaries();
1311 if (!bounds.intersect(scissorBox)) {
1327 mRenderState.scissor().set(scissorBox.left, getViewportHeight() - scissorBox.bottom,
1328 scissorBox.getWidth(), scissorBox.getHeight());
1337 .setModelViewOffsetRect(0, 0, scissorBox)