Searched refs:getExitPoint (Results 1 – 3 of 3) sorted by relevance
40 const LEPoint *GlyphPositionAdjustments::getExitPoint(le_int32 index, LEPoint &exitPoint)const in getExitPoint() function in GlyphPositionAdjustments46 return fEntryExitPoints[index].getExitPoint(exitPoint); in getExitPoint()136 if (getExitPoint(i, exitAnchor) != NULL) { in applyCursiveAdjustments()175 LEPoint *GlyphPositionAdjustments::EntryExitPoint::getExitPoint(LEPoint &exitPoint) const in getExitPoint() function in GlyphPositionAdjustments::EntryExitPoint
73 LEPoint *getExitPoint(LEPoint &exitPoint) const;110 const LEPoint *getExitPoint(le_int32 index, LEPoint &exitPoint) const;
198 glyphPositionAdjustments->getExitPoint(position, exitPoint); in getCursiveExitPoint()