Lines Matching refs:innerBounds
907 (toAdd.innerBounds().isEmpty() || toAdd.outerBounds().contains(toAdd.innerBounds()))); in addElement()
959 if (!fInnerBounds.intersect(toAdd.innerBounds())) { in addElement()
969 fOuterBounds = subtract(fOuterBounds, toAdd.innerBounds(), /* exact */ true); in addElement()
978 fInnerBounds = subtract(toAdd.innerBounds(), oldOuter, /* exact */ false); in addElement()
984 if (toAdd.innerBounds().width() * toAdd.innerBounds().height() > in addElement()
986 fInnerBounds = toAdd.innerBounds(); in addElement()
1095 fInnerBounds = toAdd.innerBounds(); in replaceWithElement()
1202 return subtract(fDeviceBounds, current.innerBounds(), /* exact */ true); in getConservativeBounds()
1341 scissorBounds = subtract(draw.outerBounds(), cs.innerBounds(), /* exact */ true); in apply()
1406 fullyApplied = e.innerBounds() == e.outerBounds() || in apply()
1407 e.innerBounds().contains(scissorBounds); in apply()
1409 if (!e.innerBounds().isEmpty() && windowRects.count() < maxWindowRectangles) { in apply()
1412 windowRects.addWindow(e.innerBounds()); in apply()
1413 fullyApplied = e.innerBounds() == e.outerBounds(); in apply()