HomeSort by relevance Sort by last modified time
    Searched refs:logicalBottom (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.h 69 bool rangeIntersectsRect(RenderBoxModelObject*, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect&, const LayoutPoint&) const;
RenderLineBoxList.cpp 147 bool RenderLineBoxList::rangeIntersectsRect(RenderBoxModelObject* renderer, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect& rect, const LayoutPoint& offset) const
155 LayoutUnit physicalEnd = block->flipForWritingMode(logicalBottom);
190 LayoutUnit logicalBottom = box->logicalBottomVisualOverflow(root.lineBottom());
192 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, paintInfo.rect, offset);
RenderBlockFlow.cpp     [all...]
InlineBox.h 223 int pixelSnappedLogicalBottom() const { return ceilf(logicalBottom()); }
227 float logicalBottom() const { return logicalTop() + logicalHeight(); }
RenderBox.cpp     [all...]
EllipsisBox.cpp 125 const int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - top);
RenderBlock.h 401 LayoutUnit lastLogicalTop, LayoutUnit lastLogicalLeft, LayoutUnit lastLogicalRight, LayoutUnit logicalBottom, const PaintInfo*) const;
416 void markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest = 0);
RenderReplaced.cpp 478 LayoutUnit bottom = rootBox ? rootBox->selectionBottom() : logicalBottom();
520 LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop();
InlineTextBox.cpp 628 int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - selectionTop);
659 int deltaY = renderer().style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop();
    [all...]
RenderBlock.cpp     [all...]
InlineFlowBox.cpp 689 LayoutUnit bottomRubyBaseLeading = (curr->logicalHeight() - rubyBase->logicalBottom()) + rubyBase->logicalHeight() - (rubyBase->lastRootBox() ? rubyBase->lastRootBox()->lineBottom() : LayoutUnit());
    [all...]
RenderBox.h 113 LayoutUnit logicalBottom() const { return logicalTop() + logicalHeight(); }
    [all...]
RenderBoxModelObject.cpp 188 if (cb->isOutOfFlowPositioned() && !cb->style()->logicalTop().isAuto() && !cb->style()->logicalBottom().isAuto())
RenderInline.cpp     [all...]
RenderText.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]
RenderListMarker.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutBoxExtent.h 58 LayoutUnit logicalBottom(WritingMode) const;
LayoutBoxExtent.cpp 43 LayoutUnit LayoutBoxExtent::logicalBottom(WritingMode writingMode) const
  /frameworks/native/services/inputflinger/
InputReader.h 61 int32_t logicalBottom;
71 logicalLeft(0), logicalTop(0), logicalRight(0), logicalBottom(0),
82 && logicalBottom == other.logicalBottom
105 logicalBottom = height;
    [all...]
InputReader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlinePainter.cpp 49 LayoutUnit bottom = std::min<LayoutUnit>(root.lineBottom(), curr->logicalBottom());
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 340 viewport.logicalBottom - viewport.logicalTop,
444 v.logicalBottom - v.logicalTop,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 447 const Length& logicalBottom() const { return surround->offset.after(writingMode()); }
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 161 int logicalLeft, int logicalTop, int logicalRight, int logicalBottom,
    [all...]

Completed in 1957 milliseconds

1 2