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

  /sdk/emulator/opengl/tests/ut_renderer/
X11Windowing.cpp 50 int xAdjust = X11_wmXAdjust;
66 x, y, x+xAdjust, y+yAdjust);
67 XMoveWindow(disp, win, x + xAdjust, y + yAdjust);
71 X11_wmXAdjust = xAdjust = x - xNew;
74 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
75 XMoveWindow(disp, win, x + xAdjust, y + yAdjust );
  /external/icu4c/layout/
LayoutEngine.cpp 387 float xAdjust = 0;
409 glyphStorage.adjustPosition(p, xAdjust, 0, success);
412 xAdjust -= xAdvance;
418 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
423 float xAdjust = 0;
451 glyphStorage.adjustPosition(p, xAdjust, 0, success);
454 xAdjust -= xAdvance;
460 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
LEGlyphStorage.h 421 * @param xAdjust the adjustment to the glyph's X position
427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
OpenTypeLayoutEngine.cpp 494 float xAdjust = 0, yAdjust = 0;
506 xAdjust += xKerning;
517 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
519 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
523 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
LEGlyphStorage.cpp 441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success)
452 fPositions[glyphIndex * 2] += xAdjust;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 340 int xAdjust = X11_wmXAdjust;
362 x, y, x+xAdjust, y+yAdjust);
363 XMoveWindow(SDL_Display, WMwindow, x + xAdjust, y + yAdjust);
367 X11_wmXAdjust = xAdjust = x - xNew;
370 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
371 XMoveWindow(SDL_Display, WMwindow, x + xAdjust, y + yAdjust );

Completed in 87 milliseconds