Searched refs:FloatRect (Results 1 - 25 of 469) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/wx/
H A DScreenWx.cpp30 #include "FloatRect.h"
39 FloatRect scaleScreenRectToWidget(FloatRect rect, Widget*)
44 FloatRect scaleWidgetRectToScreen(FloatRect rect, Widget*)
49 FloatRect screenRect(Widget* widget)
60 return FloatRect();
78 FloatRect screenAvailableRect(Widget* widget)
89 return FloatRect();
/external/webkit/Source/WebCore/svg/graphics/filters/
H A DSVGFilter.h27 #include "FloatRect.h"
38 static PassRefPtr<SVGFilter> create(const AffineTransform&, const FloatRect&, const FloatRect&, const FloatRect&, bool);
42 virtual FloatRect filterRegionInUserSpace() const { return m_filterRegion; }
43 virtual FloatRect filterRegion() const { return m_absoluteFilterRegion; }
46 FloatRect mapLocalRectToAbsoluteRect(const FloatRect& rect) const { return m_absoluteTransform.mapRect(rect); }
51 virtual FloatRect sourceImageRect() const { return m_absoluteSourceDrawingRegion; }
52 FloatRect targetBoundingBo
[all...]
H A DSVGFilter.cpp28 SVGFilter::SVGFilter(const AffineTransform& absoluteTransform, const FloatRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, const FloatRect& filterRegion, bool effectBBoxMode)
53 PassRefPtr<SVGFilter> SVGFilter::create(const AffineTransform& absoluteTransform, const FloatRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, const FloatRect& filterRegion, bool effectBBoxMode)
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFloatRectMac.mm28 #include "FloatRect.h"
34 FloatRect::FloatRect(const NSRect& r) : m_location(r.origin), m_size(r.size)
38 FloatRect::operator NSRect() const
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFloatRectQt.cpp29 #include "FloatRect.h"
35 FloatRect::FloatRect(const QRectF& r) function in class:WebCore::FloatRect
42 FloatRect::operator QRectF() const
47 FloatRect FloatRect::normalized() const
49 FloatRect normalizedRect = *this;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.h50 class FloatRect;
62 void fillRect(const FloatRect&, const Color&, ColorSpace);
63 void fillRect(const FloatRect&);
64 void clearRect(const FloatRect&);
88 void drawTexturedRect(unsigned texture, const IntSize& textureSize, const FloatRect& srcRect, const FloatRect& dstRect, ColorSpace, CompositeOperator);
90 void drawTexturedRect(Texture*, const FloatRect& srcRect, const FloatRect& dstRect, ColorSpace, CompositeOperator);
92 void drawTexturedRect(Texture*, const FloatRect& srcRect, const FloatRect
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DGenerator.h33 class FloatRect;
40 virtual void fill(GraphicsContext*, const FloatRect&) = 0;
41 virtual void adjustParametersForTiledDrawing(IntSize& /* size */, FloatRect& /* srcRect */) { }
H A DShadowBlur.h34 #include "FloatRect.h"
52 void drawRectShadow(GraphicsContext*, const FloatRect&, const RoundedIntRect::Radii&);
53 void drawInsetShadow(GraphicsContext*, const FloatRect&, const FloatRect& holeRect, const RoundedIntRect::Radii& holeRadii);
66 IntRect calculateLayerBoundingRect(GraphicsContext*, const FloatRect& layerArea, const IntRect& clipRect);
69 void drawRectShadowWithoutTiling(GraphicsContext*, const FloatRect&, const RoundedIntRect::Radii&, const IntRect& layerRect);
70 void drawRectShadowWithTiling(GraphicsContext*, const FloatRect&, const RoundedIntRect::Radii&, const IntSize& shadowTemplateSize);
72 void drawInsetShadowWithoutTiling(GraphicsContext*, const FloatRect&, const FloatRect& holeRect, const RoundedIntRect::Radii&, const IntRect& layerRect);
73 void drawInsetShadowWithTiling(GraphicsContext*, const FloatRect
[all...]
H A DFloatRect.h74 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
81 FloatRect(const IntRect&);
83 static FloatRect narrowPrecision(double x, double y, double width, double height);
110 bool intersects(const FloatRect&) const;
111 bool contains(const FloatRect&) const;
113 void intersect(const FloatRect&);
114 void unite(const FloatRect
[all...]
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DFloatRectCairo.cpp27 #include "FloatRect.h"
33 FloatRect::FloatRect(const cairo_rectangle_t& r) function in class:WebCore::FloatRect
39 FloatRect::operator cairo_rectangle_t() const
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DFloatRectCG.cpp28 #include "FloatRect.h"
36 FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size) function in class:WebCore::FloatRect
40 FloatRect::operator CGRect() const
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFloatRectHaiku.cpp30 #include "FloatRect.h"
37 FloatRect::FloatRect(const BRect& rect) function in class:WebCore::FloatRect
43 FloatRect::operator BRect() const
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DFloatRectSkia.cpp32 #include "FloatRect.h"
38 FloatRect::FloatRect(const SkRect& r) function in class:WebCore::FloatRect
44 FloatRect::operator SkRect() const
H A DBitmapImageSingleFrameSkia.h76 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
85 FloatRect normalizeRect(const FloatRect&);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFloatRectWx.cpp27 #include "FloatRect.h"
35 FloatRect::FloatRect(const wxRect2DDouble& r) function in class:WebCore::FloatRect
41 FloatRect::operator wxRect2DDouble() const
H A DGradientWx.cpp45 void Gradient::fill(GraphicsContext*, const FloatRect&) argument
/external/webkit/Source/WebCore/svg/
H A DSVGAnimatedRect.h30 typedef SVGAnimatedPropertyTearOff<FloatRect> SVGAnimatedRect;
34 DECLARE_ANIMATED_PROPERTY(SVGAnimatedRect, FloatRect, UpperProperty, LowerProperty)
37 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedRect, FloatRect, UpperProperty, LowerProperty)
H A DSVGRect.h24 #include "FloatRect.h"
31 struct SVGPropertyTraits<FloatRect> {
32 static FloatRect initialValue() { return FloatRect(); }
33 static String toString(const FloatRect& type)
H A DSVGFitToViewBox.h32 class FloatRect;
40 bool parseViewBox(Document*, const UChar*& start, const UChar* end, FloatRect& viewBox, bool validate = true);
41 static AffineTransform viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio&, float viewWidth, float viewHeight);
46 virtual void setViewBoxBaseValue(const FloatRect&) = 0;
50 bool parseViewBox(Document*, const String&, FloatRect&);
/external/webkit/Source/WebCore/platform/
H A DPlatformScreen.h29 #include "FloatRect.h"
45 class FloatRect;
52 FloatRect screenRect(Widget*);
53 FloatRect screenAvailableRect(Widget*);
58 FloatRect toUserSpace(const NSRect&, NSWindow *destination);
59 NSRect toDeviceSpace(const FloatRect&, NSWindow *source);
/external/webkit/Source/WebKit2/UIProcess/
H A DFindIndicator.h30 #include <WebCore/FloatRect.h>
43 static PassRefPtr<FindIndicator> create(const WebCore::FloatRect& selectionRectInWindowCoordinates, const Vector<WebCore::FloatRect>& textRectsInSelectionRectCoordinates, const ShareableBitmap::Handle& contentImageHandle);
46 WebCore::FloatRect selectionRectInWindowCoordinates() const { return m_selectionRectInWindowCoordinates; }
47 WebCore::FloatRect frameRect() const;
49 const Vector<WebCore::FloatRect>& textRects() const { return m_textRectsInSelectionRectCoordinates; }
56 FindIndicator(const WebCore::FloatRect& selectionRect, const Vector<WebCore::FloatRect>& textRects, PassRefPtr<ShareableBitmap> contentImage);
58 WebCore::FloatRect m_selectionRectInWindowCoordinates;
59 Vector<WebCore::FloatRect> m_textRectsInSelectionRectCoordinate
[all...]
/external/webkit/Source/WebCore/platform/qt/
H A DScreenQt.cpp32 #include "FloatRect.h"
55 FloatRect screenRect(const Page* page)
59 return FloatRect();
64 return FloatRect();
78 FloatRect usableScreenRect(const Page* page)
82 return FloatRect();
87 return FloatRect();
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGGradientStop.h47 virtual FloatRect objectBoundingBox() const { return FloatRect(); }
48 virtual FloatRect strokeBoundingBox() const { return FloatRect(); }
49 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); }
H A DSVGImageBufferTools.h30 class FloatRect;
38 static bool createImageBuffer(const FloatRect& absoluteTargetRect, const FloatRect& clampedAbsoluteTargetRect, OwnPtr<ImageBuffer>&, ColorSpace);
40 static void clipToImageBuffer(GraphicsContext*, const AffineTransform& absoluteTransform, const FloatRect& clampedAbsoluteTargetRect, OwnPtr<ImageBuffer>&);
43 static FloatRect clampedAbsoluteTargetRectForRenderer(const RenderObject*, const FloatRect& absoluteTargetRect);
/external/webkit/Source/WebCore/platform/android/
H A DScreenAndroid.cpp51 FloatRect screenRect(Widget*)
58 FloatRect screenAvailableRect(Widget*)

Completed in 419 milliseconds

1234567891011>>