Home
last modified time | relevance | path

Searched defs:FloatRect (Results 1 – 25 of 62) sorted by relevance

123

/external/webkit/Source/WebCore/platform/graphics/
DGenerator.h33 class FloatRect; variable
41 virtual void adjustParametersForTiledDrawing(IntSize& /* size */, FloatRect& /* srcRect */) { } in adjustParametersForTiledDrawing() argument
DFloatRect.h76 FloatRect() { } in FloatRect() function
77 FloatRect(const FloatPoint& location, const FloatSize& size) in FloatRect() function
79 FloatRect(float x, float y, float width, float height) in FloatRect() function
/external/webkit/Source/WebCore/platform/graphics/cg/
DFloatRectCG.cpp36 FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size) in FloatRect() function in WebCore::FloatRect
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFloatRectHaiku.cpp37 FloatRect::FloatRect(const BRect& rect) in FloatRect() function in WebCore::FloatRect
/external/webkit/Source/WebCore/platform/graphics/wx/
DFloatRectWx.cpp35 FloatRect::FloatRect(const wxRect2DDouble& r) in FloatRect() function in WebCore::FloatRect
DGradientWx.cpp45 void Gradient::fill(GraphicsContext*, const FloatRect&) in fill()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DFloatRectCairo.cpp33 FloatRect::FloatRect(const cairo_rectangle_t& r) in FloatRect() function in WebCore::FloatRect
DCairoUtilities.h35 class FloatRect; variable
/external/webkit/Source/WebCore/platform/
DPlatformScreen.h45 class FloatRect; variable
/external/webkit/Source/WebCore/platform/graphics/skia/
DFloatRectSkia.cpp38 FloatRect::FloatRect(const SkRect& r) in FloatRect() function in WebCore::FloatRect
/external/webkit/Source/WebCore/platform/graphics/qt/
DFloatRectQt.cpp35 FloatRect::FloatRect(const QRectF& r) in FloatRect() function in WebCore::FloatRect
/external/webkit/Source/WebCore/svg/
DSVGFitToViewBox.h32 class FloatRect; variable
DSVGLocatable.h31 class FloatRect; variable
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DChromeClientHaiku.h38 class FloatRect; variable
/external/webkit/Source/WebCore/rendering/svg/
DSVGImageBufferTools.h30 class FloatRect; variable
DSVGRenderSupport.h33 class FloatRect; variable
DSVGRenderTreeAsText.h36 class FloatRect; variable
/external/webkit/Source/WebCore/platform/graphics/openvg/
DTiledImageOpenVG.h32 class FloatRect; variable
DVGUtils.h63 class FloatRect; variable
DPainterOpenVG.h35 class FloatRect; variable
/external/webkit/Source/WebKit/chromium/tests/
DDragImageTest.cpp89 virtual void draw(WebCore::GraphicsContext*, const WebCore::FloatRect&, in draw()
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWinInternal.h40 class FloatRect; variable
/external/webkit/Source/WebKit2/UIProcess/
DWebUIClient.h37 class FloatRect; variable
/external/webkit/Source/WebCore/page/
DPrintContext.h31 class FloatRect; variable
DChrome.h43 class FloatRect; variable

123