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

/external/icu4c/layout/
H A DLEFontInstance.cpp105 float LEFontInstance::xUnitsToPoints(float xUnits) const function in class:LEFontInstance
117 points.fX = xUnitsToPoints(units.fX);
139 pixels.fX = xUnitsToPoints(xFunits) * getScaleFactorX();

Completed in 105 milliseconds