Home
last modified time | relevance | path

Searched refs:hasTextCombine (Results 1 – 9 of 9) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DText.cpp246 if (style->hasTextCombine()) in createRenderer()
H A DNode.cpp354 if ((s1 && s2) && (s1->hasTextCombine() != s2->hasTextCombine())) in diff()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp121 … if (childStyle->hasTextCombine() || childStyle->textEmphasisMark() != TextEmphasisMarkNone) in addToLine()
136 … || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine()) in addToLine()
H A DRenderBlockLineLayout.cpp1626 if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine()) in textWidth()
2082 if (style->hasTextCombine() && current.m_obj->isCombineText()) in nextLineBreak()
H A DRenderText.cpp633 if (style()->hasTextCombine() && isCombineText()) { in widthFromCache()
H A DInlineTextBox.cpp525 …RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer()->isCombineText() … in paint()
H A DRenderBlock.cpp4935 if (t->style()->hasTextCombine() && t->isCombineText()) in computeInlinePreferredLogicalWidths()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h745 bool hasTextCombine() const { return textCombine() != TextCombineNone; } in hasTextCombine() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-1612415 (WebCore::InheritedFlags::hasTextCombine):