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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.h 72 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);
183 LayoutUnit logicalBottom = outlineSize + lastLineBottom;
185 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, rect, offset);
192 LayoutUnit logicalBottom = box->logicalBottomVisualOverflow(root->lineBottom()) + renderer->maximalOutlineSize(paintInfo.phase);
194 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, paintInfo.rect, offset);
InlineBox.h 220 int pixelSnappedLogicalBottom() const { return ceilf(logicalBottom()); }
224 float logicalBottom() const { return logicalTop() + logicalHeight(); }
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
RenderReplaced.cpp 474 LayoutUnit bottom = rootBox ? rootBox->selectionBottom() : logicalBottom();
520 LayoutUnit newLogicalTop = root->block()->style()->isFlippedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->selectionTop() - m_inlineBoxWrapper->logicalTop();
InlineTextBox.cpp     [all...]
RenderBox.h 81 LayoutUnit logicalBottom() const { return logicalTop() + logicalHeight(); }
    [all...]
RenderInline.cpp     [all...]
InlineFlowBox.cpp 676 LayoutUnit bottomRubyBaseLeading = (curr->logicalHeight() - rubyBase->logicalBottom()) + rubyBase->logicalHeight() - (rubyBase->lastRootBox() ? rubyBase->lastRootBox()->lineBottom() : LayoutUnit());
    [all...]
RenderNamedFlowThread.cpp 656 if (offsetTop + box->logicalBottom() < logicalTopForRegion)
RenderRegion.cpp 254 bool hasSpecifiedEndpointsForHeight = style()->logicalTop().isSpecified() && style()->logicalBottom().isSpecified();
RenderBlock.h     [all...]
RenderText.cpp     [all...]
RenderListMarker.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBoxModelObject.cpp 233 if (!cb->style()->logicalHeight().isAuto() || (!cb->style()->logicalTop().isAuto() && !cb->style()->logicalBottom().isAuto()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutBoxExtent.h 57 LayoutUnit logicalBottom(WritingMode) const;
LayoutBoxExtent.cpp 41 LayoutUnit LayoutBoxExtent::logicalBottom(WritingMode writingMode) const
  /frameworks/base/services/input/
InputReader.h 60 int32_t logicalBottom;
70 logicalLeft(0), logicalTop(0), logicalRight(0), logicalBottom(0),
81 && logicalBottom == other.logicalBottom
104 logicalBottom = height;
    [all...]
InputReader.cpp     [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 325 viewport.logicalBottom - viewport.logicalTop,
429 v.logicalBottom - v.logicalTop,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 424 Length logicalBottom() const { return surround->offset.after(writingMode()); }
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 154 int logicalLeft, int logicalTop, int logicalRight, int logicalBottom,
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 149 v.logicalBottom = isRotated ? width : height;
    [all...]

Completed in 261 milliseconds