Searched defs:logicalTop (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLineBoxList.cpp149 bool RenderLineBoxList::rangeIntersectsRect(RenderBoxModelObject* renderer, int logicalTop, int logicalBottom, const IntRect& rect, int tx, int ty) const argument
156 int physicalStart = block->flipForWritingMode(logicalTop);
188 int logicalTop = firstLineTop - outlineSize; local
191 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, rect, tx, ty);
197 int logicalTop = min(box->logicalTopVisualOverflow(root->lineTop()), root->selectionTop()) - renderer->maximalOutlineSize(paintInfo.phase); local
200 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, paintInfo.rect, tx, ty);
H A DInlineBox.h248 // The logicalTop[ position is the top edge of the line box in a horizontal line and the left edge in a vertical line.
249 int logicalTop() const { return isHorizontal() ? m_y : m_x; } function in class:WebCore::InlineBox
250 int logicalBottom() const { return logicalTop() + logicalHeight(); }
H A DRenderBox.h59 int logicalTop() const { return style()->isHorizontalWritingMode() ? y() : x(); } function in class:WebCore::RenderBox
60 int logicalBottom() const { return logicalTop() + logicalHeight(); }
450 Length logicalTop, Length logicalBottom, Length marginLogicalTop, Length marginLogicalBottom,
H A DRenderBlock.h125 RenderObject* selObj, int logicalLeft, int logicalTop, int logicalHeight, const PaintInfo*);
127 RenderObject* selObj, int logicalRight, int logicalTop, int logicalHeight, const PaintInfo*);
182 void setLogicalTopForChild(RenderBox* child, int logicalTop, ApplyLayoutDeltaMode = DoNotApplyLayoutDelta);
447 void setLogicalTopForFloat(FloatingObject* child, int logicalTop) argument
450 child->setY(logicalTop);
452 child->setX(logicalTop);
603 void markLinesDirtyInBlockRange(int logicalTop, int logicalBottom, RootInlineBox* highest = 0);
H A DRenderInline.cpp502 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent()); local
506 result = FloatRect(offset.width() + currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), offset.height() + logicalTop, currBox->width() + currBox->marginLeft() + currBox->marginRight(), logicalHeight);
508 result = FloatRect(offset.width() + logicalTop, offset.height() + currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, currBox->height() + currBox->marginTop() + currBox->marginBottom());
519 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent()); local
524 offset.height() + logicalTop,
528 result = FloatRect(offset.width() + logicalTop,
539 int logicalTop = rootBox->logicalTop() local
586 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent()); local
603 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent()); local
623 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent()); local
794 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent()); local
809 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent()); local
828 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent()); local
949 int logicalTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox->lineTop()); local
[all...]
H A DRenderText.cpp1378 int logicalTop = firstTextBox()->logicalTopVisualOverflow(); local
1380 int logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop;
1382 IntRect rect(logicalLeftSide, logicalTop, logicalWidth, logicalHeight);
H A DRenderBlockLineLayout.cpp1409 RootInlineBox* RenderBlock::determineEndPosition(RootInlineBox* startLine, Vector<FloatWithRect>& floats, size_t floatIndex, InlineIterator& cleanLineStart, BidiStatus& cleanLineBidiStatus, int& logicalTop) argument
1435 logicalTop = prev->blockLogicalHeight();
1456 int logicalTop = min(logicalHeight(), endLogicalTop); local
1468 if (logicalBottomForFloat(f) >= logicalTop && logicalBottomForFloat(f) < logicalBottom)
1493 int logicalTop = min(logicalHeight(), endLogicalTop); local
1505 if (logicalBottomForFloat(f) >= logicalTop && logicalBottomForFloat(f) < logicalBottom)
H A DRenderBox.cpp1344 layer()->setStaticBlockPosition(box->logicalTop());
2569 static void computeBlockStaticDistance(Length& logicalTop, Length& logicalBottom, const RenderBox* child, const RenderBoxModelObject* containerBlock) argument
2571 if (!logicalTop.isAuto() || !logicalBottom.isAuto())
2578 staticLogicalTop += toRenderBox(curr)->logicalTop();
2580 logicalTop.setValue(Fixed, staticLogicalTop);
2610 Length logicalTop = style()->logicalTop(); local
2632 computeBlockStaticDistance(logicalTop, logicalBottom, this, containerBlock);
2639 logicalTop, logicalBottom, marginBefore, marginAfter,
2654 logicalTop, logicalBotto
2710 computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxModelObject* containerBlock, int containerLogicalHeight, int bordersPlusPadding, Length logicalTop, Length logicalBottom, Length marginBefore, Length marginAfter, int& logicalHeightValue, int& marginBeforeValue, int& marginAfterValue, int& logicalTopPos) argument
3016 Length logicalTop = style()->logicalTop(); local
[all...]
H A DRenderBlock.cpp1307 if (block->lowestFloatLogicalBottom() + block->logicalTop() > newHeight)
1308 addOverhangingFloats(block, -block->logicalLeft(), -block->logicalTop(), false);
1325 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop()));
1489 int logicalTop = logicalHeight(); local
1502 logicalTop += (collapsedBeforePos - collapsedBeforeNeg) - marginBefore;
1504 if (childLayer->staticBlockPosition() != logicalTop) {
1505 childLayer->setStaticBlockPosition(logicalTop);
1672 int logicalTop = beforeCollapseLogicalTop; local
1691 logicalTop = logicalHeight() + collapsedBeforePos - collapsedBeforeNeg;
1696 logicalTop
1889 setLogicalTopForChild(RenderBox* child, int logicalTop, ApplyLayoutDeltaMode applyDelta) argument
3021 int logicalTop = lastLogicalTop; local
3039 logicalLeftSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock, RenderObject* selObj, int logicalLeft, int logicalTop, int logicalHeight, const PaintInfo* paintInfo) argument
3055 logicalRightSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock, RenderObject* selObj, int logicalRight, int logicalTop, int logicalHeight, const PaintInfo* paintInfo) argument
3218 int logicalTop = logicalTopForFloat(r); local
3292 int logicalTop = logicalHeight(); local
3478 logicalLeftOffsetForLine(int logicalTop, int fixedOffset, bool applyTextIndent, int* heightRemaining) const argument
3514 logicalRightOffsetForLine(int logicalTop, int fixedOffset, bool applyTextIndent, int* heightRemaining) const argument
3590 markLinesDirtyInBlockRange(int logicalTop, int logicalBottom, RootInlineBox* highest) argument
[all...]
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h383 Length logicalTop() const { return isHorizontalWritingMode() ? (isFlippedBlocksWritingMode() ? bottom() : top()) : (isFlippedBlocksWritingMode() ? right() : left()); } function in class:WebCore::RenderStyle
659 void getTextShadowBlockDirectionExtent(int& logicalTop, int& logicalBottom) { getShadowBlockDirectionExtent(textShadow(), logicalTop, logicalBottom); } local
679 void getBoxShadowBlockDirectionExtent(int& logicalTop, int& logicalBottom) { getShadowBlockDirectionExtent(boxShadow(), logicalTop, logicalBottom); } local
1347 void getShadowBlockDirectionExtent(const ShadowData* shadow, int& logicalTop, int& logicalBottom) const argument
1349 return isHorizontalWritingMode() ? getShadowVerticalExtent(shadow, logicalTop, logicalBottom) : getShadowHorizontalExtent(shadow, logicalTop, logicalBottom);

Completed in 453 milliseconds