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

/inkscape/src/libnrtype/
H A Done-para.h5 int b_st, b_en; member in struct:one_para
H A DTextWrapper.cpp421 int b_st = 0; local
422 while ( b_st < nbBox && boxes[b_st].g_st < g_st ) b_st++;
423 if ( b_st < nbBox && boxes[b_st].g_st == g_st ) {
424 int b_en = b_st;
439 paras[nbPara].b_st = b_st;

Completed in 23 milliseconds