Lines Matching defs:inner
418 // Draw does not have inner bounds so cannot contain anything.
554 // know the inner bounds
578 SkRect inner = SkRRectPriv::InnerBounds(fShape.rrect());
579 fInnerBounds = GrClip::GetPixelIBounds(inner, fAA, BoundsType::kInterior);
593 // Post-conditions on inner and outer bounds
897 // shouldn't be empty; if the inner bounds are not empty, they must be contained in outer.
949 // - Bounds updates is simply the paired intersections of outer and inner.
953 // inner bounds to empty here
958 // - Shrink the stack's outer bounds if the difference op's inner bounds completely
960 // - Shrink the stack's inner bounds to completely exclude the op's outer bounds.
973 // - The updated outer bounds is the union of outer bounds and the inner becomes the
974 // largest of the two possible inner bounds
1192 // The outer/inner bounds represent what's cut out, so full bounds remains the device
1228 // Shouldn't happen since the inner bounds of a draw are unknown
1315 // Shouldn't happen since draws don't report inner bounds
1348 // If window rectangles are supported, we can use them to exclude inner bounds of difference ops
1388 // First apply using HW methods (scissor and window rects). When the inner and outer
1418 // should prioritize those with the largest inner bounds.