Searched refs:referencePoint (Results 1 – 6 of 6) sorted by relevance
95 FloatPoint RenderSVGResourceMarker::referencePoint() const in referencePoint() function in WebCore::RenderSVGResourceMarker126 …transform = markerContentTransformation(transform, referencePoint(), useStrokeWidth ? strokeWidth … in markerTransformation()
61 FloatPoint referencePoint() const;
585 ts << " [ref at " << marker->referencePoint() << "]"; in writeSVGResourceContainer()
1964 IntPoint referencePoint; in offsetFromAncestorContainer() local1972 IntSize currentOffset = currContainer->offsetFromContainer(nextContainer, referencePoint); in offsetFromAncestorContainer()1974 referencePoint.move(currentOffset); in offsetFromAncestorContainer()
14522 Marker code is buggy: referencePoint translation is off14526 - Correct refX/refY handling (covered by new marker-referencePoint.svg test)14535 Test: svg/custom/marker-referencePoint.svg14601 …(WebCore::SVGResourceMarker::externalRepresentation): Adopt to refX/refY -> referencePoint changes.14605 (WebCore::SVGResourceMarker::referencePoint): New accessor replacing refX() / refY().15841 Marker code is buggy: referencePoint translation is off15845 - Correct refX/refY handling (covered by new marker-referencePoint.svg test)15854 Test: svg/custom/marker-referencePoint.svg15913 …(WebCore::SVGResourceMarker::externalRepresentation): Adopt to refX/refY -> referencePoint changes.15917 (WebCore::SVGResourceMarker::referencePoint): New accessor replacing refX() / refY().[all …]
30325 (WebCore::RenderSVGResourceMarker::referencePoint):