Searched refs:isSVGText (Results 1 – 17 of 17) sorted by relevance
63 virtual bool isSVGText() const OVERRIDE { return true; } in isSVGText() function94 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGText, isSVGText());
99 if (renderer->isSVGText()) in tryPathOnlyClipping()293 if (!renderer->isSVGShape() && !renderer->isSVGText()) in createDisplayList()316 if (!renderer->isSVGShape() && !renderer->isSVGText() && !isSVGUseElement(*childElement)) in calculateClipContentPaintInvalidationRect()349 if (!renderer->isSVGShape() && !renderer->isSVGText() && !isSVGUseElement(*childElement)) in hitTestClipContent()
80 while (start && !start->isSVGText()) in locateRenderSVGTextAncestor()82 if (!start || !start->isSVGText()) in locateRenderSVGTextAncestor()90 while (start && !start->isSVGText()) in locateRenderSVGTextAncestor()92 if (!start || !start->isSVGText()) in locateRenderSVGTextAncestor()
201 if (child->isSVGText()) in layoutChildren()214 } else if (child->isSVGText()) { in layoutChildren()
238 ASSERT(object->isSVGText() || object->isSVGTextPath() || object->isSVGInline()); in shouldTransformOnTextPainting()
106 ASSERT(!start->isSVGText() || m_textPositions.isEmpty()); in collectTextPositioningElements()
57 ASSERT(renderer->isSVGText()); in flowBoxForRenderer()
156 if (currentParent->isSVGText()) in parentDefinesTextLength()
287 static bool isSVGText(Text* text) in isSVGText() function296 if (isSVGText(this)) in createTextRenderer()
122 if (!renderer->isSVGText() && !renderer->isSVGInline()) in elementFromRenderer()
274 if (!renderer->isSVGText() && !renderer->isSVGInline()) in elementFromRenderer()
341 || renderer->isSVGText() in isIntersectionOrEnclosureTarget()
537 bool isSVGText = renderText->isSVGInlineText(); in handleText() local575 if (isSVGText) { in handleText()782 if (isSVGText && m_current.offset()) { in handleText()
453 if (o.isSVGText()) { in write()
469 virtual bool isSVGText() const { return false; } in isSVGText() function
706 ASSERT(isSVGText()); in createLineBoxesFromBidiRuns()
719 if (selectionBaseRenderer->isSVGText()) in updateSelectionForMouseDrag()