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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DFloatRectCairo.cpp33 FloatRect::FloatRect(const cairo_rectangle_t& r) function in class:WebCore::FloatRect
H A DGraphicsContextPlatformPrivateCairo.h85 void clip(const FloatRect&) {} argument
/macosx-10.10/WebCore-7600.1.25/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.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperBackingStore.h43 virtual void drawRepaintCounter(TextureMapper*, int /* repaintCount */, const Color&, const FloatRect&, const TransformationMatrix&) { } argument
H A DTextureMapperImageBuffer.cpp143 void TextureMapperImageBuffer::drawBorder(const Color&, float /* borderWidth */, const FloatRect&, const TransformationMatrix&) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DTileCoverageMap.cpp103 void TileCoverageMap::platformCALayerPaintContents(PlatformCALayer* platformCALayer, GraphicsContext& context, const FloatRect&) argument
H A DTileGrid.cpp639 platformCALayerPaintContents(PlatformCALayer* platformCALayer, GraphicsContext& context, const FloatRect&) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedTile.cpp138 void CoordinatedTileBackend::paintCheckerPattern(GraphicsContext*, const FloatRect&) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatRect.cpp39 FloatRect::FloatRect(const IntRect& r) function in class:WebCore::FloatRect
[all...]
H A DFloatRect.h53 class FloatRect { class in namespace:WebCore
60 FloatRect() { } function in class:WebCore::FloatRect
61 FloatRect(const FloatPoint& location, const FloatSize& size) function in class:WebCore::FloatRect
63 FloatRect(float x, float y, float width, float height) function in class:WebCore::FloatRect
[all...]
H A DLayoutRect.h[all...]
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp63 void ChromeClientWinCE::setWindowRect(const FloatRect&) argument
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTheme.h290 virtual bool paintTextField(const RenderObject&, const PaintInfo&, const FloatRect&) { return true; } argument
291 virtual bool paintTextFieldDecorations(const RenderObject&, const PaintInfo&, const FloatRect&) { return true; } argument
294 virtual bool paintTextArea(const RenderObject&, const PaintInfo&, const FloatRect&) { return true; } argument
295 virtual bool paintTextAreaDecorations(const RenderObject&, const PaintInfo&, const FloatRect&) { return true; } argument
298 virtual bool paintMenuList(const RenderObject&, const PaintInfo&, const FloatRect&) { return true; } argument
302 virtual bool paintMenuListButtonDecorations(const RenderObject&, const PaintInfo&, const FloatRect&) { return true; } argument
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp190 virtual void platformCALayerPaintContents(PlatformCALayer*, GraphicsContext&, const FloatRect&) { } argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp215 virtual void platformCALayerPaintContents(PlatformCALayer*, GraphicsContext&, const FloatRect&) { } argument

Completed in 197 milliseconds