Searched refs:xPlacement (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/layout/ |
D | GlyphPositionAdjustments.h | 53 float xPlacement; 141 : xPlacement(0), yPlacement(0), xAdvance(0), yAdvance(0), baseOffset(-1) in Adjustment() 147 : xPlacement(xPlace), yPlacement(yPlace), xAdvance(xAdv), yAdvance(yAdv), baseOffset(baseOff) in Adjustment() 159 return xPlacement; in getXPlacement() 184 xPlacement = newXPlacement; in setXPlacement() 209 xPlacement += xAdjustment; in adjustXPlacement()
|
D | OpenTypeLayoutEngine.cpp | 499 float xPlacement = 0; in adjustGlyphPositions() local 511 xPlacement += adjustments->getXPlacement(base); in adjustGlyphPositions() 515 xPlacement = fFontInstance->xUnitsToPoints(xPlacement); in adjustGlyphPositions() 517 glyphStorage.adjustPosition(i, xAdjust + xPlacement, -(yAdjust + yPlacement), success); in adjustGlyphPositions()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-layout-gpos-table.hh | 52 xPlacement = 0x0001, /* Includes horizontal adjustment for placement */ enumerator 68 SHORT xPlacement; /* Horizontal adjustment for 109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++)); in apply_value() 146 if (format & xPlacement) values++; in sanitize_value_devices()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 52 xPlacement = 0x0001, /* Includes horizontal adjustment for placement */ enumerator 68 SHORT xPlacement; /* Horizontal adjustment for 109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++)); in apply_value() 146 if (format & xPlacement) values++; in sanitize_value_devices()
|