Searched defs:c_en (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DTextWrapper.cpp341 int c_st = -1, c_en = -1; local
363 if ( IsBound(bnd_char, g_en, c_en) ) {
364 if ( g_en == bounds[c_en].uni_pos ) glyph_text[i].char_start = true;
366 if ( IsBound(bnd_word, g_en, c_en) ) {
367 if ( g_en == bounds[c_en].uni_pos ) glyph_text[i].word_start = true;
369 if ( IsBound(bnd_para, g_en, c_en) ) {
370 if ( g_en == bounds[c_en].uni_pos ) glyph_text[i].para_start = true;
804 //bool text_wrapper::Contains(BoundaryType const bnd_type, int g_st, int g_en, int &c_st, int &c_en)
812 // c_en = bounds[c_st].other;
816 // if ( bounds[c_st].type == bnd_type && unsigned(c_en)
[all...]

Completed in 22 milliseconds