HomeSort by relevance Sort by last modified time
    Searched full:intrect (Results 276 - 300 of 888) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebPopupMenu.h 52 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
61 void setUpPlatformData(const WebCore::IntRect& pageCoordinates, PlatformPopupMenuData&);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
ChunkedUpdateDrawingAreaGtk.cpp 36 #include <WebCore/IntRect.h>
50 IntRect rect = updateChunk->rect();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
TiledDrawingAreaQt.cpp 44 IntRect tileRect = updateChunk->rect();
51 IntRect contentRect = enclosingIntRect(FloatRect(tileRect.x() / scale,
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.cpp 31 #include "IntRect.h"
56 Widget::setFrameRect(IntRect(0, 0, 0, 0));
138 IntRect rect = frameRect();
188 void ScrollbarEfl::setFrameRect(const IntRect& rect)
202 IntRect rect = frameRect();
213 void ScrollbarEfl::paint(GraphicsContext* graphicsContext, const IntRect& damageRect)
RenderThemeEfl.cpp 271 bool RenderThemeEfl::paintThemePart(RenderObject* object, FormType type, const PaintInfo& info, const IntRect& rect)
804 bool RenderThemeEfl::paintSliderTrack(RenderObject* object, const PaintInfo& info, const IntRect& rect)
833 bool RenderThemeEfl::paintSliderThumb(RenderObject* object, const PaintInfo& info, const IntRect& rect)
854 bool RenderThemeEfl::paintCheckbox(RenderObject* object, const PaintInfo& info, const IntRect& rect)
875 bool RenderThemeEfl::paintRadio(RenderObject* object, const PaintInfo& info, const IntRect& rect)
898 bool RenderThemeEfl::paintButton(RenderObject* object, const PaintInfo& info, const IntRect& rect)
916 bool RenderThemeEfl::paintMenuList(RenderObject* object, const PaintInfo& info, const IntRect& rect)
934 bool RenderThemeEfl::paintTextField(RenderObject* object, const PaintInfo& info, const IntRect& rect)
944 bool RenderThemeEfl::paintTextArea(RenderObject* object, const PaintInfo& info, const IntRect& rect)
960 bool RenderThemeEfl::paintSearchFieldDecoration(RenderObject* object, const PaintInfo& info, const IntRect& rect
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 30 #include "IntRect.h"
75 explicit RoundedIntRect(const IntRect&, const Radii& = Radii());
77 RoundedIntRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
79 const IntRect& rect() const { return m_rect; }
84 void setRect(const IntRect& rect) { m_rect = rect; }
99 IntRect m_rect;
GraphicsContext.cpp 33 #include "IntRect.h"
359 drawImage(image, styleColorSpace, p, IntRect(0, 0, -1, -1), op);
362 void GraphicsContext::drawImage(Image* image, ColorSpace styleColorSpace, const IntRect& r, CompositeOperator op, bool useLowQualityScale)
364 drawImage(image, styleColorSpace, r, IntRect(0, 0, -1, -1), op, useLowQualityScale);
367 void GraphicsContext::drawImage(Image* image, ColorSpace styleColorSpace, const IntPoint& dest, const IntRect& srcRect, CompositeOperator op)
369 drawImage(image, styleColorSpace, IntRect(dest, srcRect.size()), srcRect, op);
372 void GraphicsContext::drawImage(Image* image, ColorSpace styleColorSpace, const IntRect& dest, const IntRect& srcRect, CompositeOperator op, bool useLowQualityScale)
475 void GraphicsContext::drawTiledImage(Image* image, ColorSpace styleColorSpace, const IntRect& rect, const IntPoint& srcPoint, const IntSize& tileSize, CompositeOperator op, bool useLowQualityScale)
489 void GraphicsContext::drawTiledImage(Image* image, ColorSpace styleColorSpace, const IntRect& dest, const IntRect& srcRect, Image::TileRule hRule, Image::TileRule vRule, CompositeOperator op, (…)
    [all...]
ContextShadow.h 34 #include "IntRect.h"
120 void drawRectShadow(GraphicsContext* context, const IntRect& rect, const IntSize& topLeftRadius = IntSize(), const IntSize& topRightRadius = IntSize(), const IntSize& bottomLeftRadius = IntSize(), const IntSize& bottomRightRadius = IntSize());
136 IntRect calculateLayerBoundingRect(GraphicsContext*, const FloatRect& layerArea, const IntRect& clipRect);
139 void drawRectShadowWithoutTiling(GraphicsContext*, const IntRect& shadowRect, const IntSize& topLeftRadius, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius, float alpha);
ImageBuffer.h 50 class IntRect;
89 PassRefPtr<ByteArray> getUnmultipliedImageData(const IntRect&) const;
90 PassRefPtr<ByteArray> getPremultipliedImageData(const IntRect&) const;
92 void putUnmultipliedImageData(ByteArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint);
93 void putPremultipliedImageData(ByteArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint);
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp 126 static void adjustRectForFocus(GtkStyleContext* context, IntRect& rect)
135 void RenderThemeGtk::adjustRepaintRect(const RenderObject* renderObject, IntRect& rect)
198 static void paintToggle(const RenderThemeGtk* theme, GType widgetType, RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect)
225 IntRect indicatorRect(rect);
241 bool RenderThemeGtk::paintCheckbox(RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect)
252 bool RenderThemeGtk::paintRadio(RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect)
258 static void renderButton(RenderTheme* theme, GtkStyleContext* context, RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect)
260 IntRect buttonRect(rect);
305 buttonRect = IntRect(buttonRect.x() + borderWidth.left + focusPad, buttonRect.y() + borderWidth.top + focusPad,
324 bool RenderThemeGtk::paintButton(RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderSlider.cpp 103 IntRect RenderSlider::thumbRect()
107 return IntRect();
109 IntRect thumbRect;
116 IntRect contentRect = contentBoxRect();
162 IntRect oldThumbRect = thumb->frameRect();
166 IntRect rect = thumbRect();
RenderThemeChromiumLinux.cpp 187 bool RenderThemeChromiumLinux::paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& rect)
207 bool RenderThemeChromiumLinux::paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& rect)
226 bool RenderThemeChromiumLinux::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& rect)
239 bool RenderThemeChromiumLinux::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& rect)
262 bool RenderThemeChromiumLinux::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& rect)
286 bool RenderThemeChromiumLinux::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& rect)
295 bool RenderThemeChromiumLinux::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& rect)
313 bool RenderThemeChromiumLinux::paintInnerSpinButton(RenderObject* o, const PaintInfo& i, const IntRect& rect)
325 bool RenderThemeChromiumLinux::paintProgressBar(RenderObject* o, const PaintInfo& i, const IntRect& rect)
331 IntRect valueRect = progressValueRectFor(renderProgress, rect)
    [all...]
RenderLayerBacking.cpp 71 static IntRect clipBox(RenderBox* renderer);
185 IntRect layerBounds = compositor()->calculateCompositedBounds(m_owningLayer, m_owningLayer);
201 IntRect clippingBounds = view->layoutOverflowRect();
316 static IntRect clipBox(RenderBox* renderer)
318 IntRect result = PaintInfo::infiniteRect();
350 IntRect ancestorCompositingBounds;
356 IntRect localCompositingBounds = compositedBounds();
358 IntRect relativeCompositingBounds(localCompositingBounds);
367 IntRect clippingBox = clipBox(toRenderBox(compAncestor->renderer()));
376 IntRect parentClipRect = m_owningLayer->backgroundClipRect(compAncestor, true)
    [all...]
RenderThemeSafari.cpp 132 static NSControlSize controlSizeFromRect(const IntRect& rect, const IntSize sizes[])
261 void RenderThemeSafari::adjustRepaintRect(const RenderObject* o, IntRect& r)
296 IntRect RenderThemeSafari::inflateRect(const IntRect& r, const IntSize& size, const int* margins) const
302 IntRect result(r);
413 bool RenderThemeSafari::paintCheckbox(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
419 IntRect inflatedRect = inflateRect(r, checkboxSizes()[controlSize], checkboxMargins(controlSize));
452 bool RenderThemeSafari::paintRadio(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
458 IntRect inflatedRect = inflateRect(r, radioSizes()[controlSize], radioMargins(controlSize));
576 bool RenderThemeSafari::paintButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r
    [all...]
RenderObject.h 104 IntRect bounds;
105 IntRect clip;
219 void addAbsoluteRectForLayer(IntRect& result);
446 IntRect borderInnerRect(const IntRect&, unsigned short topWidth, unsigned short bottomWidth,
580 virtual void absoluteRects(Vector<IntRect>&, int, int) { }
582 IntRect absoluteBoundingBoxRect(bool useTransforms = false);
590 IntRect paintingRootRect(IntRect& topLevelRect);
616 void repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, bool immediate = false)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
PageClient.h 57 virtual void setViewNeedsDisplay(const WebCore::IntRect&) = 0;
63 virtual void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset) = 0;
91 virtual void didFindZoomableArea(const WebCore::IntRect&) = 0;
116 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&) = 0;
154 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects) = 0;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 154 void PlatformGraphicsContextSkia::addInnerRoundedRectClip(const IntRect& rect,
198 bool PlatformGraphicsContextSkia::clipOut(const IntRect& r)
294 void PlatformGraphicsContextSkia::drawEllipse(const IntRect& rect)
310 void PlatformGraphicsContextSkia::drawFocusRing(const Vector<IntRect>& rects,
343 IntRect rect = (IntRect)font.selectionRectForText(run, point, h, from, to);
350 fillRect(IntRect(x, y, w, t), backgroundColor);
351 fillRect(IntRect(x, y+h-t, w, t), backgroundColor);
352 fillRect(IntRect(x, y+t, t, h-t2), backgroundColor);
353 fillRect(IntRect(x+w-t, y+t, t, h-t2), backgroundColor)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 94 void GraphicsContext::drawRect(const IntRect& rect)
113 void GraphicsContext::drawEllipse(const IntRect& rect)
121 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
176 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
205 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
216 IntRect finalFocusRect;
219 IntRect focusRect = rects[i];
420 void GraphicsContext::clipOut(const IntRect& rect)
440 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness)
469 void GraphicsContext::setURLForRect(const KURL& link, const IntRect& destRect
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
WidgetMac.mm 162 IntRect Widget::frameRect() const
174 void Widget::setFrameRect(const IntRect& rect)
232 void Widget::paint(GraphicsContext* p, const IntRect& r)
243 AffineTransform widgetToViewTranform = makeMapBetweenRects(IntRect(IntPoint(), frameRect().size()), [view bounds]);
257 IntRect dirtyRect = r;
301 IntRect dirtyRect = r;
371 IntRect Widget::convertFromRootToContainingWindow(const Widget* rootWidget, const IntRect& rect)
383 IntRect Widget::convertFromContainingWindowToRoot(const Widget* rootWidget, const IntRect& rect
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 147 IntRect rect = enclosingIntRect(layer->fullContentAreaMapped());
165 IntRect Surface::visibleContentArea(bool force3dContentVisible) const
170 IntRect rect = m_fullContentArea;
173 IntRect contentViewport(TilesManager::instance()->shader()->contentViewport());
181 IntRect Surface::fullContentArea()
214 IntRect prepareArea = computePrepareArea();
215 IntRect fullArea = fullContentArea();
258 IntRect drawArea = visibleContentArea(force3dContentVisible);
327 IntRect Surface::computePrepareArea()
329 IntRect area
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 465 IntRect WebFrame::contentBounds() const
468 return IntRect();
472 return IntRect();
474 return IntRect(0, 0, view->contentsWidth(), view->contentsHeight());
477 IntRect WebFrame::visibleContentBounds() const
480 return IntRect();
484 return IntRect();
486 IntRect contentRect = view->visibleContentRect(true);
487 return IntRect(0, 0, contentRect.width(), contentRect.height());
490 IntRect WebFrame::visibleContentBoundsExcludingScrollbars() cons
    [all...]
WebPage.h 49 #include <WebCore/IntRect.h>
140 WebCore::IntRect bounds() const { return WebCore::IntRect(WebCore::IntPoint(), size()); }
161 void drawRect(WebCore::GraphicsContext&, const WebCore::IntRect&);
162 void drawPageOverlay(WebCore::GraphicsContext&, const WebCore::IntRect&);
174 WebCore::IntRect windowResizerRect() const;
256 const WebCore::IntRect& windowFrameInScreenCoordinates() const { return m_windowFrameInScreenCoordinates; }
257 const WebCore::IntRect& viewFrameInWindowCoordinates() const { return m_viewFrameInWindowCoordinates; }
266 WebCore::IntRect windowToScreen(const WebCore::IntRect&)
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 373 void RenderThemeQt::adjustRepaintRect(const RenderObject* o, IntRect& rect)
383 rect = IntRect(inflatedRect.x(), inflatedRect.y(), inflatedRect.width(), inflatedRect.height());
540 bool RenderThemeQt::paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& r)
550 bool RenderThemeQt::paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& r)
643 bool RenderThemeQt::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
683 bool RenderThemeQt::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r)
719 bool RenderThemeQt::paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r)
759 bool RenderThemeQt::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r)
769 IntRect rect = r;
812 const IntRect& r
    [all...]
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 125 void drawElementTitle(GraphicsContext& context, Node* node, const IntRect& boundingBox, const IntRect& anchorBox, const FloatRect& overlayRect, WebCore::Settings* settings)
175 IntRect titleRect = enclosingIntRect(font.selectionRectForText(nodeTitleRun, titleBasePoint, fontHeightPx));
224 IntRect boundingBox = renderer->absoluteBoundingBoxRect(true);
228 IntRect titleAnchorBox = boundingBox;
247 IntRect contentBox = renderBox->contentBoxRect();
251 IntRect paddingBox(contentBox.x() - renderBox->paddingLeft(), contentBox.y() - renderBox->paddingTop(),
253 IntRect borderBox(paddingBox.x() - renderBox->borderLeft(), paddingBox.y() - renderBox->borderTop(),
255 IntRect marginBox(borderBox.x() - renderBox->marginLeft(), borderBox.y() - renderBox->marginTop(),
  /external/webkit/Source/WebCore/accessibility/
AccessibilitySlider.cpp 176 IntRect AccessibilitySliderThumb::elementRect() const
179 return IntRect();
181 IntRect intRect = toRenderSlider(m_parentSlider->renderer())->thumbRect();
182 FloatQuad floatQuad = m_parentSlider->renderer()->localToAbsoluteQuad(FloatRect(intRect));

Completed in 889 milliseconds

<<11121314151617181920>>