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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
LengthBox.cpp 41 Length LengthBox::logicalRight(WritingMode writingMode) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.h 42 LineSegment(float logicalLeft, float logicalRight)
44 , logicalRight(logicalRight)
49 float logicalRight;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutBoxExtent.cpp 51 LayoutUnit LayoutBoxExtent::logicalRight(WritingMode writingMode) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 209 float logicalRight() const { return logicalLeft() + logicalWidth(); }
218 int pixelSnappedLogicalRight() const { return ceilf(logicalRight()); }
RenderBox.h 79 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); }
258 LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); }
    [all...]
RenderBlockLineLayout.cpp 155 m_right = min<float>(m_segment->logicalRight, m_right);
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /frameworks/base/services/input/
InputReader.h 59 int32_t logicalRight;
70 logicalLeft(0), logicalTop(0), logicalRight(0), logicalBottom(0),
80 && logicalRight == other.logicalRight
103 logicalRight = width;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 422 Length logicalRight() const { return surround->offset.logicalRight(writingMode()); }
    [all...]

Completed in 424 milliseconds