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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
WritingMode.h 47 inline bool isFlippedLinesWritingMode(WritingMode writingMode)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 672 if (renderer().style()->isFlippedLinesWritingMode() == (curr->renderer().style()->rubyPosition() == RubyPositionAfter))
681 newLogicalTop += !renderer().style()->isFlippedLinesWritingMode() ? topRubyBaseLeading : bottomRubyBaseLeading;
689 if (emphasisMarkIsOver != curr->renderer().style(isFirstLineStyle())->isFlippedLinesWritingMode())
    [all...]
RootInlineBox.cpp 277 if (!renderer().style()->isFlippedLinesWritingMode()) {
407 selectionTop -= !renderer().style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
409 if (renderer().style()->isFlippedLinesWritingMode() || !prevRootBox())
456 selectionBottom += !renderer().style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
458 if (!renderer().style()->isFlippedLinesWritingMode() || !nextRootBox())
    [all...]
EllipsisBox.cpp 151 const int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - top);
RenderRubyRun.cpp 243 if (style()->isFlippedLinesWritingMode() == (style()->rubyPosition() == RubyPositionAfter)) {
InlineTextBox.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 1438 milliseconds