Home
last modified time | relevance | path

Searched refs:yAdvance (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/layout/
DGlyphPositionAdjustments.h56 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()
DOpenTypeLayoutEngine.cpp398 float yAdvance = adjustments->getYAdvance(i); in adjustGlyphPositions() local
420 yAdjust += fFontInstance->yUnitsToPoints(yAdvance); in adjustGlyphPositions()