Home
last modified time | relevance | path

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

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