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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.cpp95 void GlyphPositionAdjustments::setExitPoint(le_int32 index, LEPoint &newExitPoint, le_bool baselineIsLogicalEnd) function in class:GlyphPositionAdjustments
99 fEntryExitPoints[index].setExitPoint(newExitPoint, baselineIsLogicalEnd);
H A DGlyphPositionAdjustments.h103 inline void setExitPoint(LEPoint &newExitPoint, le_bool baselineIsLogicalEnd);
159 void setExitPoint(le_int32 index, LEPoint &newExitPoint, le_bool baselineIsLogicalEnd);
294 inline void GlyphPositionAdjustments::EntryExitPoint::setExitPoint(LEPoint &newExitPoint, le_bool baselineIsLogicalEnd) function in class:GlyphPositionAdjustments::EntryExitPoint
H A DGlyphIterator.cpp366 glyphPositionAdjustments->setExitPoint(position, exitPoint, baselineIsLogicalEnd());

Completed in 33 milliseconds