Home
last modified time | relevance | path

Searched refs:xUnitsToPoints (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/layout/
DLEFontInstance.cpp105 float LEFontInstance::xUnitsToPoints(float xUnits) const in xUnitsToPoints() function in LEFontInstance
117 points.fX = xUnitsToPoints(units.fX); in unitsToPoints()
139 pixels.fX = xUnitsToPoints(xFunits) * getScaleFactorX(); in transformFunits()
DKernTable.cpp238 storage[i-1], storage[i], i, value & 0xffff, font->xUnitsToPoints(value));
241 adjust += fTable.getFont()->xUnitsToPoints(value);
DLEFontInstance.h325 virtual float xUnitsToPoints(float xUnits) const;
DOpenTypeLayoutEngine.cpp522 xPlacement = fFontInstance->xUnitsToPoints(xPlacement); in adjustGlyphPositions()
526 xAdjust += fFontInstance->xUnitsToPoints(xAdvance); in adjustGlyphPositions()
/external/icu/icu4c/source/test/perf/leperf/
DSimpleFontInstance.cpp58 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
63 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
DPortableFontInstance.cpp393 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth)); in getGlyphAdvance()
/external/icu/icu4c/source/test/letest/
DSimpleFontInstance.cpp63 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
69 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
DPortableFontInstance.cpp389 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth)); in getGlyphAdvance()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp393 point.fX = xUnitsToPoints(pt.fX); in getGlyphPoint()