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

  /external/webkit/Source/WebCore/rendering/
InlineBox.h 237 float logicalRight() const { return logicalLeft() + logicalWidth(); }
246 int pixelSnappedLogicalRight() const { return ceilf(logicalRight()); }
RenderBox.h 58 int logicalRight() const { return logicalLeft() + logicalWidth(); }
446 Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
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/webkit/Source/WebCore/rendering/style/
RenderStyle.h 382 Length logicalRight() const { return isHorizontalWritingMode() ? right() : bottom(); }
658 void getTextShadowInlineDirectionExtent(int& logicalLeft, int& logicalRight) { getShadowInlineDirectionExtent(textShadow(), logicalLeft, logicalRight); }
    [all...]

Completed in 44 milliseconds