HomeSort by relevance Sort by last modified time
    Searched refs:logicalRight (Results 1 - 16 of 16) 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.cpp     [all...]
InlineFlowBox.h 201 int logicalRightLayoutOverflow() const { return m_overflow ? (isHorizontal() ? m_overflow->maxXLayoutOverflow() : m_overflow->maxYLayoutOverflow()) : ceilf(logicalRight()); }
227 int logicalRightVisualOverflow() const { return m_overflow ? (isHorizontal() ? m_overflow->maxXVisualOverflow() : m_overflow->maxYVisualOverflow()) : ceilf(logicalRight()); }
RootInlineBox.cpp 324 lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
335 int lastLogicalLeft = firstBox->logicalRight();
348 lastLogicalLeft = box->logicalRight();
474 if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(lastLeaf)))
483 if (leftPosition < leaf->logicalRight())
    [all...]
RenderRubyRun.cpp 295 logicalRightOverhang = min<int>(logicalRightOverhang, logicalWidth - rootInlineBox->logicalRight());
RenderText.cpp 490 if (lastTextBox() && pointBlockDirection >= lastTextBox()->root()->selectionTop() && pointLineDirection >= lastTextBox()->logicalRight()) {
512 if (pointLineDirection < box->logicalRight())
560 float rootRight = box->root()->logicalRight();
573 rightEdge = cb->logicalRight();
576 rightEdge = max(static_cast<float>(cb->logicalRight()), rootRight);
    [all...]
RenderBox.h 58 int logicalRight() const { return logicalLeft() + logicalWidth(); }
446 Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
RenderBlock.cpp     [all...]
RenderInline.cpp     [all...]
RenderBlock.h 127 RenderObject* selObj, int logicalRight, int logicalTop, int logicalHeight, const PaintInfo*);
    [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...]
InputReader.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...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 322 viewport.logicalRight - viewport.logicalLeft,
426 v.logicalRight - v.logicalLeft,
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 154 int logicalLeft, int logicalTop, int logicalRight, int logicalBottom,
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 148 v.logicalRight = isRotated ? height : width;
    [all...]

Completed in 166 milliseconds