Searched refs:isSVGText (Results 1 – 17 of 17) sorted by relevance
61 virtual bool isSVGText() const { return true; } in isSVGText() function104 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGText, isSVGText());
97 if (renderer->isSVGText()) in tryPathOnlyClipping()292 if (!renderer->isSVGShape() && !renderer->isSVGText()) in asDisplayList()315 … if (!renderer->isSVGShape() && !renderer->isSVGText() && !childNode->hasTagName(SVGNames::useTag)) in calculateClipContentRepaintRect()345 … if (!renderer->isSVGShape() && !renderer->isSVGText() && !childNode->hasTagName(SVGNames::useTag)) in hitTestClipContent()
79 while (start && !start->isSVGText()) in locateRenderSVGTextAncestor()81 if (!start || !start->isSVGText()) in locateRenderSVGTextAncestor()89 while (start && !start->isSVGText()) in locateRenderSVGTextAncestor()91 if (!start || !start->isSVGText()) in locateRenderSVGTextAncestor()
221 if (child->isSVGText()) in layoutChildren()233 else if (child->isSVGText()) { in layoutChildren()
168 …return renderer->isSVGShape() || renderer->isSVGText() || renderer->isSVGImage() || renderer->node… in isGraphicsElement()
242 ASSERT(object->isSVGText() || object->isSVGTextPath() || object->isSVGInline()); in shouldTransformOnTextPainting()
105 ASSERT(!start->isSVGText() || m_textPositions.isEmpty()); in collectTextPositioningElements()
57 ASSERT(renderer->isSVGText()); in flowBoxForRenderer()
155 if (currentParent->isSVGText()) in parentDefinesTextLength()
290 static bool isSVGText(Text* text) in isSVGText() function298 if (isSVGText(this)) in createTextRenderer()
156 if (!renderer->isSVGText() && !renderer->isSVGInline()) in elementFromRenderer()
294 if (!renderer->isSVGText() && !renderer->isSVGInline()) in elementFromRenderer()
727 bool isSVGText = renderText->isSVGInlineText(); in handleText() local758 if (isSVGText) { in handleText()964 if (isSVGText && m_current.m_pos > 0) { in handleText()
452 if (o.isSVGText()) { in write()
440 virtual bool isSVGText() const { return false; } in isSVGText() function
1029 ASSERT(isSVGText()); in createLineBoxesFromBidiRuns()
798 if (selectionBaseRenderer->isSVGText()) in updateSelectionForMouseDrag()