HomeSort by relevance Sort by last modified time
    Searched refs:combinedText (Results 1 - 2 of 2) sorted by null

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textwholetext03.js 93 var combinedText;
105 combinedText = text1.wholeText;
107 assertEquals("textwholetext03","Text I Text II",combinedText);
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 525 RenderCombineText* combinedText = styleToUse->hasTextCombine() && textRenderer()->isCombineText() && toRenderCombineText(textRenderer())->isCombined() ? toRenderCombineText(textRenderer()) : 0;
527 bool shouldRotate = !isHorizontal() && !combinedText;
540 if (combinedText)
541 combinedText->adjustTextOrigin(textOrigin, boxRect);
644 if (!combinedText)
647 combinedText->charactersToRender(m_start, characters, length);
690 TextRun& emphasisMarkTextRun = combinedText ? objectReplacementCharacterTextRun : textRun;
691 FloatPoint emphasisMarkTextOrigin = combinedText ? FloatPoint(boxOrigin.x() + boxRect.width() / 2, boxOrigin.y() + font.fontMetrics().ascent()) : textOrigin;
692 if (combinedText)
697 paintTextWithShadows(context, combinedText ? combinedText->originalFont() : font, emphasisMarkTextRun, emphasisMark, emphasisMarkOffset, 0, l (…)
    [all...]

Completed in 32 milliseconds