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

  /external/icu4c/layout/
CursiveAttachmentSubtables.cpp 24 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 341 void GlyphIterator::setCursiveGlyph()
353 glyphPositionAdjustments->setCursiveGlyph(position, baselineIsLogicalEnd());

Completed in 222 milliseconds