Home
last modified time | relevance | path

Searched refs:repaintRectInLocalCoordinates (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInline.cpp62 FloatRect RenderSVGInline::repaintRectInLocalCoordinates() const in repaintRectInLocalCoordinates() function in WebCore::RenderSVGInline
65 return object->repaintRectInLocalCoordinates(); in repaintRectInLocalCoordinates()
DSVGRenderSupport.cpp56 IntRect repaintRect = enclosingIntRect(object->repaintRectInLocalCoordinates()); in clippedOverflowRectForRepaint()
94 FloatRect repaintRect = object->repaintRectInLocalCoordinates(); in prepareToRenderSVGContent()
173 repaintBoundingBox.unite(current->repaintRectInLocalCoordinates()); in computeContainerBoundingBoxes()
177 repaintBoundingBox.unite(transform.mapRect(current->repaintRectInLocalCoordinates())); in computeContainerBoundingBoxes()
DRenderSVGContainer.cpp103 FloatRect repaintRect = repaintRectInLocalCoordinates(); in paint()
144 …RectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates())); in addFocusRingRects()
DRenderSVGImage.cpp111 FloatRect boundingBox = repaintRectInLocalCoordinates(); in paint()
188 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates()); in addFocusRingRects()
DSVGRootInlineBox.h53 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); } in repaintRectInLocalCoordinates() function
DRenderSVGGradientStop.h49 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); } in repaintRectInLocalCoordinates() function
DRenderSVGInline.h46 virtual FloatRect repaintRectInLocalCoordinates() const;
DRenderSVGResourceMasker.cpp101 … FloatRect absoluteTargetRect = absoluteTransform.mapRect(object->repaintRectInLocalCoordinates()); in applyResource()
190 …aries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates())); in calculateMaskContentRepaintRect()
DRenderSVGForeignObject.h50 virtual FloatRect repaintRectInLocalCoordinates() const { return m_viewport; } in repaintRectInLocalCoordinates() function
DRenderSVGImage.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
DRenderSVGResourceGradient.cpp88 …ect absoluteTargetRect = absoluteTransform.mapRect(textRootBlock->repaintRectInLocalCoordinates()); in createMaskAndSwapContextForTextGradient()
120 targetRect = textRootBlock->repaintRectInLocalCoordinates(); in clipToTextMask()
DRenderSVGContainer.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
DRenderSVGModelObject.cpp66 IntRect box = enclosingIntRect(repaintRectInLocalCoordinates()); in outlineBoundsForRepaint()
DRenderSVGPath.h56 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
DRenderSVGText.h43 virtual FloatRect repaintRectInLocalCoordinates() const;
DRenderSVGPath.cpp208 FloatRect boundingBox = repaintRectInLocalCoordinates(); in paint()
247 IntRect rect = enclosingIntRect(repaintRectInLocalCoordinates()); in addFocusRingRects()
DRenderSVGRoot.h74 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
DRenderSVGResourceClipper.cpp104 …lippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoordinates(), con… in applyResource()
295 …aries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates())); in calculateClipContentRepaintRect()
DRenderSVGResourceMarker.cpp79 FloatRect coordinates = RenderSVGContainer::repaintRectInLocalCoordinates(); in markerBoundaries()
DRenderSVGText.cpp262 FloatRect RenderSVGText::repaintRectInLocalCoordinates() const in repaintRectInLocalCoordinates() function in WebCore::RenderSVGText
/external/webkit/Source/WebCore/rendering/
DRenderObject.h370 virtual FloatRect repaintRectInLocalCoordinates() const;
DRenderObject.cpp2644 FloatRect RenderObject::repaintRectInLocalCoordinates() const in repaintRectInLocalCoordinates() function in WebCore::RenderObject
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0632280 (WebCore::RenderSVGImage::repaintRectInLocalCoordinates): Return the cached repaint rect.
38823 (WebCore::RenderSVGInline::repaintRectInLocalCoordinates): Ditto.
38948 …Renamed repaintRectInLocalCoordinates to absolutePaintRect, since all coordinates are in device sp…
38961 …* platform/graphics/filters/FEBlend.cpp: Renamed repaintRectInLocalCoordinates to absolutePaintRec…
51553 renamed to repaintRectInLocalCoordinates since this is its proper meaning.
51558 …phics/cairo/GraphicsContextCairo.cpp: scaledSubRegion was renamed to repaintRectInLocalCoordinates.
51595 (WebCore::FilterEffect::calculateDrawingIntRect): Takes repaintRectInLocalCoordinates now.
51607 (WebCore::FilterEffect::repaintRectInLocalCoordinates):
64296 …Cache object/strokeBoundingBox and repaintRectInLocalCoordinates() in RenderSVGContainer & RenderS…
64311 …: Use new helper function to intersect the paintInfo.rect with the repaintRectInLocalCoordinates().
[all …]
DChangeLog-2010-01-299418 repaintRectInLocalCoordinates(), but we were not converting that
10536 This change makes repaintRectInLocalCoordinates return a rect that
10540 (WebCore::RenderPath::repaintRectInLocalCoordinates):
10542 (WebCore::RenderSVGContainer::repaintRectInLocalCoordinates):
10544 (WebCore::RenderSVGImage::repaintRectInLocalCoordinates):
10546 (WebCore::RenderSVGRoot::repaintRectInLocalCoordinates):
10548 (WebCore::RenderSVGText::repaintRectInLocalCoordinates):
13216 (WebCore::RenderSVGRoot::repaintRectInLocalCoordinates):
14549 …(WebCore::RenderPath::repaintRectInLocalCoordinates): Use the cached marker bounding box during pa…
14557 …iewportContainer::markerBoundaries): Maps the marker contents repaintRectInLocalCoordinates() into…
[all …]
DChangeLog-2009-06-1616057 (WebCore::RenderPath::repaintRectInLocalCoordinates):
16061 (WebCore::RenderSVGContainer::repaintRectInLocalCoordinates):
16066 (WebCore::RenderSVGImage::repaintRectInLocalCoordinates):
16090 (WebCore::RenderSVGText::repaintRectInLocalCoordinates):
19619 I can't find a case where that's required. If it is, repaintRectInLocalCoordinates()
19628 (WebCore::RenderPath::repaintRectInLocalCoordinates):
19632 (WebCore::RenderSVGContainer::repaintRectInLocalCoordinates):
20049 Split out objectBoundingBox and repaintRectInLocalCoordinates from relativeBBox
20055 repaintRectInLocalCoordinates() should return the a rect covering all painted content.
20056 However, repaintRectInLocalCoordinates() still only returns the "stroke bounding box"
[all …]

12