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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ScrollBehavior.cpp 59 LayoutRect ScrollAlignment::getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
69 scrollX = getVisibleBehavior(alignX);
72 scrollX = getVisibleBehavior(alignX);
77 scrollX = getPartialBehavior(alignX);
79 scrollX = getHiddenBehavior(alignX);
ScrollBehavior.h 67 static LayoutRect getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
RenderLayerScrollableArea.h 168 LayoutRect exposeRect(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
RenderLayerScrollableArea.cpp     [all...]
RenderBox.h 257 void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
    [all...]
RenderObject.h 199 bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment& alignY = ScrollAlignment::alignCenterIfNeeded);
    [all...]
RenderBox.cpp 528 void RenderBox::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
542 newRect = layer()->scrollableArea()->exposeRect(rect, alignX, alignY);
555 LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
576 LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
586 parentBox->scrollRectToVisible(newRect, alignX, alignY);
    [all...]
RenderObject.cpp 556 bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
562 enclosingBox->scrollRectToVisible(rect, alignX, alignY);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 39 private float alignX;
228 alignX = 0;
372 float x = x0+alignX;
408 float sx = x0+alignX;
475 void setAlignment(float alignX, float alignY) {
476 this.alignX = alignX;
481 return alignX;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 496 final int iconX, alignX;
500 alignX = iconX;
503 alignX = iconX + iconWidth;
506 alignX = iconX + iconWidth / 2;
512 drawVerticalLine(canvas, alignX, keyHeight, 0xc0800080, line);

Completed in 123 milliseconds