Searched refs:IsBound (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | TextWrapper.h | 121 bool IsBound(BoundaryType type, int g_st, int &c_st);
|
H A D | TextWrapper.cpp | 351 if ( IsBound(bnd_char, g_st, c_st) ) { // check if there is a charcater (=letter in pango speak) at this position 356 if ( IsBound(bnd_word, g_st, c_st) ) { 359 if ( IsBound(bnd_para, g_st, c_st) ) { 363 if ( IsBound(bnd_char, g_en, c_en) ) { 366 if ( IsBound(bnd_word, g_en, c_en) ) { 369 if ( IsBound(bnd_para, g_en, c_en) ) { 768 bool text_wrapper::IsBound(BoundaryType const bnd_type, int g_st, int &c_st) function in class:text_wrapper
|
Completed in 23 milliseconds