/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGInline.cpp | 62 FloatRect RenderSVGInline::repaintRectInLocalCoordinates() const in repaintRectInLocalCoordinates() function in WebCore::RenderSVGInline 65 return object->repaintRectInLocalCoordinates(); in repaintRectInLocalCoordinates()
|
D | SVGRenderSupport.cpp | 56 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()
|
D | RenderSVGContainer.cpp | 103 FloatRect repaintRect = repaintRectInLocalCoordinates(); in paint() 144 …RectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates())); in addFocusRingRects()
|
D | RenderSVGImage.cpp | 111 FloatRect boundingBox = repaintRectInLocalCoordinates(); in paint() 188 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates()); in addFocusRingRects()
|
D | SVGRootInlineBox.h | 53 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); } in repaintRectInLocalCoordinates() function
|
D | RenderSVGGradientStop.h | 49 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); } in repaintRectInLocalCoordinates() function
|
D | RenderSVGInline.h | 46 virtual FloatRect repaintRectInLocalCoordinates() const;
|
D | RenderSVGResourceMasker.cpp | 101 … FloatRect absoluteTargetRect = absoluteTransform.mapRect(object->repaintRectInLocalCoordinates()); in applyResource() 190 …aries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates())); in calculateMaskContentRepaintRect()
|
D | RenderSVGForeignObject.h | 50 virtual FloatRect repaintRectInLocalCoordinates() const { return m_viewport; } in repaintRectInLocalCoordinates() function
|
D | RenderSVGImage.h | 58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
|
D | RenderSVGResourceGradient.cpp | 88 …ect absoluteTargetRect = absoluteTransform.mapRect(textRootBlock->repaintRectInLocalCoordinates()); in createMaskAndSwapContextForTextGradient() 120 targetRect = textRootBlock->repaintRectInLocalCoordinates(); in clipToTextMask()
|
D | RenderSVGContainer.h | 58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
|
D | RenderSVGModelObject.cpp | 66 IntRect box = enclosingIntRect(repaintRectInLocalCoordinates()); in outlineBoundsForRepaint()
|
D | RenderSVGPath.h | 56 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
|
D | RenderSVGText.h | 43 virtual FloatRect repaintRectInLocalCoordinates() const;
|
D | RenderSVGPath.cpp | 208 FloatRect boundingBox = repaintRectInLocalCoordinates(); in paint() 247 IntRect rect = enclosingIntRect(repaintRectInLocalCoordinates()); in addFocusRingRects()
|
D | RenderSVGRoot.h | 74 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
|
D | RenderSVGResourceClipper.cpp | 104 …lippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoordinates(), con… in applyResource() 295 …aries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates())); in calculateClipContentRepaintRect()
|
D | RenderSVGResourceMarker.cpp | 79 FloatRect coordinates = RenderSVGContainer::repaintRectInLocalCoordinates(); in markerBoundaries()
|
D | RenderSVGText.cpp | 262 FloatRect RenderSVGText::repaintRectInLocalCoordinates() const in repaintRectInLocalCoordinates() function in WebCore::RenderSVGText
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.h | 370 virtual FloatRect repaintRectInLocalCoordinates() const;
|
D | RenderObject.cpp | 2644 FloatRect RenderObject::repaintRectInLocalCoordinates() const in repaintRectInLocalCoordinates() function in WebCore::RenderObject
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 32280 (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 …]
|
D | ChangeLog-2010-01-29 | 9418 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 …]
|
D | ChangeLog-2009-06-16 | 16057 (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 …]
|