HomeSort by relevance Sort by last modified time
    Searched refs:paintRect (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/platform/win/
ScrollbarThemeSafari.cpp 123 IntRect paintRect(buttonRect);
125 paintRect.setWidth(cRealButtonLength[controlSize]);
127 paintRect.setX(buttonRect.x() - (cRealButtonLength[controlSize] - buttonRect.width()));
129 paintRect.setHeight(cRealButtonLength[controlSize]);
131 paintRect.setY(buttonRect.y() - (cRealButtonLength[controlSize] - buttonRect.height()));
134 return paintRect;
175 IntRect paintRect(trackRect);
177 paintRect.inflateX(cButtonLength[controlSize]);
179 paintRect.inflateY(cButtonLength[controlSize]);
181 return paintRect;
    [all...]
  /external/webkit/WebCore/svg/graphics/
SVGResourceFilter.cpp 101 FloatRect paintRect = renderer->strokeBoundingBox();
102 paintRect.unite(renderer->markerBoundingBox());
108 FloatRect clippedSourceRect = paintRect;
123 m_filter = SVGFilter::create(paintRect, m_filterBBox, m_effectBBoxMode);
151 sourceGraphicContext->clearRect(FloatRect(FloatPoint(), paintRect.size()));
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.cpp 253 void WebPopupMenuImpl::repaint(const IntRect& paintRect,
259 if (!contentChanged || paintRect.isEmpty())
262 m_client->didInvalidateRect(paintRect);
ChromeClientImpl.cpp 466 const IntRect& paintRect, bool contentChanged, bool immediate,
470 if (!contentChanged || paintRect.isEmpty())
473 m_webView->client()->didInvalidateRect(paintRect);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 212 IntRect paintRect(buttonRect);
214 paintRect.setWidth(cRealButtonLength[controlSize]);
216 paintRect.setX(buttonRect.x() - (cRealButtonLength[controlSize] - buttonRect.width()));
218 paintRect.setHeight(cRealButtonLength[controlSize]);
220 paintRect.setY(buttonRect.y() - (cRealButtonLength[controlSize] - buttonRect.height()));
223 return paintRect;
  /external/webkit/WebCore/platform/mac/
ScrollbarThemeMac.mm 199 IntRect paintRect(buttonRect);
201 paintRect.setWidth(cRealButtonLength[controlSize]);
203 paintRect.setX(buttonRect.x() - (cRealButtonLength[controlSize] - buttonRect.width()));
205 paintRect.setHeight(cRealButtonLength[controlSize]);
207 paintRect.setY(buttonRect.y() - (cRealButtonLength[controlSize] - buttonRect.height()));
210 return paintRect;
  /external/webkit/WebCore/rendering/
RenderWidget.cpp 266 IntRect paintRect = paintInfo.rect;
270 // not the root. In this case, shift the CTM and adjust the paintRect to be root-relative to fix plug-in drawing.
273 paintRect.move(-paintOffset);
275 m_widget->paint(paintInfo.context, paintRect);
  /external/webkit/WebCore/platform/
ScrollView.cpp 710 IntRect paintRect = rect;
712 paintRect.intersect(visibleContentRect());
714 if (rect != paintRect)
717 if (paintRect.isEmpty())
720 platformRepaintContentRectangle(paintRect, now);
725 hostWindow()->repaint(contentsToWindow(paintRect), true, now);
    [all...]
  /external/webkit/WebCore/page/
FrameView.cpp 1000 IntRect paintRect = r;
1002 paintRect.intersect(visibleContentRect());
1004 if (r != paintRect)
1007 if (paintRect.isEmpty())
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/WebKit/wx/
WebView.cpp 549 wxRect paintRect = GetUpdateRegion().GetBox();
558 frame->view()->paint(&gc, paintRect);
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 461 milliseconds