Searched defs:xPlacementAdjust (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphIterator.cpp271 void GlyphIterator::adjustCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust, argument
284 glyphPositionAdjustments->adjustXPlacement(position, xPlacementAdjust);
290 void GlyphIterator::setCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust, argument
303 glyphPositionAdjustments->setXPlacement(position, xPlacementAdjust);

Completed in 27 milliseconds