Lines Matching full:intrect
166 IntRect selectionRect = enclosingIntRect(selectedFrame->selection()->bounds());
173 IntRect selectionRectInWindowCoordinates = selectedFrame->view()->contentsToWindow(selectionRect);
185 IntRect paintRect = selectionRect;
204 IntRect textRectInSelectionRectCoordinates = selectedFrame->view()->contentsToWindow(enclosingIntRect(textRects[i]));
226 Vector<IntRect> FindController::rectsForTextMatches()
228 Vector<IntRect> rects;
235 IntRect visibleRect = frame->view()->visibleContentRect();
236 Vector<IntRect> frameRects = document->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch);
240 for (Vector<IntRect>::iterator it = frameRects.begin(), end = frameRects.end(); it != end; ++it) {
293 void FindController::drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect)
297 Vector<IntRect> rects = rectsForTextMatches();
309 IntRect whiteFrameRect = rects[i];