/external/webkit/Source/WebCore/platform/mac/ |
ThemeMac.mm | 187 static IntRect inflateRect(const IntRect& zoomedRect, const IntSize& zoomedSize, const int* margins, float zoomFactor) 193 IntRect result(zoomedRect); 234 static NSButtonCell *checkbox(ControlStates states, const IntRect& zoomedRect, float zoomFactor) 255 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 269 IntRect inflatedRect = inflateRect(zoomedRect, zoomedSize, checkboxMargins(controlSize), zoomFactor); 316 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor) 335 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) 347 IntRect inflatedRect = inflateRect(zoomedRect, zoomedSize, radioMargins(controlSize), zoomFactor); 405 static void setUpButtonCell(NSButtonCell *cell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor [all...] |
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebPopupMenuProxyWin.cpp | 192 void WebPopupMenuProxyWin::showPopupMenu(const IntRect& rect, TextDirection, double, const Vector<WebPopupItem>& items, const PlatformPopupMenuData& data, int32_t selectedIndex) 362 void WebPopupMenuProxyWin::calculatePositionAndSize(const IntRect& rect) 365 IntRect rectInScreenCoords = rect; 396 IntRect popupRect(popupX, rectInScreenCoords.maxY(), popupWidth, popupHeight); 433 IntRect WebPopupMenuProxyWin::clientRect() const 435 IntRect clientRect = m_windowRect; 446 IntRect damageRect(clientRect()); 493 IntRect listRect = clientRect(); 505 void WebPopupMenuProxyWin::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) 507 IntRect scrollRect = rect [all...] |
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityListBoxOption.cpp | 40 #include "IntRect.h" 86 IntRect AccessibilityListBoxOption::elementRect() const 88 IntRect rect; 100 IntRect parentRect = listBoxRenderer->document()->axObjectCache()->getOrCreate(listBoxRenderer)->boundingBoxRect();
|
/external/webkit/Source/WebCore/dom/ |
ClientRect.cpp | 36 ClientRect::ClientRect(const IntRect& rect)
|
/external/webkit/Source/WebCore/page/wince/ |
FrameWinCE.cpp | 55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight) 102 pages.append(IntRect(0, printedPagesHeight, currPageWidth, currPageHeight)); 114 IntRect ir((int)fr.x(), (int)fr.y(), (int)fr.width(), (int)fr.height());
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformBridge.h | 80 class IntRect; 229 static IntRect screenRect(Widget*); 230 static IntRect screenAvailableRect(Widget*); 252 GraphicsContext*, int part, int state, int classicState, const IntRect&); 254 GraphicsContext*, int part, int state, int classicState, const IntRect&); 256 GraphicsContext*, int state, int classicState, const IntRect&); 258 GraphicsContext*, int part, int state, int classicState, const IntRect&); 260 GraphicsContext*, int part, int state, int classicState, const IntRect&, const IntRect& alignRect); 262 GraphicsContext*, int part, int state, int classicState, const IntRect&) [all...] |
ScrollbarThemeChromiumLinux.cpp | 53 void ScrollbarThemeChromiumLinux::paintTrackPiece(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart partType) 56 IntRect alignRect = trackRect(scrollbar, false); 70 void ScrollbarThemeChromiumLinux::paintButton(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part) 105 void ScrollbarThemeChromiumLinux::paintThumb(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect)
|
/external/webkit/Source/WebCore/platform/graphics/ |
FloatRect.h | 72 class IntRect; 81 FloatRect(const IntRect&); 117 // Note, this doesn't match what IntRect::contains(IntPoint&) does; the int version 218 IntRect enclosingIntRect(const FloatRect&);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
android_graphics.cpp | 30 #include "IntRect.h" 43 void CursorRing::draw(SkCanvas* canvas, LayerAndroid* layer, IntRect* inval) 47 m_lastBounds = IntRect(0, 0, 0, 0); 143 const WebCore::IntRect& ring = m_rings[0];
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
TextureMapperQt.cpp | 50 PlatformGraphicsContext* BitmapTextureQt::beginPaint(const IntRect& dirtyRect) 101 void TextureMapperQt::setClip(const IntRect& rect) 135 void TextureMapperQt::drawTexture(const BitmapTexture& texture, const IntRect& targetRect, const TransformationMatrix& matrix, float opacity, const BitmapTexture* maskTexture) 188 virtual PlatformGraphicsContext* beginPaint(const IntRect& rect, bool opaque)
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
MediaPlayerProxy.h | 31 class IntRect;
|
/external/webkit/Source/WebCore/platform/gtk/ |
MainFrameScrollbarGtk.h | 36 virtual void paint(GraphicsContext*, const IntRect&);
|
/external/webkit/Source/WebCore/rendering/ |
EllipsisBox.cpp | 73 IntRect EllipsisBox::selectionRect(int tx, int ty) 96 context->clip(IntRect(m_x + tx, y + ty, m_logicalWidth, h)); 118 IntRect boundsRect = IntRect(tx, ty, m_logicalWidth, m_height);
|
RenderMediaControlsChromium.h | 39 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
|
RenderThemeChromiumWin.cpp | 68 ThemePainter(GraphicsContext* context, const IntRect& r) 99 const IntRect& drawRect() { return m_helper.drawRect(); } 415 bool RenderThemeChromiumWin::paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r) 419 bool RenderThemeChromiumWin::paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r) 424 bool RenderThemeChromiumWin::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r) 437 bool RenderThemeChromiumWin::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r) 442 bool RenderThemeChromiumWin::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r) 455 bool RenderThemeChromiumWin::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r) 467 bool RenderThemeChromiumWin::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r) 503 IntRect rect(buttonX [all...] |
RenderTreeAsText.cpp | 77 static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const IntRect& paintDirtyRect, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal); 87 TextStream& operator<<(TextStream& ts, const IntRect& r) 249 IntRect r; 254 IntRect linesBox = text.linesBoundingBox(); 255 r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height()); 261 r = IntRect(0, 0, inlineFlow.linesBoundingBox().width(), inlineFlow.linesBoundingBox().height()); 268 r = IntRect(cell.x(), cell.y() + cell.intrinsicPaddingBefore(), cell.width(), cell.height() - cell.intrinsicPaddingBefore() - cell.intrinsicPaddingAfter()); 581 writeLayers(ts, l, l, IntRect(l->x(), l->y(), l->width(), l->height()), indent + 1, behavior); 594 const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntRect& outlineClipRect [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGBlock.h | 39 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
SVGInlineFlowBox.h | 46 virtual IntRect calculateBoundaries() const;
|
/external/webkit/Source/WebKit/android/nav/ |
WebView.cpp | 42 #include "IntRect.h" 368 void scrollRectOnScreen(const IntRect& rect) 441 WebCore::IntRect invalBounds(0, 0, INT_MAX, INT_MAX); 449 bool drawGL(WebCore::IntRect& viewRect, WebCore::IntRect* invalRect, 450 WebCore::IntRect& webViewRect, int titleBarHeight, 451 WebCore::IntRect& clip, float scale, int extras) 591 IntRect dummy; // inval area, unused for now 614 void cursorRingBounds(WebCore::IntRect* bounds) 628 *bounds = WebCore::IntRect(0, 0, 0, 0) [all...] |
/external/webkit/Source/WebKit/android/plugins/ |
PluginViewBridgeAndroid.cpp | 32 const IntRect& rect) {}
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
PopupMenuQt.h | 41 virtual void show(const IntRect&, FrameView*, int index);
|
/external/webkit/Source/WebKit2/PluginProcess/ |
PluginControllerProxy.messages.in | 27 GeometryDidChange(WebCore::IntRect frameRect, WebCore::IntRect clipRect, WebKit::ShareableBitmap::Handle backingStoreHandle) 97 WindowAndViewFramesChanged(WebCore::IntRect windowFrameInScreenCoordinates, WebCore::IntRect viewFrameInWindowCoordinates)
|
/external/webkit/Source/WebKit2/Shared/ |
ShareableBitmap.h | 30 #include <WebCore/IntRect.h> 89 WebCore::IntRect bounds() const { return WebCore::IntRect(WebCore::IntPoint(), size()); } 97 void paint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect);
|
/external/webkit/Source/WebKit2/Shared/cairo/ |
ShareableBitmapCairo.cpp | 42 void ShareableBitmap::paint(GraphicsContext&, const IntPoint&, const IntRect&)
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebFullScreenManagerProxy.messages.in | 32 GetFullScreenRect() -> (WebCore::IntRect rect)
|