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

  /external/chromium_org/third_party/WebKit/Source/platform/
LengthBox.cpp 41 const Length& LengthBox::logicalRight(WritingMode writingMode) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.h 47 , logicalRight(0)
52 LineSegment(float logicalLeft, float logicalRight)
54 , logicalRight(logicalRight)
60 float logicalRight;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutBoxExtent.cpp 53 LayoutUnit LayoutBoxExtent::logicalRight(WritingMode writingMode) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 441 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(&floatingObject);
442 if (logicalRight > m_offset) {
443 m_offset = logicalRight;
486 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(&floatingObject);
492 logicalRight += shapeDeltas.rightMarginBoxDelta();
494 if (logicalRight > m_offset) {
495 m_offset = logicalRight;
InlineBox.h 212 float logicalRight() const { return logicalLeft() + logicalWidth(); }
221 int pixelSnappedLogicalRight() const { return ceilf(logicalRight()); }
RenderBox.h 111 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); }
293 LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); }
    [all...]
RenderBlockFlow.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBox.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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 445 const Length& logicalRight() const { return surround->offset.logicalRight(writingMode()); }
    [all...]

Completed in 1058 milliseconds