OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setCursiveGlyph
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/layout/
GlyphPositionAdjustments.cpp
77
void GlyphPositionAdjustments::
setCursiveGlyph
(le_int32 index, le_bool baselineIsLogicalEnd)
81
fEntryExitPoints[index].
setCursiveGlyph
(baselineIsLogicalEnd);
GlyphIterator.cpp
349
void GlyphIterator::
setCursiveGlyph
()
361
glyphPositionAdjustments->
setCursiveGlyph
(position, baselineIsLogicalEnd());
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)
Completed in 185 milliseconds