Searched
full:intrect (Results
351 -
375 of
888) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/platform/graphics/wince/ |
MediaPlayerPrivateWinCE.h | 41 class IntRect; 82 void paint(GraphicsContext*, const IntRect&);
|
/external/webkit/Source/WebCore/platform/image-decoders/openvg/ |
ImageDecoderOpenVG.cpp | 23 #include "IntRect.h" 57 IntRect tileRect = tiledImage->tileRect(xIndex, yIndex);
|
/external/webkit/Source/WebCore/platform/mac/ |
ThemeMac.h | 50 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const; 51 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
|
/external/webkit/Source/WebCore/platform/wx/ |
ScrollViewWx.cpp | 30 #include "IntRect.h" 139 void ScrollView::platformRepaintContentRectangle(const IntRect& updateRect, bool now) 152 IntRect ScrollView::platformVisibleContentRect(bool includeScrollbars) const 156 return IntRect(); 165 return IntRect(m_data->viewStart.x, m_data->viewStart.y, width, height); 339 IntRect ScrollView::platformContentsToScreen(const IntRect& rect) const 346 return IntRect();
|
/external/webkit/Source/WebCore/plugins/symbian/ |
PluginViewSymbian.cpp | 95 IntRect oldWindowRect = m_windowRect; 96 IntRect oldClipRect = m_clipRect; 98 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); 134 void PluginView::paint(GraphicsContext* context, const IntRect& rect) 153 IntRect clipRect(rect); 257 void PluginView::setNPWindowRect(const IntRect&) 346 void PluginView::invalidateRect(const IntRect& rect) 364 IntRect r(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top);
|
/external/webkit/Source/WebCore/rendering/ |
RenderBR.h | 41 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* /*repaintContainer*/, bool /*clipToVisibleContent*/) { return IntRect(); }
|
RenderLineBoxList.h | 70 bool anyLineIntersectsRect(RenderBoxModelObject*, const IntRect&, int tx, int ty, bool usePrintRect = false, int outlineSize = 0) const; 72 bool rangeIntersectsRect(RenderBoxModelObject*, int logicalTop, int logicalBottom, const IntRect&, int tx, int ty) const;
|
RenderTableCol.h | 59 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); 60 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
|
RenderTableRow.h | 56 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); 64 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
|
RenderVideo.h | 43 IntRect videoBox() const; 62 virtual void imageChanged(WrappedImagePtr, const IntRect*);
|
/external/webkit/Source/WebCore/rendering/style/ |
ShadowData.h | 33 class IntRect; 85 void adjustRectForShadow(IntRect&, int additionalOutlineSize = 0) const;
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGImage.h | 60 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty); 62 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
|
RenderSVGInlineText.h | 62 virtual IntRect localCaretRect(InlineBox*, int caretOffset, int* extraWidthToEndOfLine = 0); 63 virtual IntRect linesBoundingBox() const;
|
RenderSVGText.h | 65 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); 66 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
|
SVGInlineTextBox.h | 50 virtual IntRect selectionRect(int absx, int absy, int startPosition, int endPosition); 54 virtual IntRect calculateBoundaries() const;
|
SVGRenderSupport.h | 64 static IntRect clippedOverflowRectForRepaint(RenderObject*, RenderBoxModelObject* repaintContainer); 65 static void computeRectForRepaint(RenderObject*, RenderBoxModelObject* repaintContainer, IntRect&, bool fixed);
|
/external/webkit/Source/WebKit/chromium/src/ |
ExternalPopupMenu.h | 39 class IntRect; 59 virtual void show(const WebCore::IntRect&, WebCore::FrameView*, int index);
|
/external/webkit/Source/WebKit/win/ |
MarshallingHelpers.h | 33 class IntRect; 54 static SAFEARRAY* intRectToSafeArray(const WebCore::IntRect&);
|
/external/webkit/Source/WebKit2/PluginProcess/mac/ |
PluginControllerProxyMac.mm | 86 void PluginControllerProxy::windowAndViewFramesChanged(const IntRect& windowFrameInScreenCoordinates, const IntRect& viewFrameInWindowCoordinates)
|
/external/webkit/Source/WebKit2/Shared/mac/ |
UpdateChunk.cpp | 47 UpdateChunk::UpdateChunk(const IntRect& rect) 79 IntRect rect;
|
/external/webkit/Source/WebKit2/UIProcess/ |
ChunkedUpdateDrawingAreaProxy.h | 76 virtual bool paint(const WebCore::IntRect&, PlatformDrawingContext); 82 bool platformPaint(const WebCore::IntRect&, PlatformDrawingContext);
|
WebFullScreenManagerProxy.h | 42 class IntRect; 97 void getFullScreenRect(WebCore::IntRect&);
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
ChunkedUpdateDrawingAreaProxyGtk.cpp | 64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, cairo_t* cr) 84 const IntRect& updateChunkRect = updateChunk->rect();
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
WebFullScreenManagerProxyMac.mm | 32 #import <WebCore/IntRect.h> 94 void WebFullScreenManagerProxy::getFullScreenRect(WebCore::IntRect& rect)
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
ChunkedUpdateDrawingAreaProxyQt.cpp | 60 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, QPainter* painter) 74 const IntRect& updateChunkRect = updateChunk->rect();
|
Completed in 402 milliseconds
<<11121314151617181920>>