Lines Matching full:intrect
4540 (Element::getBoundingClientRect): Removed conversion from FloatRect to IntRect.
10630 (WebCore::ScrollView::setActualVisibleContentRect): IntRect -> const IntRect&
15312 (2) Add a transposedRect and transposedSize method to IntRect and IntSize for swapping x/y and width/height.
15323 * platform/graphics/IntRect.h:
15324 (WebCore::IntRect::transposedRect):
21837 Remove the unused GraphicsContext::clipOutEllipseInRect(IntRect)
33232 using IntRect(FloatRect) instead of enclosingIntRect().
36715 Implement IntRect for Efl Port using Eina_Rectangle.
36717 * platform/graphics/IntRect.h:
36719 (WebCore::IntRect::IntRect):
36720 (WebCore::IntRect::operator Eina_Rectangle):
64329 (WebCore::RenderSVGHiddenContainer::clippedOverflowRectForRepaint): Inlined, returning IntRect().
83245 [Qt] GraphicsContext::clipOut(IntRect) ignores the transformation matrix.
83249 clipOut(IntRect) must transform the window bounding box properly.
108932 * platform/graphics/IntRect.h:
113710 (WebCore::InlineTextBox::calculateBoundaries): Just return a IntRect(x(), y(), width(), height()) here.
113720 (WebCore::RenderText::absoluteQuads): Use calculateBoundaries() instead of IntRect(x(), y(), width(), height()). SVG provides different boundaries here.
119864 * platform/graphics/IntRect.h: remove unused method.