Home | History | Annotate | Download | only in hwui

Lines Matching defs:clipBounds

893     // intersect the outline with the clipBounds, if present
899 Rect clipBounds;
900 properties().getClippingRectForFlags(CLIP_TO_CLIP_BOUNDS, &clipBounds);
902 clipBoundsPath.addRect(clipBounds.left, clipBounds.top,
903 clipBounds.right, clipBounds.bottom);