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

  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 40 private float alignY;
229 alignY = 0;
373 float y = y0-alignY;
409 float sy = y0-alignY;
475 void setAlignment(float alignX, float alignY) {
477 this.alignY = alignY;
485 return alignY;
  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 250 void scrollRectToVisible(const IntRect&, bool scrollToAnchor = false, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment& alignY = ScrollAlignment::alignCenterIfNeeded);
252 IntRect getRectToExpose(const IntRect& visibleRect, const IntRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
    [all...]
RenderLayer.cpp     [all...]

Completed in 64 milliseconds