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

/external/icu4c/layout/
H A DGlyphPositionAdjustments.cpp40 const LEPoint *GlyphPositionAdjustments::getExitPoint(le_int32 index, LEPoint &exitPoint)const function in class:GlyphPositionAdjustments
46 return fEntryExitPoints[index].getExitPoint(exitPoint);
136 if (getExitPoint(i, exitAnchor) != NULL) {
175 LEPoint *GlyphPositionAdjustments::EntryExitPoint::getExitPoint(LEPoint &exitPoint) const function in class:GlyphPositionAdjustments::EntryExitPoint
H A DGlyphPositionAdjustments.h73 LEPoint *getExitPoint(LEPoint &exitPoint) const;
110 const LEPoint *getExitPoint(le_int32 index, LEPoint &exitPoint) const;
H A DGlyphIterator.cpp190 glyphPositionAdjustments->getExitPoint(position, exitPoint);

Completed in 66 milliseconds