Searched refs:setRect (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTile.h40 inline void setRect(const FloatRect& rect) { m_rect = rect; } function in class:WebCore::TextureMapperTile
H A DTextureMapperTiledBackingStore.cpp120 tile.setRect(tileRectsToAdd[i]);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebScrollBarPrivate.idl51 HRESULT setRect([in] RECT bounds);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebScrollBar.h73 virtual HRESULT STDMETHODCALLTYPE setRect(
H A DWebScrollBar.cpp134 HRESULT STDMETHODCALLTYPE WebScrollBar::setRect( function in class:WebScrollBar
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebPageSGNode.cpp142 m_backgroundNode->setRect(rect);
H A DQtWebPageEventHandler.cpp541 currentTouchPoint.setRect(QRectF(mouseEvent->localPos(), QSizeF(2, 2)));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DRoundedRect.h85 void setRect(const IntRect& rect) { m_rect = rect; } function in class:WebCore::RoundedRect
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebkittest.cpp52 point.setRect(touchRect);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedBackingStore.cpp40 setRect(tileRect);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeSafari.cpp962 bounds.setRect(IntRect(r.x(),
967 bounds.setRect(IntRect(r.x() + r.width() / 2 - trackWidth / 2,
H A DRenderLayer.h99 void setRect(const LayoutRect& rect) { m_rect = rect; } function in class:WebCore::ClipRect
H A DRenderBoxModelObject.cpp2012 innerThird.setRect(innerThirdRect);
2013 outerThird.setRect(outerThirdRect);

Completed in 202 milliseconds