Searched refs:xAdjust (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/layout/ |
D | LayoutEngine.cpp | 344 float xAdjust = 0; in adjustMarkGlyphs() local 366 glyphStorage.adjustPosition(p, xAdjust, 0, success); in adjustMarkGlyphs() 369 xAdjust -= xAdvance; in adjustMarkGlyphs() 375 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success); in adjustMarkGlyphs() 380 float xAdjust = 0; in adjustMarkGlyphs() local 408 glyphStorage.adjustPosition(p, xAdjust, 0, success); in adjustMarkGlyphs() 411 xAdjust -= xAdvance; in adjustMarkGlyphs() 417 glyphStorage.adjustPosition(glyphCount, xAdjust, 0, success); in adjustMarkGlyphs()
|
D | OpenTypeLayoutEngine.cpp | 301 float xAdjust = 0, yAdjust = 0; in adjustGlyphPositions() local 313 xAdjust += xKerning; in adjustGlyphPositions() 324 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success); in adjustGlyphPositions() 326 xAdjust += fFontInstance->xUnitsToPoints(xAdvance); in adjustGlyphPositions() 330 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success); in adjustGlyphPositions()
|
D | LEGlyphStorage.h | 391 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
|
D | LEGlyphStorage.cpp | 431 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode … in adjustPosition() argument 442 fPositions[glyphIndex * 2] += xAdjust; in adjustPosition()
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11wm.c | 340 int xAdjust = X11_wmXAdjust; in set_window_pos_nolock() local 362 x, y, x+xAdjust, y+yAdjust); in set_window_pos_nolock() 363 XMoveWindow(SDL_Display, WMwindow, x + xAdjust, y + yAdjust); in set_window_pos_nolock() 367 X11_wmXAdjust = xAdjust = x - xNew; in set_window_pos_nolock() 370 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust); in set_window_pos_nolock() 371 XMoveWindow(SDL_Display, WMwindow, x + xAdjust, y + yAdjust ); in set_window_pos_nolock()
|