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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DValueRecords.cpp76 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
86 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
96 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
106 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
124 xPlacementAdjustment += fontInstance->xPixelsToUnits(xAdj);
146 xAdvanceAdjustment += fontInstance->xPixelsToUnits(xAdj);
180 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
190 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
200 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
210 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixel
[all...]
H A DLEFontInstance.cpp146 float LEFontInstance::xPixelsToUnits(float xPixels) const function in class:LEFontInstance
158 units.fX = xPixelsToUnits(pixels.fX);
H A DLEFontInstance.h409 virtual float xPixelsToUnits(float xPixels) const;
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h154 float xPixelsToUnits(float xPixels) const function in class:FontInstanceAdapter
166 units.fX = xPixelsToUnits(pixels.fX);

Completed in 33 milliseconds