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

/external/icu4c/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 66 milliseconds