HomeSort by relevance Sort by last modified time
    Searched defs:logicalRight (Results 1 - 5 of 5) 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(); }
444 Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
RenderBox.cpp     [all...]
RenderBlock.cpp     [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 272 milliseconds