Searched refs:yPlacementAdjust (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphIterator.h85 void adjustCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust,
88 void setCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust,
H A DGlyphIterator.cpp271 void GlyphIterator::adjustCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust, argument
285 glyphPositionAdjustments->adjustYPlacement(position, yPlacementAdjust);
290 void GlyphIterator::setCurrGlyphPositionAdjustment(float xPlacementAdjust, float yPlacementAdjust, argument
304 glyphPositionAdjustments->setYPlacement(position, yPlacementAdjust);

Completed in 27 milliseconds