/external/webkit/Source/WebCore/svg/graphics/filters/ |
SVGFilter.h | 27 #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 targetBoundingBox() const { return m_targetBoundingBox; [all...] |
SVGFilter.cpp | 28 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/ |
Generator.h | 33 class FloatRect; 40 virtual void fill(GraphicsContext*, const FloatRect&) = 0; 41 virtual void adjustParametersForTiledDrawing(IntSize& /* size */, FloatRect& /* srcRect */) { }
|
ShadowBlur.h | 34 #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&, const FloatRect& holeRect, const RoundedIntRect::Radii&, const IntSize& shadowTemplateSize) [all...] |
FloatRect.h | 74 class FloatRect { 76 FloatRect() { } 77 FloatRect(const FloatPoint& location, const FloatSize& size) 79 FloatRect(float x, float y, float width, float height) 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/wx/ |
ScreenWx.cpp | 30 #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/WebKit2/UIProcess/ |
FindIndicator.h | 30 #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_textRectsInSelectionRectCoordinates [all...] |
/external/webkit/Source/WebCore/platform/graphics/mac/ |
FloatRectMac.mm | 28 #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/ |
FloatRectQt.cpp | 29 #include "FloatRect.h" 35 FloatRect::FloatRect(const QRectF& r) 42 FloatRect::operator QRectF() const 47 FloatRect FloatRect::normalized() const 49 FloatRect normalizedRect = *this;
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGGradientStop.h | 47 virtual FloatRect objectBoundingBox() const { return FloatRect(); } 48 virtual FloatRect strokeBoundingBox() const { return FloatRect(); } 49 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); }
|
SVGImageBufferTools.h | 30 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);
|
RenderSVGResourceClipper.h | 24 #include "FloatRect.h" 55 virtual FloatRect resourceBoundingBox(RenderObject*); 59 bool hitTestClipContent(const FloatRect&, const FloatPoint&); 67 bool applyClippingToContext(RenderObject*, const FloatRect&, const FloatRect&, GraphicsContext*); 68 bool pathOnlyClipping(GraphicsContext*, const FloatRect&); 69 bool drawContentIntoMaskImage(ClipperData*, const FloatRect& objectBoundingBox); 73 FloatRect m_clipBoundaries;
|
SVGRenderSupport.h | 33 class FloatRect; 55 static void intersectRepaintRectWithResources(const RenderObject*, FloatRect&); 60 static void computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox); 61 static bool paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo&);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
GLES2Canvas.h | 50 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& dstRect, const AffineTransform&, float alpha, ColorSpace, CompositeOperator, bool clip) [all...] |
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
FloatRectCairo.cpp | 27 #include "FloatRect.h" 33 FloatRect::FloatRect(const cairo_rectangle_t& r) 39 FloatRect::operator cairo_rectangle_t() const
|
PlatformContextCairo.h | 38 void update(cairo_surface_t* maskSurface, const FloatRect& maskRect) 46 const FloatRect& maskRect() const { return m_maskRect; } 50 FloatRect m_maskRect; 68 void pushImageMask(cairo_surface_t*, const FloatRect&);
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
FloatRectCG.cpp | 28 #include "FloatRect.h" 36 FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size) 40 FloatRect::operator CGRect() const
|
PDFDocumentImage.h | 31 #include "FloatRect.h" 66 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator); 73 FloatRect m_mediaBox; 74 FloatRect m_cropBox;
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
FloatRectHaiku.cpp | 30 #include "FloatRect.h" 37 FloatRect::FloatRect(const BRect& rect) 43 FloatRect::operator BRect() const
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
FloatRectSkia.cpp | 32 #include "FloatRect.h" 38 FloatRect::FloatRect(const SkRect& r) 44 FloatRect::operator SkRect() const
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
FloatRectWx.cpp | 27 #include "FloatRect.h" 35 FloatRect::FloatRect(const wxRect2DDouble& r) 41 FloatRect::operator wxRect2DDouble() const
|
/external/webkit/Source/WebCore/svg/ |
SVGAnimatedRect.h | 30 typedef SVGAnimatedPropertyTearOff<FloatRect> SVGAnimatedRect; 34 DECLARE_ANIMATED_PROPERTY(SVGAnimatedRect, FloatRect, UpperProperty, LowerProperty) 37 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedRect, FloatRect, UpperProperty, LowerProperty)
|
SVGFitToViewBox.h | 32 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/ |
PlatformScreen.h | 29 #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/WebCore/platform/qt/ |
ScreenQt.cpp | 32 #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();
|