Searched defs:FloatRect (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DFloatRectBlackBerry.cpp26 FloatRect::FloatRect(const BlackBerry::Platform::FloatRect& rect) function in class:WebCore::FloatRect
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DFloatRectCairo.cpp33 FloatRect::FloatRect(const cairo_rectangle_t& r) function in class:WebCore::FloatRect
H A DGraphicsContextPlatformPrivateCairo.h86 void clip(const FloatRect&) {} argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DFloatRectCG.cpp36 FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size) function in class:WebCore::FloatRect
H A DGraphicsContextPlatformPrivateCG.h59 void clip(const FloatRect&) {} argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFloatRectQt.cpp35 FloatRect::FloatRect(const QRectF& r) function in class:WebCore::FloatRect
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperBackingStore.h43 virtual void drawRepaintCounter(TextureMapper*, int /* repaintCount */, const Color&, const FloatRect&, const TransformationMatrix&) { } argument
H A DTextureMapperImageBuffer.cpp155 void TextureMapperImageBuffer::drawBorder(const Color&, float /* borderWidth */, const FloatRect&, const TransformationMatrix&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedTile.cpp138 void CoordinatedTileBackend::paintCheckerPattern(GraphicsContext*, const FloatRect&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatRect.cpp42 FloatRect::FloatRect(const IntRect& r) : m_location(r.location()), m_size(r.size()) function in class:WebCore::FloatRect
46 FloatRect::FloatRect(const LayoutRect& r) : m_location(r.location()), m_size(r.size()) function in class:WebCore::FloatRect
[all...]
H A DFloatRect.h69 class FloatRect { class in namespace:WebCore
76 FloatRect() { } function in class:WebCore::FloatRect
77 FloatRect(const FloatPoint& location, const FloatSize& size) function in class:WebCore::FloatRect
79 FloatRect(float x, float y, float width, float height) function in class:WebCore::FloatRect
[all...]
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp63 void ChromeClientWinCE::setWindowRect(const FloatRect&) argument
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DChrome.cpp544 FloatRect ChromeClient::customHighlightRect(Node*, const AtomicString&, const FloatRect&) argument
549 void ChromeClient::paintCustomHighlight(Node*, const AtomicString&, const FloatRect&, const FloatRect&, bool, bool) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DChromeClientBlackBerry.cpp154 void ChromeClientBlackBerry::setWindowRect(const FloatRect&) argument
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h69 virtual void setWindowRect(const FloatRect&) { } argument

Completed in 192 milliseconds