OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xAdjust
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
LayoutEngine.cpp
389
float
xAdjust
= 0;
411
glyphStorage.adjustPosition(p,
xAdjust
, 0, success);
414
xAdjust
-= xAdvance;
420
glyphStorage.adjustPosition(glyphCount,
xAdjust
, 0, success);
425
float
xAdjust
= 0;
453
glyphStorage.adjustPosition(p,
xAdjust
, 0, success);
456
xAdjust
-= xAdvance;
462
glyphStorage.adjustPosition(glyphCount,
xAdjust
, 0, success);
OpenTypeLayoutEngine.cpp
501
float
xAdjust
= 0, yAdjust = 0;
513
xAdjust
+= xKerning;
524
glyphStorage.adjustPosition(i,
xAdjust
+ xPlacement, -(yAdjust + yPlacement), success);
526
xAdjust
+= fFontInstance->xUnitsToPoints(xAdvance);
530
glyphStorage.adjustPosition(glyphCount,
xAdjust
, -yAdjust, success);
Completed in 43 milliseconds