Searched refs:xPixelsToUnits (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/layout/
H A DValueRecords.cpp51 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
61 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
71 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
81 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
99 xPlacementAdjustment += fontInstance->xPixelsToUnits(xAdj);
121 xAdvanceAdjustment += fontInstance->xPixelsToUnits(xAdj);
155 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
165 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
175 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
185 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixel
[all...]
H A DLEFontInstance.cpp121 float LEFontInstance::xPixelsToUnits(float xPixels) const function in class:LEFontInstance
133 units.fX = xPixelsToUnits(pixels.fX);
H A DLEFontInstance.h360 virtual float xPixelsToUnits(float xPixels) const;

Completed in 64 milliseconds