Home
last modified time | relevance | path

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

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