Searched defs:alignX (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java39 private float alignX; field in class:LetterQuad
228 alignX = 0;
372 float x = x0+alignX;
408 float sx = x0+alignX;
475 void setAlignment(float alignX, float alignY) { argument
476 this.alignX = alignX;
481 return alignX;
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp1458 void RenderLayer::scrollRectToVisible(const IntRect& rect, bool scrollToAnchor, const ScrollAlignment& alignX, const ScrollAlignment& alignY) argument
1486 IntRect r = getRectToExpose(layerBounds, exposeRect, alignX, alignY);
1507 IntRect r = getRectToExpose(viewRect, rect, alignX, alignY);
1521 IntRect r = getRectToExpose(viewRect, rect, alignX, alignY);
1539 parentLayer->scrollRectToVisible(newRect, scrollToAnchor, alignX, alignY);
1545 IntRect RenderLayer::getRectToExpose(const IntRect &visibleRect, const IntRect &exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) argument
1555 scrollX = ScrollAlignment::getVisibleBehavior(alignX);
1558 scrollX = ScrollAlignment::getVisibleBehavior(alignX);
1563 scrollX = ScrollAlignment::getPartialBehavior(alignX);
1565 scrollX = ScrollAlignment::getHiddenBehavior(alignX);
[all...]

Completed in 112 milliseconds