Searched refs:xAdjust (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
H A D | TrackingInputHandler.java | 155 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 D | LayoutEngine.cpp | 387 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 D | 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);
|
H A D | OpenTypeLayoutEngine.cpp | 494 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 D | LEGlyphStorage.cpp | 441 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 D | SDL_x11wm.c | 340 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 1089 milliseconds