/external/webkit/Source/WebCore/platform/graphics/android/ |
TreeManager.cpp | 198 bool TreeManager::drawGL(double currentTime, IntRect& viewRect,
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
PathCG.cpp | 35 #include "IntRect.h"
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEColorMatrix.cpp | 174 IntRect imageRect(IntPoint(), absolutePaintRect().size());
|
FEComponentTransfer.cpp | 175 IntRect drawingRect = requestedRegionOfInputImageData(in->absolutePaintRect());
|
FEGaussianBlur.cpp | 182 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect());
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
WebLayer.mm | 76 IntRect clip(enclosingIntRect(clipBounds));
|
/external/webkit/Source/WebCore/platform/gtk/ |
PopupMenuGtk.cpp | 58 void PopupMenuGtk::show(const IntRect& rect, FrameView* view, int index)
|
/external/webkit/Source/WebCore/platform/mac/ |
PopupMenuMac.mm | 138 void PopupMenuMac::show(const IntRect& r, FrameView* v, int index)
|
/external/webkit/Source/WebCore/platform/wince/ |
PasteboardWinCE.cpp | 216 IntRect rect(0, 0, sourceBmp->width(), sourceBmp->height());
|
/external/webkit/Source/WebCore/rendering/style/ |
SVGRenderStyle.cpp | 35 #include "IntRect.h"
|
RenderStyle.cpp | 770 static float calcConstraintScaleFor(const IntRect& rect, const RoundedIntRect::Radii& radii) [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebIconDatabase.cpp | 35 #include "IntRect.h"
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/ |
LayerTreeHostCAWin.cpp | 208 updateInfo.updateRectBounds = IntRect(IntPoint(imageOrigin.x, m_webPage->size().height() - imageOrigin.y - bitmap->size().height()), bitmap->size());
|
/external/webkit/Source/WebCore/bindings/objc/ |
DOM.mm | 250 static NSArray *kit(const Vector<IntRect>& rects) 392 Vector<WebCore::IntRect> rects; 410 Vector<WebCore::IntRect> rects;
|
/external/webkit/Source/WebCore/dom/ |
Node.h | 57 class IntRect; 342 virtual IntRect getRect() const; 343 IntRect renderRect(bool* isReplaced);
|
/external/webkit/Source/WebCore/inspector/ |
InspectorInstrumentation.h | 108 static InspectorInstrumentationCookie willPaint(Frame*, const IntRect& rect); 227 static InspectorInstrumentationCookie willPaintImpl(InspectorAgent*, const IntRect& rect); 577 inline InspectorInstrumentationCookie InspectorInstrumentation::willPaint(Frame* frame, const IntRect& rect) [all...] |
/external/webkit/Source/WebCore/page/ |
DragController.cpp | 653 IntRect draggingRect = enclosingIntRect(src->selection()->bounds()); 724 IntRect imageRect = dragSource.imageRect(); 788 void DragController::doImageDrag(Element* element, const IntPoint& dragOrigin, const IntRect& rect, Clipboard* clipboard, Frame* frame, IntPoint& dragImageOffset) [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderTextControl.cpp | 611 void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty) 614 rects.append(IntRect(tx, ty, width(), height())); 635 IntRect clipRect(tx + borderLeft(), ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop());
|
RenderTableSection.cpp | 493 // IntRect cellRect(oldCellX, oldCellY - cell->borderTopExtra() , cell->width(), cell->height()); 494 IntRect cellRect(oldCellX, oldCellY, cell->width(), cell->height()); 695 IntRect oldCellRect(cell->x(), cell->y() , cell->width(), cell->height()); [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
SVGInlineTextBox.cpp | 115 IntRect SVGInlineTextBox::selectionRect(int, int, int startPosition, int endPosition) 121 return IntRect(); 711 IntRect SVGInlineTextBox::calculateBoundaries() const
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebPageProxy.cpp | 578 void WebPageProxy::setViewNeedsDisplay(const IntRect& rect) 588 void WebPageProxy::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset) 665 WebCore::IntRect WebPageProxy::firstRectForCharacterInSelectedRange(int characterPosition) 667 IntRect resultRect; 703 void WebPageProxy::setActualVisibleContentRect(const IntRect& rect) [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
WebPageMac.mm | 372 void WebPage::firstRectForCharacterRange(uint64_t location, uint64_t length, WebCore::IntRect& resultRect) 385 IntRect rect = frame->editor()->firstRectForRange(range.get()); 521 IntRect rangeRect = frame->view()->contentsToWindow(quads[0].enclosingBoundingBox());
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
GLES2Canvas.cpp | 40 #include "IntRect.h" 420 IntRect tileIdxRect = tiles.overlappedTileIndices(srcRect); 443 IntRect tileBoundsWithBorder = tiles.tileBoundsWithBorder(tile); [all...] |
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeVisualContext.cpp | 103 virtual void platformCALayerPaintContents(GraphicsContext&, const IntRect& inClip) { } 737 void MediaPlayerPrivateQuickTimeVisualContext::paint(GraphicsContext* p, const IntRect& r) 780 void MediaPlayerPrivateQuickTimeVisualContext::paintCompleted(GraphicsContext& context, const IntRect& rect) [all...] |
/external/webkit/Source/WebCore/editing/ |
DeleteButtonController.cpp | 93 IntRect borderBoundingBox = box->borderBoundingBox();
|