Searched refs:hasEmptyViewBox (Results 1 – 4 of 4) sorted by relevance
154 if (toSVGSVGElement(element())->hasEmptyViewBox()) in paint()
246 if (svg->hasEmptyViewBox()) in paintReplaced()
134 …bool hasEmptyViewBox() const { return viewBoxCurrentValue().isValid() && viewBoxCurrentValue().isE… in hasEmptyViewBox() function
423 if (!hasEmptyViewBox()) { in localCoordinateSpaceTransform()