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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.h 45 LineSegment(float logicalLeft, float logicalRight)
47 , logicalRight(logicalRight)
52 float logicalRight;
BoxShapeTest.cpp 63 EXPECT_FLOAT_EQ(expectedRight, result[0].logicalRight); \
ShapeOutsideInfo.cpp 169 segments[i].logicalRight += logicalLeftOffset();
296 LayoutUnit rawRightMarginBoxDelta = segments.last().logicalRight - containingBlock.logicalWidthForChild(&m_renderer) - logicalRightMargin;
  /external/chromium_org/third_party/WebKit/Source/platform/
LengthBox.cpp 41 const Length& LengthBox::logicalRight(WritingMode writingMode) const
LengthBox.h 78 const Length& logicalRight(WritingMode) const;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutBoxExtent.h 60 LayoutUnit logicalRight(WritingMode) const;
LayoutBoxExtent.cpp 53 LayoutUnit LayoutBoxExtent::logicalRight(WritingMode writingMode) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 181 void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalLeft, float maxLogicalRight)
183 setLogicalWidth(logicalRight - logicalLeft);
184 if (knownToHaveNoOverflow() && (minLogicalLeft < logicalLeft || maxLogicalRight > logicalRight))
233 static_cast<LayoutUnit>(ceilf(logicalRight()));
260 LayoutUnit logicalRightVisualOverflow() const { return m_overflow ? (isHorizontal() ? m_overflow->visualOverflowRect().maxX() : m_overflow->visualOverflowRect().maxY()) : static_cast<LayoutUnit>(ceilf(logicalRight())); }
FloatingObjects.cpp 442 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(floatingObject);
443 if (logicalRight > m_offset) {
444 m_offset = logicalRight;
498 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(floatingObject);
503 logicalRight += shapeOutside->rightMarginBoxDelta();
505 if (logicalRight > m_offset) {
506 m_offset = logicalRight;
RootInlineBox.cpp 322 &lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
334 LayoutUnit lastLogicalLeft = firstBox->logicalRight();
347 lastLogicalLeft = box->logicalRight();
518 if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(lastLeaf)))
527 if (leftPosition < leaf->logicalRight())
589 lineLayoutOverflow.shiftMaxXEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxX(), logicalRight() + endPadding));
594 lineLayoutOverflow.shiftMaxYEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxY(), logicalRight() + endPadding));
    [all...]
RenderBox.cpp     [all...]
InlineBox.h 211 float logicalRight() const { return logicalLeft() + logicalWidth(); }
220 int pixelSnappedLogicalRight() const { return ceilf(logicalRight()); }
RenderRubyRun.cpp 290 logicalRightOverhang = min<int>(logicalRightOverhang, logicalWidth - rootInlineBox->logicalRight());
InlineTextBox.cpp 225 if (r.x() > logicalRight())
227 else if (r.maxX() > logicalRight())
228 logicalWidth = logicalRight() - r.x();
281 bool ltrEllipsisWithinBox = flowIsLTR && (ellipsisX < logicalRight());
293 ellipsisX = ltr ? logicalLeft() + visibleBoxWidth : logicalRight() - visibleBoxWidth;
321 return logicalRight() - widthOfVisibleText - ellipsisWidth;
    [all...]
RenderBox.h 109 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); }
292 LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); }
    [all...]
RenderText.cpp 487 if (pointLineDirection < box->logicalRight()) {
662 float rootRight = box->root().logicalRight();
    [all...]
RenderBlock.h 171 RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*);
RenderBlock.cpp     [all...]
RenderInline.cpp     [all...]
RenderBlockFlow.cpp     [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 60 int32_t logicalRight;
71 logicalLeft(0), logicalTop(0), logicalRight(0), logicalBottom(0),
81 && logicalRight == other.logicalRight
104 logicalRight = width;
    [all...]
InputReader.cpp     [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 339 viewport.logicalRight - viewport.logicalLeft,
443 v.logicalRight - v.logicalLeft,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 461 const Length& logicalRight() const { return surround->offset.logicalRight(writingMode()); }
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 161 int logicalLeft, int logicalTop, int logicalRight, int logicalBottom,
    [all...]

Completed in 1308 milliseconds

1 2