Searched refs:xAdjust (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DTrackingInputHandler.java155 float xAdjust = 0;
160 xAdjust = -(rightDelta + leftDelta) / 2;
163 xAdjust = -Math.min(leftDelta, rightDelta);
166 xAdjust = Math.min(-leftDelta, -rightDelta);
178 mRenderData.transform.postTranslate(xAdjust, yAdjust);
/external/icu4c/layout/
H A DLayoutEngine.cpp387 float xAdjust = 0; local
409 glyphStorage.adjustPosition(p, xAdjust, 0, success);
412 xAdjust -= xAdvance;
418 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
423 float xAdjust = 0; local
451 glyphStorage.adjustPosition(p, xAdjust, 0, success);
454 xAdjust -= xAdvance;
460 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success);
H A DLEGlyphStorage.h421 * @param xAdjust the adjustment to the glyph's X position
427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
H A DOpenTypeLayoutEngine.cpp494 float xAdjust = 0, yAdjust = 0; local
506 xAdjust += xKerning;
517 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success);
519 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
523 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
H A DLEGlyphStorage.cpp441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
452 fPositions[glyphIndex * 2] += xAdjust;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c340 int xAdjust = X11_wmXAdjust; local
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 132 milliseconds