Home
last modified time | relevance | path

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

/external/icu4c/layout/
DGlyphPositionAdjustments.cpp49 void GlyphPositionAdjustments::clearEntryPoint(le_int32 index) in clearEntryPoint() function in GlyphPositionAdjustments
53 fEntryExitPoints[index].clearEntryPoint(); in clearEntryPoint()
DGlyphPositionAdjustments.h75 inline void clearEntryPoint();
131 void clearEntryPoint(le_int32 index);
248 inline void GlyphPositionAdjustments::EntryExitPoint::clearEntryPoint() in clearEntryPoint() function
DGlyphIterator.cpp293 glyphPositionAdjustments->clearEntryPoint(position); in clearCursiveEntryPoint()