Lines Matching refs:spanr
128 int i,c,r,spanc, spanr, totc,totr, max, plus, extra, es; in GHVBoxGatherSizeInfo() local
179 for ( spanr=1; r+spanr<gb->rows && in GHVBoxGatherSizeInfo()
180 gb->children[(r+spanr)*gb->cols+c]==GG_RowSpan; ++spanr ) { in GHVBoxGatherSizeInfo()
181 si->rows[r+spanr].allglue = false; in GHVBoxGatherSizeInfo()
182 totr += si->rows[r+spanr].min; in GHVBoxGatherSizeInfo()
195 if ( r+spanr!=gb->rows && g->state!=gs_invisible ) in GHVBoxGatherSizeInfo()
206 plus = (outer.height-totr)/spanr; in GHVBoxGatherSizeInfo()
207 extra = (outer.height-totr-spanr*plus); in GHVBoxGatherSizeInfo()
208 for ( i=0; i<spanr; ++i ) { in GHVBoxGatherSizeInfo()
218 for ( i=0; i<spanr; ++i ) { in GHVBoxGatherSizeInfo()
292 int i,c,r,spanc, spanr, totc,totr, glue_cnt, plus, extra; in GHVBoxResize() local
437 for ( spanr=1; r+spanr<gb->rows && in GHVBoxResize()
438 gb->children[(r+spanr)*gb->cols+c]==GG_RowSpan; ++spanr ) in GHVBoxResize()
439 totr += si.rows[r+spanr].sized; in GHVBoxResize()
444 if ( r+spanr!=gb->rows ) totr -= gb->vpad; in GHVBoxResize()