/external/webkit/Source/WebCore/platform/graphics/transforms/ |
TransformationMatrix.h | 62 class IntRect; 144 IntRect mapRect(const IntRect&) const;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCGWin.cpp | 33 #include "IntRect.h" 163 IntRect textRect; 172 textRect = IntRect(point.x() - (fontMetrics.ascent() + fontMetrics.descent()) / 2,
|
GraphicsContextCGWin.cpp | 90 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap) 138 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
|
/external/webkit/Source/WebCore/rendering/ |
RenderLineBoxList.cpp | 149 bool RenderLineBoxList::rangeIntersectsRect(RenderBoxModelObject* renderer, int logicalTop, int logicalBottom, const IntRect& rect, int tx, int ty) const 174 bool RenderLineBoxList::anyLineIntersectsRect(RenderBoxModelObject* renderer, const IntRect& rect, int tx, int ty, bool usePrintRect, int outlineSize) const 292 IntRect rect(isHorizontal ? x : logicalPointStart, isHorizontal ? logicalPointStart : y,
|
RenderTextControlSingleLine.cpp | 227 IntRect contentsRect = contentBoxRect(); 243 void RenderTextControlSingleLine::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty) 247 rects.append(IntRect(tx, ty, w, height())); 493 IntRect RenderTextControlSingleLine::controlClipRect(int tx, int ty) const 498 IntRect clipRect = IntRect(m_innerBlock->renderBox()->frameRect()); [all...] |
RenderFileUploadControl.cpp | 213 IntRect clipRect(tx + borderLeft(), ty + borderTop(), 257 m_fileChooser->icon()->paint(paintInfo.context, IntRect(iconX, iconY, iconWidth, iconHeight));
|
/external/webkit/Source/WebKit/chromium/src/ |
WebMediaPlayerClientImpl.cpp | 150 m_videoLayer->setNeedsDisplay(IntRect(0, 0, m_videoLayer->bounds().width(), m_videoLayer->bounds().height())); 429 void WebMediaPlayerClientImpl::paint(GraphicsContext* context, const IntRect& rect) 440 void WebMediaPlayerClientImpl::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect)
|
/external/webkit/Source/WebKit/wince/ |
WebView.cpp | 117 view()->resize(IntRect(windowRect).size()); 233 void WebView::paint(HDC hDC, const IntRect& clipRect) 257 IntRect clipRect(updateRect);
|
/external/webkit/Source/WebCore/inspector/ |
InspectorTimelineAgent.cpp | 40 #include "IntRect.h" 199 void InspectorTimelineAgent::willPaint(const IntRect& rect)
|
InspectorAgent.h | 75 class IntRect;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
BaseLayerAndroid.cpp | 337 bool BaseLayerAndroid::prepare(double currentTime, IntRect& viewRect, 356 bool BaseLayerAndroid::drawGL(IntRect& viewRect, SkRect& visibleRect,
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
GraphicsLayerCA.h | 100 virtual void setContentsRect(const IntRect&); 138 virtual void platformCALayerPaintContents(GraphicsContext& context, const IntRect& clip) { paintGraphicsLayerContents(context, clip); }
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageBufferDataCG.cpp | 111 PassRefPtr<ByteArray> ImageBufferData::getData(const IntRect& rect, const IntSize& size, bool accelerateRendering, bool unmultiplied) const 255 void ImageBufferData::putData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, const IntSize& size, bool accelerateRendering, bool unmultiplied)
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGPath.cpp | 245 void RenderSVGPath::addFocusRingRects(Vector<IntRect>& rects, int, int) 247 IntRect rect = enclosingIntRect(repaintRectInLocalCoordinates());
|
RenderSVGRoot.cpp | 276 IntRect RenderSVGRoot::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) 281 void RenderSVGRoot::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
|
/external/webkit/Source/WebKit/android/jni/ |
WebCoreJniOnLoad.cpp | 46 #include "IntRect.h" 309 frame->view()->paintContents(&gc, IntRect(0, 0, width, height));
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
PageClientQt.cpp | 108 void setNeedsDisplayInRect(const IntRect& rect) 145 void setNeedsDisplayInRect(const IntRect& rect)
|
/external/webkit/Source/WebKit/win/ |
MarshallingHelpers.cpp | 31 #include <WebCore/IntRect.h> 185 SAFEARRAY* MarshallingHelpers::intRectToSafeArray(const WebCore::IntRect& rect)
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
WebPageWin.cpp | 339 void WebPage::firstRectForCharacterInSelectedRange(const uint64_t characterPosition, WebCore::IntRect& resultRect) 342 IntRect rect;
|
/external/webkit/Source/WebCore/editing/ |
Editor.cpp | [all...] |
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityScrollView.cpp | 154 IntRect AccessibilityScrollView::elementRect() const
|
AccessibilityTableColumn.cpp | 66 IntRect AccessibilityTableColumn::elementRect() const
|
/external/webkit/Source/WebCore/dom/ |
ContainerNode.h | 63 virtual IntRect getRect() const;
|
/external/webkit/Source/WebCore/html/ |
HTMLAreaElement.cpp | 114 IntRect HTMLAreaElement::computeRect(RenderObject* obj) const
|
HTMLVideoElement.cpp | 215 void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect)
|