HomeSort by relevance Sort by last modified time
    Searched refs:setCursiveGlyph (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/layout/
CursiveAttachmentSubtables.cpp 27 glyphIterator->setCursiveGlyph();
GlyphPositionAdjustments.cpp 77 void GlyphPositionAdjustments::setCursiveGlyph(le_int32 index, le_bool baselineIsLogicalEnd)
81 fEntryExitPoints[index].setCursiveGlyph(baselineIsLogicalEnd);
GlyphIterator.h 70 void setCursiveGlyph();
GlyphPositionAdjustments.h 79 inline void setCursiveGlyph(le_bool baselineIsLogicalEnd);
135 void setCursiveGlyph(le_int32 index, le_bool baselineIsLogicalEnd);
280 inline void GlyphPositionAdjustments::EntryExitPoint::setCursiveGlyph(le_bool baselineIsLogicalEnd)
GlyphIterator.cpp 349 void GlyphIterator::setCursiveGlyph()
361 glyphPositionAdjustments->setCursiveGlyph(position, baselineIsLogicalEnd());

Completed in 86 milliseconds