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

/inkscape/src/libnrtype/
H A Done-glyph.h31 int uni_st, uni_en; /**< Start and end positions of the text corresponding to this glyph. member in struct:one_glyph
32 * You always have uni_st < uni_en. */
H A DTextWrapper.cpp268 glyph_text[glyph_length + 1].uni_en = glyph_text[glyph_length].uni_st;
276 glyph_text[glyph_length - 1].uni_en = glyph_text[glyph_length].uni_st;
293 // notably, the uni_en of the last char in ltr text and the uni_en of the first in rtl are still not set
296 if ( glyph_length > o_g_l ) glyph_text[o_g_l].uni_en = plOffset + prOffset + pRun->item->length;
298 if ( glyph_length > 0 ) glyph_text[glyph_length - 1].uni_en = plOffset + prOffset + pRun->item->length;
302 // and is associated with no text (but you cannot set uni_st=uni_en=0, because the termination
304 glyph_text[glyph_length].uni_st = glyph_text[glyph_length].uni_en = plOffset + prOffset + pRun->item->length;
329 glyph_text[i].uni_en = uni32_codepoint[glyph_text[i].uni_en];
[all...]

Completed in 67 milliseconds