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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutBoxExtent.cpp 43 LayoutUnit LayoutBoxExtent::logicalBottom(WritingMode writingMode) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
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);
InlineBox.h 223 int pixelSnappedLogicalBottom() const { return ceilf(logicalBottom()); }
227 float logicalBottom() const { return logicalTop() + logicalHeight(); }
RenderBlockLineLayout.cpp     [all...]
RenderBox.h 113 LayoutUnit logicalBottom() const { return logicalTop() + logicalHeight(); }
    [all...]
RenderBlockFlow.cpp     [all...]
RenderBox.cpp     [all...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 447 const Length& logicalBottom() const { return surround->offset.after(writingMode()); }
    [all...]

Completed in 356 milliseconds