Searched refs:yAdvance (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/layout/ |
D | GlyphPositionAdjustments.h | 56 float yAdvance; variable 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() 174 return yAdvance; in getYAdvance() 199 yAdvance = newYAdvance; in setYAdvance() 224 yAdvance += yAdjustment; in adjustYAdvance()
|
D | OpenTypeLayoutEngine.cpp | 498 float yAdvance = adjustments->getYAdvance(i); in adjustGlyphPositions() local 520 yAdjust += fFontInstance->yUnitsToPoints(yAdvance); in adjustGlyphPositions()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-layout-gpos-table.hh | 55 yAdvance = 0x0008, /* Includes vertical adjustment for advance */ enumerator 75 SHORT yAdvance; /* Vertical adjustment for advance--in 115 if (format & yAdvance) { in apply_value() 149 if (format & yAdvance) values++; in sanitize_value_devices()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 55 yAdvance = 0x0008, /* Includes vertical adjustment for advance */ enumerator 75 SHORT yAdvance; /* Vertical adjustment for advance--in 115 if (format & yAdvance) { in apply_value() 149 if (format & yAdvance) values++; in sanitize_value_devices()
|