Searched defs:clipRect (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFieldset.cpp177 LayoutRect clipRect; local
[all...]
H A DRenderFileUploadControl.cpp125 IntRect clipRect = enclosingIntRect(LayoutRect(paintOffset.x() + borderLeft(), paintOffset.y() + borderTop(), local
H A DRenderWidget.cpp121 IntRect clipRect = roundedIntRect(enclosingLayer()->childrenClipRect()); local
H A DRenderRegion.cpp163 LayoutRect clipRect; local
H A DRenderTextControlSingleLine.cpp308 LayoutRect clipRect = contentBoxRect(); local
H A DRenderTreeAsText.cpp586 write(TextStream& ts, RenderLayer& l, const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, const LayoutRect& outlineClipRect, LayerPaintPhase paintPhase = LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal) argument
H A DRenderListBox.cpp704 LayoutRect clipRect = contentBoxRect(); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DGraphicsContextWin.cpp154 void GraphicsContextPlatformPrivate::clip(const FloatRect& clipRect) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebPageProxyGtk.cpp104 void WebPageProxy::windowedPluginGeometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect, uint64_t windowID) argument
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DWidgetRenderingContext.cpp157 void WidgetRenderingContext::calculateClipRect(const IntRect& rect, GdkRectangle* clipRect) argument
167 GdkRectangle clipRect; local
178 gtk_paint_box(gtk_widget_get_style(widget), m_target, stateType, shadowType, &clipRect, local
184 GdkRectangle clipRect; local
186 gtk_paint_flat_box(gtk_widget_get_style(widget), m_target, stateType, shadowType, &clipRect, local
192 GdkRectangle clipRect; local
194 gtk_paint_focus(gtk_widget_get_style(widget), m_target, stateType, &clipRect, widget, local
200 GdkRectangle clipRect; local
202 gtk_paint_slider(gtk_widget_get_style(widget), m_target, stateType, shadowType, &clipRect, widget, local
208 GdkRectangle clipRect; local
210 gtk_paint_check(gtk_widget_get_style(widget), m_target, stateType, shadowType, &clipRect, widget, local
216 GdkRectangle clipRect; local
218 gtk_paint_option(gtk_widget_get_style(widget), m_target, stateType, shadowType, &clipRect, widget, local
224 GdkRectangle clipRect; local
226 gtk_paint_shadow(gtk_widget_get_style(widget), m_target, stateType, shadowType, &clipRect, widget, local
232 GdkRectangle clipRect; local
234 gtk_paint_arrow(gtk_widget_get_style(widget), m_target, stateType, shadowType, &clipRect, widget, detail, local
240 GdkRectangle clipRect; local
242 gtk_paint_vline(gtk_widget_get_style(widget), m_target, stateType, &clipRect, widget, detail, local
[all...]
/macosx-10.10/WebKit-7600.1.25/wince/
H A DWebView.cpp235 void WebView::paint(HDC hDC, const IntRect& clipRect) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DPageOverlayController.cpp277 void PageOverlayController::paintContents(const WebCore::GraphicsLayer* graphicsLayer, WebCore::GraphicsContext& graphicsContext, WebCore::GraphicsLayerPaintingPhase, const WebCore::FloatRect& clipRect) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp274 void LayerTreeHostGtk::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const FloatRect& clipRect) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCompositingCoordinator.cpp253 void CompositingCoordinator::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const FloatRect& clipRect) argument
H A DCoordinatedGraphicsScene.cpp65 void CoordinatedGraphicsScene::paintToCurrentGLContext(const TransformationMatrix& matrix, float opacity, const FloatRect& clipRect, TextureMapper::PaintFlags PaintFlags) argument
83 m_textureMapper->beginClip(TransformationMatrix(), clipRect); local
129 IntRect clipRect = graphicsContext.clipBounds(); local
/macosx-10.10/WebCore-7600.1.25/page/
H A DChrome.cpp95 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DShadowBlur.cpp399 IntRect ShadowBlur::calculateLayerBoundingRect(GraphicsContext* context, const FloatRect& shadowedRect, const IntRect& clipRect) argument
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebChromeClient.cpp482 void WebChromeClient::scroll(const IntSize& delta, const IntRect& scrollViewRect, const IntRect& clipRect) argument
486 m_webView->scrollBackingStore(core(m_webView->topLevelFrame())->view(), delta.width(), delta.height(), scrollViewRect, clipRect); local
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginControllerProxy.cpp409 void PluginControllerProxy::geometryDidChange(const IntSize& pluginSize, const IntRect& clipRect, const AffineTransform& pluginToRootViewTransform, float contentsScaleFactor, const ShareableBitmap::Handle& backingStoreHandle) argument
616 void PluginControllerProxy::windowedPluginGeometryDidChange(const IntRect& frameRect, const IntRect& clipRect, uint64_t windowID) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginProxy.cpp289 void PluginProxy::geometryDidChange(const IntSize& pluginSize, const IntRect& clipRect, const AffineTransform& pluginToRootViewTransform) argument
679 void PluginProxy::windowedPluginGeometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect, uint64_t windowID) argument
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXFont.c1064 CGRect clipRect = CGRectInfinite, startBounds; local
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorTimelineAgent.cpp330 void InspectorTimelineAgent::didPaint(RenderObject* renderer, const LayoutRect& clipRect) argument
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollView.cpp808 bool ScrollView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) argument
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp873 void WebView::scrollBackingStore(FrameView* frameView, int dx, int dy, const IntRect& scrollViewRect, const IntRect& clipRect) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebViewBase.cpp431 static bool webkitWebViewRenderAcceleratedCompositingResults(WebKitWebViewBase* webViewBase, DrawingAreaProxyImpl* drawingArea, cairo_t* cr, GdkRectangle* clipRect) argument

Completed in 326 milliseconds

12