HomeSort by relevance Sort by last modified time
    Searched refs:xUnitsToPoints (Results 1 - 8 of 8) sorted by null

  /external/icu4c/test/letest/
SimpleFontInstance.cpp 58 advance.fX = xUnitsToPoints(2048);
63 advance.fX = xUnitsToPoints(2048);
PortableFontInstance.cpp 365 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
  /external/icu4c/layout/
LEFontInstance.cpp 105 float LEFontInstance::xUnitsToPoints(float xUnits) const
117 points.fX = xUnitsToPoints(units.fX);
139 pixels.fX = xUnitsToPoints(xFunits) * getScaleFactorX();
KernTable.cpp 212 storage[i-1], storage[i], i, value & 0xffff, font->xUnitsToPoints(value));
215 adjust += font->xUnitsToPoints(value);
LEFontInstance.h 345 virtual float xUnitsToPoints(float xUnits) const;
OpenTypeLayoutEngine.cpp 417 xPlacement = fFontInstance->xUnitsToPoints(xPlacement);
421 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp 197 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 393 point.fX = xUnitsToPoints(pt.fX);

Completed in 42 milliseconds