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

  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.cpp 149 bool RenderLineBoxList::rangeIntersectsRect(RenderBoxModelObject* renderer, int logicalTop, int logicalBottom, const IntRect& rect, int tx, int ty) const
157 int physicalEnd = block->flipForWritingMode(logicalBottom);
189 int logicalBottom = outlineSize + lastLineBottom;
191 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, rect, tx, ty);
198 int logicalBottom = box->logicalBottomVisualOverflow(root->lineBottom()) + renderer->maximalOutlineSize(paintInfo.phase);
200 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, paintInfo.rect, tx, ty);
InlineBox.h 250 int logicalBottom() const { return logicalTop() + logicalHeight(); }
RenderBox.h 60 int logicalBottom() const { return logicalTop() + logicalHeight(); }
448 Length logicalTop, Length logicalBottom, Length marginLogicalTop, Length marginLogicalBottom,
RenderBlockLineLayout.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 384 Length logicalBottom() const { return isHorizontalWritingMode() ? (isFlippedBlocksWritingMode() ? top() : bottom()) : (isFlippedBlocksWritingMode() ? left() : right()); }
659 void getTextShadowBlockDirectionExtent(int& logicalTop, int& logicalBottom) { getShadowBlockDirectionExtent(textShadow(), logicalTop, logicalBottom); }
    [all...]

Completed in 53 milliseconds