Searched
full:intrect (Results
651 -
675 of
887) sorted by null
<<21222324252627282930>>
/external/webkit/Source/WebCore/platform/graphics/ |
MediaPlayer.cpp | 35 #include "IntRect.h" 134 virtual void paint(GraphicsContext*, const IntRect&) { } 621 void MediaPlayer::paint(GraphicsContext* p, const IntRect& r) 626 void MediaPlayer::paintCurrentFrameInContext(GraphicsContext* p, const IntRect& r)
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.h | 140 bool paintContext(SkPicture* context, const IntRect& rect);
|
MediaPlayerPrivateAndroid.h | 90 virtual void paint(GraphicsContext*, const IntRect&) { }
|
TilesProfiler.cpp | 129 void TilesProfiler::nextInval(const IntRect& rect, float scale)
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
GraphicsLayerChromium.h | 86 virtual void setContentsRect(const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCPluginLayerImpl.cpp | 49 void CCPluginLayerImpl::draw(const IntRect&)
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
FontGtk.cpp | 63 IntRect getPangoRegionExtents(PangoRegionType region) 67 return IntRect(rectangle.x, rectangle.y, rectangle.width, rectangle.height); 77 IntRect getPangoRegionExtents(PangoRegionType region) 81 return IntRect(rectangle.x, rectangle.y, rectangle.width, rectangle.height);
|
IconGtk.cpp | 114 void Icon::paint(GraphicsContext* context, const IntRect& rect)
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
GraphicsLayerTextureMapper.h | 71 virtual void setContentsRect(const IntRect& r);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
GraphicsLayerCACF.h | 79 virtual void setContentsRect(const IntRect&);
|
/external/webkit/Source/WebCore/platform/mock/ |
SpeechInputClientMock.cpp | 54 bool SpeechInputClientMock::startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin* origin)
|
/external/webkit/Source/WebCore/platform/win/ |
PlatformScreenWin.cpp | 31 #include "IntRect.h"
|
/external/webkit/Source/WebCore/platform/wx/ |
PopupMenuWx.cpp | 81 void PopupMenuWx::show(const IntRect& r, FrameView* v, int index)
|
/external/webkit/Source/WebCore/rendering/ |
RenderDetailsMarker.cpp | 129 IntRect overflowRect(visualOverflowRect());
|
RenderIFrame.cpp | 103 return absoluteBoundingBoxRect().intersects(IntRect(IntPoint(0, 0), view->contentsSize()));
|
RenderMenuList.cpp | 233 IntRect RenderMenuList::controlClipRect(int tx, int ty) const 238 IntRect outerBox(tx + borderLeft() + paddingLeft(), 243 IntRect innerBox(tx + m_innerBlock->x() + m_innerBlock->paddingLeft(), 298 IntRect absBounds = absoluteBoundingBoxRect();
|
RenderMenuList.h | 73 virtual IntRect controlClipRect(int tx, int ty) const;
|
RenderTableSection.h | 139 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
|
RenderTextControl.h | 97 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty);
|
/external/webkit/Source/WebCore/rendering/style/ |
BorderData.h | 29 #include "IntRect.h"
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGBlock.cpp | 71 void RenderSVGBlock::absoluteRects(Vector<IntRect>&, int, int)
|
RenderSVGContainer.h | 54 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty);
|
/external/webkit/Source/WebCore/wml/ |
WMLAElement.cpp | 111 Vector<IntRect> rects;
|
/external/webkit/Source/WebKit/chromium/src/ |
SpeechInputClientImpl.cpp | 67 bool SpeechInputClientImpl::startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin* origin)
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebviewprivate.h | 102 WebCore::IntRect tooltipArea;
|
Completed in 391 milliseconds
<<21222324252627282930>>