Lines Matching full:intrect
3825 new IntRect-based API.
3859 - change GraphicsContext API to use IntRect/Point/Size in more cases
4053 just plain CompositeOperator. Changed tuples of ints into IntRect and IntPoint.
4067 (WebCore::GraphicsContext::drawImage): Changed to use IntRect.
6281 * platform/IntRect.h:
7544 (WebCore::IntRect::operator RECT):
8197 * platform/IntRect.h:
8198 (WebCore::IntRect::move): tweaked to use IntPoint::move, also, move by an IntSize,
8334 * platform/IntRect.h:
8335 (WebCore::IntRect::contains):
9854 * platform/IntRect.h:
12108 Use IntRect, FloatRect in more places throughout the code.
16459 * platform/IntRect.h:
16460 (WebCore::IntRect::IntRect):
16472 (WebCore::IntRect::IntRect):
16473 (WebCore::IntRect::operator RECT):
16956 * platform/IntRect.h:
19300 (WebCore::RenderFrameSet::userResize): Changed to use an IntRect to pass to
23027 * platform/mac/IntRect.mm: Removed.
26352 * platform/IntRect.cpp:
26353 * platform/IntRect.h:
26361 * platform/mac/IntRect.mm:
26897 Remove bogus IntRect operator.
32637 Convert QRect/QRectF -> IntRect/FloatRect. Same drill as point
32738 (khtml::GapRects::operator IntRect):
33040 * platform/IntRect.cpp: Added.
33041 (WebCore::IntRect::IntRect):
33042 (WebCore::IntRect::isNull):
33043 (WebCore::IntRect::isValid):
33044 (WebCore::IntRect::isEmpty):
33045 (WebCore::IntRect::right):
33046 (WebCore::IntRect::bottom):
33047 (WebCore::IntRect::topLeft):
33048 (WebCore::IntRect::topRight):
33049 (WebCore::IntRect::bottomRight):
33050 (WebCore::IntRect::bottomLeft):
33051 (WebCore::IntRect::size):
33052 (WebCore::IntRect::unite):
33053 (WebCore::IntRect::normalize):
33054 (WebCore::IntRect::intersects):
33055 (WebCore::IntRect::intersect):
33056 (WebCore::IntRect::inflate):
33059 * platform/IntRect.h: Added.
33060 (WebCore::IntRect::contains):
33061 (WebCore::IntRect::operator&):
33066 * platform/mac/IntRect.mm: Added.
33067 (WebCore::IntRect::IntRect):
33068 (WebCore::IntRect::operator NSRect):
33069 (WebCore::IntRect::operator CGRect):