Home
last modified time | relevance | path

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

12

/external/webkit/WebCore/platform/graphics/
DGenerator.h33 class FloatRect; variable
41 virtual void adjustParametersForTiledDrawing(IntSize& /* size */, FloatRect& /* srcRect */) { } in adjustParametersForTiledDrawing() argument
DFloatRect.h72 FloatRect() { } in FloatRect() function
73 FloatRect(const FloatPoint& location, const FloatSize& size) in FloatRect() function
75 FloatRect(float x, float y, float width, float height) in FloatRect() function
DFloatRect.cpp40 FloatRect::FloatRect(const IntRect& r) : m_location(r.location()), m_size(r.size()) in FloatRect() function in WebCore::FloatRect
/external/webkit/WebCore/platform/graphics/haiku/
DFloatRectHaiku.cpp37 FloatRect::FloatRect(const BRect& rect) in FloatRect() function in WebCore::FloatRect
DGradientHaiku.cpp47 void Gradient::fill(GraphicsContext*, const FloatRect&) in fill()
/external/webkit/WebKit/haiku/WebCoreSupport/
DChromeClientHaiku.h37 class FloatRect; variable
/external/webkit/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/WebCore/platform/graphics/qt/
DFloatRectQt.cpp35 FloatRect::FloatRect(const QRectF& r) in FloatRect() function in WebCore::FloatRect
/external/webkit/WebCore/svg/
DSVGLocatable.h31 class FloatRect; variable
/external/webkit/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
DGraphicsContextPlatformPrivateCG.h58 void clip(const FloatRect&) {} in clip()
/external/webkit/WebCore/platform/graphics/skia/
DFloatRectSkia.cpp38 FloatRect::FloatRect(const SkRect& r) in FloatRect() function in WebCore::FloatRect
/external/webkit/WebCore/platform/
DPlatformScreen.h45 class FloatRect; variable
/external/webkit/WebCore/platform/graphics/openvg/
DVGUtils.h62 class FloatRect; variable
DPainterOpenVG.h35 class FloatRect; variable
/external/webkit/WebCore/page/
DPrintContext.h30 class FloatRect; variable
DChrome.cpp454 FloatRect ChromeClient::customHighlightRect(Node*, const AtomicString&, const FloatRect&) in customHighlightRect()
459 void ChromeClient::paintCustomHighlight(Node*, const AtomicString&, const FloatRect&, const FloatRe… in paintCustomHighlight()
474 bool ChromeClient::paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize, in paintCustomScrollbar()
481 bool ChromeClient::paintCustomScrollCorner(GraphicsContext*, const FloatRect&) in paintCustomScrollCorner()
DChrome.h40 class FloatRect; variable
/external/webkit/WebCore/svg/graphics/
DSVGResourceMasker.h43 class FloatRect; variable
/external/webkit/WebCore/rendering/
DSVGRenderTreeAsText.h37 class FloatRect; variable
/external/webkit/WebKit/qt/WebCoreSupport/
DChromeClientQt.h43 class FloatRect; variable
/external/webkit/WebCore/platform/graphics/transforms/
DAffineTransform.h51 class FloatRect; variable
/external/webkit/WebCore/html/
DHTMLCanvasElement.h43 class FloatRect; variable
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextPlatformPrivateCairo.h84 void clip(const FloatRect&) {} in clip()

12