Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DGlyphPositionAdjustments.cpp40 const LEPoint *GlyphPositionAdjustments::getExitPoint(le_int32 index, LEPoint &exitPoint)const in getExitPoint() function in GlyphPositionAdjustments
46 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
DGlyphPositionAdjustments.h73 LEPoint *getExitPoint(LEPoint &exitPoint) const;
110 const LEPoint *getExitPoint(le_int32 index, LEPoint &exitPoint) const;
DGlyphIterator.cpp198 glyphPositionAdjustments->getExitPoint(position, exitPoint); in getCursiveExitPoint()