HomeSort by relevance Sort by last modified time
    Searched refs:logicalTop (Results 26 - 50 of 67) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 364 LayoutUnit firstTextTop = lineGridBlockOffset + lineGridBox->logicalTop();
368 LayoutUnit currentTextTop = blockOffset + logicalTop() + delta;
380 firstTextTop = pageLogicalTop + lineGridBox->logicalTop() - lineGrid->borderBefore() - lineGrid->paddingBefore() + lineGridPaginationOrigin;
    [all...]
RenderInline.cpp 564 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent());
567 yield(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, currBox->width() + currBox->marginWidth(), logicalHeight));
569 yield(FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, currBox->height() + currBox->marginHeight()));
579 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - container->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent());
583 logicalTop,
587 yield(FloatRect(logicalTop,
597 int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())->font().fontMetrics().ascent() - cont (…)
    [all...]
InlineBox.h 218 int pixelSnappedLogicalTop() const { return logicalTop(); }
221 // The logicalTop[ position is the top edge of the line box in a horizontal line and the left edge in a vertical line.
222 float logicalTop() const { return isHorizontal() ? m_topLeft.y() : m_topLeft.x(); }
223 float logicalBottom() const { return logicalTop() + logicalHeight(); }
RenderMultiColumnSet.h 103 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
EllipsisBox.cpp 135 return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root()->selectionTopAdjustedForPrecedingBlock()), root()->selectionHeightAdjustedForPrecedingBlock()));
154 const int deltaY = roundToInt(renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - top);
RenderBlock.h 234 RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*);
236 RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*);
303 void setLogicalTopForChild(RenderBox* child, LayoutUnit logicalTop, ApplyLayoutDeltaMode = DoNotApplyLayoutDelta);
413 LayoutUnit logicalRightOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit logicalHeight = 0) const
415 return adjustLogicalRightOffsetForLine(logicalRightFloatOffsetForLine(logicalTop, fixedOffset, logicalHeight), applyTextIndent);
417 LayoutUnit logicalLeftOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit logicalHeight = 0) const
419 return adjustLogicalLeftOffsetForLine(logicalLeftFloatOffsetForLine(logicalTop, fixedOffset, logicalHeight), applyTextIndent);
    [all...]
RenderRubyRun.cpp 257 firstLineTop += rb->logicalTop();
267 lastLineBottom += rb->logicalTop();
RenderTextControl.cpp 129 void RenderTextControl::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
143 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
RenderMultiColumnSet.cpp 63 LayoutUnit contentLogicalTop = logicalTop() - multicolBlock->borderBefore() - multicolBlock->paddingBefore();
192 void RenderMultiColumnSet::computeLogicalHeight(LayoutUnit, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
195 computedValues.m_position = logicalTop;
RenderListBox.h 79 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBox.h 85 LayoutUnit logicalTop() const { return style()->isHorizontalWritingMode() ? y() : x(); }
86 LayoutUnit logicalBottom() const { return logicalTop() + logicalHeight(); }
406 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const;
    [all...]
RenderFlowThread.h 80 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
RenderTableRow.cpp 174 if (!cell->needsLayout() && paginated && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(cell, cell->logicalTop()) != cell->pageLogicalOffset())
RenderFlexibleBox.cpp 173 return crossAxisExtentForChild(baselineChild) + baselineChild->logicalTop();
175 return mainAxisExtentForChild(baselineChild) + baselineChild->logicalTop();
182 return synthesizedBaselineFromContentBox(baselineChild, direction) + baselineChild->logicalTop();
185 return baseline + baselineChild->logicalTop();
424 computeLogicalHeight(borderBoxLogicalHeight, logicalTop(), computedValues);
    [all...]
RenderReplaced.cpp 527 LayoutUnit top = rootBox ? rootBox->selectionTop() : logicalTop();
574 LayoutUnit newLogicalTop = root->block()->style()->isFlippedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->selectionTop() - m_inlineBoxWrapper->logicalTop();
RenderTable.cpp 534 if (!sectionMoved && section->logicalTop() != logicalHeight()) {
536 movedSectionLogicalTop = min(logicalHeight(), section->logicalTop()) + (style()->isHorizontalWritingMode() ? section->visualOverflowRect().y() : section->visualOverflowRect().x());
569 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(this, logicalTop()));
    [all...]
RenderView.h 63 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
InlineTextBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.cpp 366 void PolygonShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
372 float y1 = logicalTop;
373 float y2 = logicalTop + logicalHeight;
394 void PolygonShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
400 float y1 = logicalTop;
401 float y2 = logicalTop + logicalHeight;
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 110 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
116 void RenderSliderContainer::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
134 RenderBox::computeLogicalHeight(trackHeight, logicalTop, computedValues);
139 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutBoxExtent.cpp 38 LayoutUnit LayoutBoxExtent::logicalTop(WritingMode writingMode) const
  /frameworks/base/services/input/
InputReader.h 58 int32_t logicalTop;
70 logicalLeft(0), logicalTop(0), logicalRight(0), logicalBottom(0),
79 && logicalTop == other.logicalTop
102 logicalTop = 0;
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 325 viewport.logicalBottom - viewport.logicalTop,
429 v.logicalBottom - v.logicalTop,
    [all...]

Completed in 338 milliseconds

12 3