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

/inkscape/src/libnrtype/
H A DTextWrapper.cpp768 bool text_wrapper::IsBound(BoundaryType const bnd_type, int g_st, int &c_st) argument
773 if ( bounds[c_st].uni_pos == g_st && bounds[c_st].type == bnd_type ) {
791 if ( bounds[c_st].type == bnd_type ) {
804 //bool text_wrapper::Contains(BoundaryType const bnd_type, int g_st, int g_en, int &c_st, int &c_en)
810 // if ( bounds[c_st].type == bnd_type ) {
816 // if ( bounds[c_st].type == bnd_type && unsigned(c_en) == bounds[c_st].other ) {
838 // if ( bounds[c_st].type == bnd_type ) {
844 // if ( bounds[c_st].type == bnd_type && unsigned(c_en) == bounds[c_st].other ) {

Completed in 15 milliseconds