Searched refs:uni_pos (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A Dtext-boundary.h27 int uni_pos; member in struct:text_boundary
H A DTextWrapper.cpp354 if ( g_st == bounds[c_st].uni_pos ) glyph_text[i].char_start = true;
357 if ( g_st == bounds[c_st].uni_pos ) glyph_text[i].word_start = true;
360 if ( g_st == bounds[c_st].uni_pos ) glyph_text[i].para_start = true;
364 if ( g_en == bounds[c_en].uni_pos ) glyph_text[i].char_start = true;
367 if ( g_en == bounds[c_en].uni_pos ) glyph_text[i].word_start = true;
370 if ( g_en == bounds[c_en].uni_pos ) glyph_text[i].para_start = true;
661 if ( ta.uni_pos < tb.uni_pos ) return -1;
662 if ( ta.uni_pos > tb.uni_pos ) retur
[all...]

Completed in 21 milliseconds