Home
last modified time | relevance | path

Searched defs:isSVGText (Results 1 – 6 of 6) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A DRenderSVGText.h48 bool isSVGText() const override in isSVGText() function
H A DRenderSVGInlineText.h49 bool isSVGText() const override in isSVGText() function
H A Drender_object.h483 virtual bool isSVGText() const in isSVGText() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGText.h53 virtual bool isSVGText() const { return true; } in isSVGText() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderObject.h350 virtual bool isSVGText() const { return false; } in isSVGText() function
H A DRenderBlockLineLayout.cpp2078 bool isSVGText = t->isSVGInlineText(); in nextLineBreak() local