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

/external/chromium_org/third_party/icu/source/test/letest/
H A DSimpleFontInstance.cpp58 advance.fX = xUnitsToPoints(2048);
63 advance.fX = xUnitsToPoints(2048);
H A DPortableFontInstance.cpp393 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DSimpleFontInstance.cpp58 advance.fX = xUnitsToPoints(2048);
63 advance.fX = xUnitsToPoints(2048);
H A DPortableFontInstance.cpp393 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.cpp58 advance.fX = xUnitsToPoints(2048);
63 advance.fX = xUnitsToPoints(2048);
H A DPortableFontInstance.cpp393 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
/external/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.cpp58 advance.fX = xUnitsToPoints(2048);
63 advance.fX = xUnitsToPoints(2048);
H A DPortableFontInstance.cpp393 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
/external/icu/icu4c/source/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();
H A DLEFontInstance.h351 virtual float xUnitsToPoints(float xUnits) const;
H A DKernTable.cpp238 storage[i-1], storage[i], i, value & 0xffff, font->xUnitsToPoints(value));
241 adjust += fTable.getFont()->xUnitsToPoints(value);
H A DOpenTypeLayoutEngine.cpp522 xPlacement = fFontInstance->xUnitsToPoints(xPlacement);
526 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
/external/chromium_org/third_party/icu/source/samples/layout/
H A DGDIFontInstance.cpp393 point.fX = xUnitsToPoints(pt.fX);
/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp393 point.fX = xUnitsToPoints(pt.fX);

Completed in 679 milliseconds