HomeSort by relevance Sort by last modified time
    Searched refs:FloatRect (Results 51 - 75 of 297) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceFilter.h 50 FloatRect boundaries;
51 FloatRect drawingRegion;
72 FloatRect resourceBoundingBox(RenderObject*);
84 FloatRect drawingRegion(RenderObject*) const;
SVGRenderingContext.h 36 class FloatRect;
83 static FloatRect clampedAbsoluteTargetRect(const FloatRect& absoluteTargetRect);
86 static IntRect calculateImageBufferRect(const FloatRect& targetRect, const AffineTransform& absoluteTransform)
RenderSVGRoot.h 28 #include "platform/geometry/FloatRect.h"
88 virtual FloatRect objectBoundingBox() const { return m_objectBoundingBox; }
89 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; }
90 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
95 virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) const OVERRIDE;
108 FloatRect m_objectBoundingBox;
110 FloatRect m_strokeBoundingBox;
111 FloatRect m_repaintBoundingBox;
RenderSVGInlineText.h 45 FloatRect floatLinesBoundingBox() const;
53 virtual FloatRect objectBoundingBox() const { return floatLinesBoundingBox(); }
RenderSVGResourceMarker.h 26 #include "platform/geometry/FloatRect.h"
47 FloatRect markerBoundaries(const AffineTransform& markerTransformation) const;
73 FloatRect m_viewport;
RenderSVGResourceMasker.cpp 48 m_maskContentBoundaries = FloatRect();
69 FloatRect repaintRect = object->repaintRectInLocalCoordinates();
88 FloatRect repaintRect = object->repaintRectInLocalCoordinates();
113 void RenderSVGResourceMasker::drawMaskForRenderer(GraphicsContext* context, const FloatRect& targetBoundingBox)
164 FloatRect RenderSVGResourceMasker::resourceBoundingBox(RenderObject* object)
169 FloatRect objectBoundingBox = object->objectBoundingBox();
170 FloatRect maskBoundaries = SVGLengthContext::resolveRectangle<SVGMaskElement>(maskElement, maskElement->maskUnitsCurrentValue(), objectBoundingBox);
179 FloatRect maskRect = m_maskContentBoundaries;
RenderSVGText.h 45 virtual FloatRect repaintRectInLocalCoordinates() const;
75 virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed = false) const OVERRIDE;
83 virtual FloatRect objectBoundingBox() const { return frameRect(); }
84 virtual FloatRect strokeBoundingBox() const;
SVGInlineFlowBox.h 45 virtual FloatRect calculateBoundaries() const;
RenderSVGResourcePattern.cpp 81 FloatRect tileBoundaries;
91 FloatRect absoluteTileBoundaries = absoluteTransformIgnoringRotation.mapRect(tileBoundaries);
92 FloatRect clampedAbsoluteTileBoundaries;
145 FloatRect objectBoundingBox = object->objectBoundingBox();
202 static inline FloatRect calculatePatternBoundaries(const PatternAttributes& attributes,
203 const FloatRect& objectBoundingBox,
213 FloatRect& patternBoundaries,
219 FloatRect objectBoundingBox = renderer->objectBoundingBox();
236 const FloatRect& tileBoundaries,
237 const FloatRect& absoluteTileBoundaries
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h 30 #include "platform/geometry/FloatRect.h"
55 virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&, CompositeOperator, blink::WebBlendMode) OVERRIDE;
57 virtual void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformScreen.cpp 75 FloatRect screenRect(Widget* widget)
79 return FloatRect();
83 FloatRect screenAvailableRect(Widget* widget)
87 return FloatRect();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFitToViewBox.cpp 29 #include "platform/geometry/FloatRect.h"
36 static bool parseViewBoxInternal(Document* document, const CharType*& ptr, const CharType* end, FloatRect& viewBox, bool validate)
48 viewBox = FloatRect(x, y, width, height);
70 viewBox = FloatRect(x, y, width, height);
74 bool SVGFitToViewBox::parseViewBox(Document* document, const LChar*& ptr, const LChar* end, FloatRect& viewBox, bool validate)
79 bool SVGFitToViewBox::parseViewBox(Document* document, const UChar*& ptr, const UChar* end, FloatRect& viewBox, bool validate)
84 bool SVGFitToViewBox::parseViewBox(Document* document, const String& string, FloatRect& viewBox)
100 AffineTransform SVGFitToViewBox::viewBoxToViewTransform(const FloatRect& viewBoxRect, const SVGPreserveAspectRatio& preserveAspectRatio, float viewWidth, float viewHeight)
SVGPreserveAspectRatio.h 30 class FloatRect;
63 void transformRect(FloatRect& destRect, FloatRect& srcRect);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Image.cpp 35 #include "platform/geometry/FloatRect.h"
94 void Image::fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color, CompositeOperator op)
105 FloatRect Image::adjustForNegativeSize(const FloatRect& rect)
107 FloatRect norm = rect;
119 void Image::draw(GraphicsContext* ctx, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator op, blink::WebBlendMode blendMode, RespectImageOrientationEnum)
124 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, CompositeOperator op, blink::WebBlendMode blendMode, const IntSize& repeatSpacing)
144 FloatRect oneTileRect;
151 FloatRect visibleSrcRect
    [all...]
ImageBuffer.h 32 #include "platform/geometry/FloatRect.h"
117 void draw(GraphicsContext*, const FloatRect&, const FloatRect& = FloatRect(0, 0, -1, -1), CompositeOperator = CompositeSourceOver, blink::WebBlendMode = blink::WebBlendModeNormal, bool useLowQualityScale = false);
118 void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing = IntSize());
GradientGeneratedImage.cpp 29 #include "platform/geometry/FloatRect.h"
34 void GradientGeneratedImage::draw(GraphicsContext* destContext, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator compositeOp, blink::WebBlendMode blendMode)
44 destContext->fillRect(FloatRect(FloatPoint(), m_size));
47 void GradientGeneratedImage::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const FloatSize& scale,
48 const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing)
70 FloatRect visibleSrcRect;
71 FloatRect tileDstRect;
  /external/chromium_org/third_party/WebKit/Source/core/page/
WindowFeatures.h 37 class FloatRect;
56 WindowFeatures(const String& dialogFeaturesString, const FloatRect& screenAvailableRect);
Chrome.h 39 class FloatRect;
79 void setWindowRect(const FloatRect&) const;
80 FloatRect windowRect() const;
82 FloatRect pageRect() const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowList.h 40 class FloatRect;
61 void adjustRectForShadow(FloatRect&, int additionalOutlineSize = 0) const;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDropShadow.h 55 virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
FEMorphology.h 52 virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
FEOffset.cpp 71 FloatRect paintRect = inputEffect(0)->absolutePaintRect();
81 FloatRect FEOffset::mapRect(const FloatRect& rect, bool forward)
83 FloatRect result = rect;
101 FloatRect drawingRegion = drawingRegionOfInputImage(in->absolutePaintRect());
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 54 class FloatRect;
179 void drawImage(HTMLImageElement*, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionState&);
180 void drawImage(HTMLImageElement*, const FloatRect& srcRect, const FloatRect& dstRect, const CompositeOperator&, const blink::WebBlendMode&, ExceptionState&);
184 void drawImage(HTMLCanvasElement*, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionState&);
188 void drawImage(HTMLVideoElement*, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionState&);
291 void drawImageInternal(Image*, const FloatRect&, const FloatRect&, const CompositeOperator&, const blink::WebBlendMode&)
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebFloatRect.h 37 #include "platform/geometry/FloatRect.h"
71 WebFloatRect(const WebCore::FloatRect& r)
79 WebFloatRect& operator=(const WebCore::FloatRect& r)
88 operator WebCore::FloatRect() const
90 return WebCore::FloatRect(x, y, width, height);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.cpp 42 FloatRoundedRect::FloatRoundedRect(const FloatRect& rect, const Radii& radii)
48 FloatRoundedRect::FloatRoundedRect(const FloatRect& rect, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight)
100 static inline float cornerRectIntercept(float y, const FloatRect& cornerRect)
117 const FloatRect& topLeftRect = topLeftCorner();
118 const FloatRect& bottomLeftRect = bottomLeftCorner();
127 const FloatRect& topRightRect = topRightCorner();
128 const FloatRect& bottomRightRect = bottomRightCorner();

Completed in 242 milliseconds

1 23 4 5 6 7 8 91011>>