Searched refs:g_en (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libnrtype/
H A Done-box.h11 int g_st, g_en; ///< First and last glyph of this word. member in struct:one_box
H A DTextWrapper.cpp343 int g_st = glyph_text[i].uni_st, g_en = glyph_text[i].uni_en; 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;
382 int g_st = -1, g_en = -1; local
383 while ( NextWord(g_st, g_en) ) {
385 if ( g_st < g_en ) {
419 int g_st = -1, g_en = -1; local
456 int g_st = 0, g_en = 0; local
544 NbLetter(int g_st, int g_en) argument
558 AddLetterSpacing(double dx, double dy, int g_st, int g_en) argument
[all...]
H A DTextWrapper.h109 void AddLetterSpacing(double dx, double dy, int g_st = -1, int g_en = -1);
120 //bool Contains(BoundaryType type, int g_st, int g_en, int &c_st, int &c_en);
124 int NbLetter(int g_st, int g_en);

Completed in 43 milliseconds