Home | History | Annotate | Download | only in WebCore

Lines Matching full:intrect

1744         GraphicsContext: Add clip(IntRect) overload for Qt
10143 Remove the physical terminology from IntRect and FloatRect.
10162 with maxX/maxY. This matches IntRect.
10275 Remove physical accessors from IntRect and FloatRect.
10280 * platform/graphics/IntRect.h:
10498 * platform/graphics/IntRect.h:
10524 (WebCore::IntRect::operator SkIRect):
10525 (WebCore::IntRect::operator SkRect):
10531 (WebCore::IntRect::operator RECT):
11033 Remove the physical terminology from IntRect and FloatRect.
11167 Remove the physical terminology from IntRect and FloatRect.
11229 * platform/graphics/IntRect.cpp:
11230 (WebCore::IntRect::intersects):
11231 (WebCore::IntRect::contains):
11232 (WebCore::IntRect::intersect):
11233 (WebCore::IntRect::unite):
11234 * platform/graphics/IntRect.h:
11235 (WebCore::IntRect::maxX):
11236 (WebCore::IntRect::maxY):
11237 (WebCore::IntRect::shiftXEdgeTo):
11238 (WebCore::IntRect::shiftMaxXEdgeTo):
11239 (WebCore::IntRect::shiftYEdgeTo):
11240 (WebCore::IntRect::shiftMaxYEdgeTo):
11241 (WebCore::IntRect::contains):
11962 * WebCore.exp.in: Export IntRect::scale().
12938 IntRect and its radii because RoundedIntRect::setRect() is called
15871 Return an empty IntRect if there are not buttons.
35800 but IntRect::unite() has a special case for empty rects. This
43218 Texture::updateSubRect should pass IntRect by reference
47496 * platform/graphics/IntRect.h:
47497 (WebCore::IntRect::shiftLeftEdgeTo):
47498 (WebCore::IntRect::shiftRightEdgeTo):
47499 (WebCore::IntRect::shiftTopEdgeTo):
47500 (WebCore::IntRect::shiftBottomEdgeTo):
47505 frameRect is a helper for obtaining the x, y, width, height of an InlineBox as an IntRect.