Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DGlyphPositionAdjustments.h76 inline void clearExitPoint();
132 void clearExitPoint(le_int32 index);
253 inline void GlyphPositionAdjustments::EntryExitPoint::clearExitPoint() in clearExitPoint() function
DGlyphPositionAdjustments.cpp56 void GlyphPositionAdjustments::clearExitPoint(le_int32 index) in clearExitPoint() function in GlyphPositionAdjustments
60 fEntryExitPoints[index].clearExitPoint(); in clearExitPoint()
DGlyphIterator.cpp316 glyphPositionAdjustments->clearExitPoint(position); in clearCursiveExitPoint()