HomeSort by relevance Sort by last modified time
    Searched full:rightglyph (Results 1 - 1 of 1) sorted by null

  /external/icu4c/layoutex/
ParagraphLayout.cpp 1028 // make the minimum one be leftGlyph and the maximum one be rightGlyph.
1031 le_int32 rightGlyph = -1;
1042 if (maxGlyph > rightGlyph) {
1043 rightGlyph = maxGlyph;
1048 le_int32 swap = rightGlyph;
1052 rightGlyph = last - leftGlyph;
1055 rightGlyph -= glyphBase;
1067 // Make rightGlyph be the glyph just to the right o
    [all...]

Completed in 199 milliseconds