Searched defs:damageRect (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
H A DScrollbarEfl.cpp213 void ScrollbarEfl::paint(GraphicsContext* graphicsContext, const IntRect& damageRect) argument
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarThemeQt.cpp140 bool ScrollbarThemeQt::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect) argument
143 scrollbar->invalidateRect(damageRect);
154 p.painter->setClipRect(opt->rect.intersected(damageRect), Qt::IntersectClip);
/external/webkit/Source/WebCore/platform/
H A DScrollbarThemeComposite.cpp58 bool ScrollbarThemeComposite::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect) argument
60 // Create the ScrollbarControlPartMask based on the damageRect
69 if (damageRect.intersects(backButtonStartPaintRect))
72 if (damageRect.intersects(backButtonEndPaintRect))
75 if (damageRect.intersects(forwardButtonStartPaintRect))
78 if (damageRect.intersects(forwardButtonEndPaintRect))
86 if (damageRect.intersects(trackPaintRect))
92 if (damageRect.intersects(thumbRect))
94 if (damageRect.intersects(startTrackRect))
96 if (damageRect
[all...]
H A DScrollbar.cpp159 void Scrollbar::paint(GraphicsContext* context, const IntRect& damageRect) argument
166 if (context->paintingDisabled() || !frameRect().intersects(damageRect))
169 if (!theme()->paint(this, context, damageRect))
170 Widget::paint(context, damageRect);
/external/webkit/Source/WebCore/platform/gtk/
H A DScrollbarThemeGtk.cpp185 bool ScrollbarThemeGtk::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect) argument
190 // Create the ScrollbarControlPartMask based on the damageRect
199 if (damageRect.intersects(backButtonStartPaintRect))
202 if (damageRect.intersects(backButtonEndPaintRect))
205 if (damageRect.intersects(forwardButtonStartPaintRect))
208 if (damageRect.intersects(forwardButtonEndPaintRect))
213 if (damageRect.intersects(trackPaintRect))
227 if (damageRect.intersects(currentThumbRect))
/external/webkit/Source/WebCore/rendering/
H A DRenderScrollbar.cpp101 void RenderScrollbar::paint(GraphicsContext* context, const IntRect& damageRect) argument
107 Scrollbar::paint(context, damageRect);
H A DRenderTreeAsText.cpp659 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; local
660 l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true);
666 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
670 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, LayerPaintPhaseBackground, indent, behavior);
684 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, paintsBackgroundSeparately ? LayerPaintPhaseForeground : LayerPaintPhaseAll, indent, behavior);
H A DRenderLayerBacking.cpp1099 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; local
1100 m_owningLayer->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect);
1125 setClip(context, paintDirtyRect, damageRect);
1131 PaintInfo info(context, damageRect, phase, false, paintingRootForRenderer, 0);
1133 PaintInfo info(context, damageRect, PaintPhaseBlockBackground, false, paintingRootForRenderer, 0);
1140 m_owningLayer->paintOverflowControls(context, x, y, damageRect);
1143 restoreClip(context, paintDirtyRect, damageRect);
1205 if (renderer()->hasMask() && !selectionOnly && !damageRect.isEmpty()) {
1206 setClip(context, paintDirtyRect, damageRect);
1209 PaintInfo paintInfo(context, damageRect, PaintPhaseMas
[all...]
H A DRenderLayer.cpp2326 void RenderLayer::paintOverflowControls(GraphicsContext* context, int tx, int ty, const IntRect& damageRect, bool paintingOverlayControls) argument
2364 m_hBar->paint(context, damageRect);
2370 m_vBar->paint(context, damageRect);
2379 paintScrollCorner(context, offsetX, offsetY, damageRect);
2382 paintResizer(context, offsetX, offsetY, damageRect);
2385 void RenderLayer::paintScrollCorner(GraphicsContext* context, int tx, int ty, const IntRect& damageRect) argument
2392 if (!absRect.intersects(damageRect))
2411 void RenderLayer::paintResizer(GraphicsContext* context, int tx, int ty, const IntRect& damageRect) argument
2421 if (!absRect.intersects(damageRect))
2516 void RenderLayer::paint(GraphicsContext* p, const IntRect& damageRect, PaintBehavio argument
2525 paintOverlayScrollbars(GraphicsContext* p, const IntRect& damageRect, PaintBehavior paintBehavior, RenderObject *paintingRoot) argument
2660 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; local
3607 intersectsDamageRect(const IntRect& layerBounds, const IntRect& damageRect, const RenderLayer* rootLayer) const argument
[all...]
/external/webkit/Source/WebKit/win/
H A DWebScrollBar.cpp161 /* [in] */ RECT damageRect)
164 IntRect rect(damageRect.left, damageRect.top, damageRect.right-damageRect.left, damageRect.bottom-damageRect.top);
159 paint( HDC dc, RECT damageRect) argument
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.cpp92 void WebPluginContainerImpl::paint(GraphicsContext* gc, const IntRect& damageRect) argument
101 if (!frameRect().intersects(damageRect))
121 IntRect(view->contentsToWindow(damageRect.location()), damageRect.size());
286 IntRect damageRect = convertToContainingWindow(static_cast<IntRect>(rect)); local
290 parent()->hostWindow()->scroll(scrollDelta, damageRect, damageRect);
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp490 IntRect damageRect(clientRect());
491 damageRect.setY(m_itemHeight * (index - m_scrollOffset));
492 damageRect.setHeight(m_itemHeight);
494 damageRect.setWidth(damageRect.width() - m_scrollbar->frameRect().width());
496 RECT r = damageRect;
560 void PopupMenuWin::paint(const IntRect& damageRect, HDC hdc) argument
600 // listRect is the damageRect translated into the coordinates of the entire menu list (which is itemCount * m_itemHeight pixels tall)
601 IntRect listRect = damageRect;
618 IntRect itemRect(0, (index - m_scrollOffset) * m_itemHeight, damageRect
[all...]
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.cpp446 IntRect damageRect(clientRect());
447 damageRect.setY(m_itemHeight * (index - m_scrollOffset));
448 damageRect.setHeight(m_itemHeight);
450 damageRect.setWidth(damageRect.width() - m_scrollbar->frameRect().width());
452 RECT r = damageRect;
805 void WebPopupMenuProxyWin::paint(const IntRect& damageRect, HDC hdc) argument
838 IntRect translatedDamageRect = damageRect;
840 m_data.m_notSelectedBackingStore->paint(context, damageRect.location(), translatedDamageRect);
849 m_scrollbar->paint(&context, damageRect);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 329 milliseconds