HomeSort by relevance Sort by last modified time
    Searched refs:xUnitsToPoints (Results 1 - 7 of 7) 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 326 virtual float xUnitsToPoints(float xUnits) const;
OpenTypeLayoutEngine.cpp 415 xPlacement = fFontInstance->xUnitsToPoints(xPlacement);
419 xAdjust += fFontInstance->xUnitsToPoints(xAdvance);
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 393 point.fX = xUnitsToPoints(pt.fX);

Completed in 659 milliseconds