Searched refs:isCombineText (Results 1 – 7 of 7) sorted by relevance
41 virtual bool isCombineText() const { return true; } in isCombineText() function52 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderCombineText, isCombineText());
929 virtual bool isCombineText() const { return false; } in isCombineText() function
725 if (style()->hasTextCombine() && isCombineText()) { in widthFromCache()
528 …RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer()->isCombineText() … in paint()
2121 …else if (object->isText() && object->style()->hasTextCombine() && object->isCombineText() && !toRe… in skipLeadingWhitespace()
4270 if (t->style()->hasTextCombine() && t->isCombineText()) in computeInlinePreferredLogicalWidths()
729 …if (renderText->style()->hasTextCombine() && m_current.object()->isCombineText() && !toRenderCombi… in handleText()