Searched defs:yUnitsToPoints (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEFontInstance.cpp110 float LEFontInstance::yUnitsToPoints(float yUnits) const function in class:LEFontInstance
118 points.fY = yUnitsToPoints(units.fY);
140 pixels.fY = yUnitsToPoints(yFunits) * getScaleFactorY();

Completed in 133 milliseconds