Home
last modified time | relevance | path

Searched refs:spacingG (Results 1 – 5 of 5) sorted by relevance

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/genrows/
H A Dmerge.c166 tptr->max_length = tptr->urx - tptr->llx - 2 * spacingG ; in merge_upward()
316 tptr->max_length = tptr->urx - tptr->llx - 2 * spacingG ; in merge_downward()
467 tptr->max_length = tptr->urx - tptr->llx - 2 * spacingG ;
611 tptr->max_length = tptr->urx - tptr->llx - 2 * spacingG ;
673 length = tileptr->urx - tileptr->llx - 2 * spacingG ;
H A Dgenrows.c146 spacingG = 1 ; in init_data_structures()
769 fscanf(fp,"%s " INTSCANSTR, string , &spacingG ) ;
864 fprintf( fp, "spacing %d\n", spacingG ) ;
1473 tile->max_length = tile->urx - tile->llx - 2 * spacingG ;
1568 tileptr->row_start = spacingG ; in set_spacing()
1569 tileptr->max_length = tileptr->urx - tileptr->llx - 2 * spacingG ; in set_spacing()
1595 if( min_lengthS < spacingG ){ in check_user_data()
1598 set_minimum_length( spacingG + 2 ) ; in check_user_data()
1785 2*spacingG*number_of_rows_addedS) / number_of_rows_addedS ;
2096 ntile->urx - ntile->llx - ntile->row_start - spacingG ){ in reset_tile_parameters()
[all …]
H A Dglobals.h177 EXTERN INT spacingG ; /* spacing to macros */ variable
H A Ddraw.c1180 spacingG = temp ; in process_graphics()
1521 sprintf( answer[STARTF].string, "%d", selected_tileS->llx + spacingG ) ;
1522 sprintf( answer[MAXF].string, "%d", selected_tileS->urx - spacingG ) ;
1714 tile->row_start = spacingG ;
1715 tile->max_length = tile->urx - tile->llx - 2 * spacingG ;
1809 tile->urx - 2*spacingG ){
1811 tile->urx - tile->llx - tile->row_start - 2*spacingG ;
H A Dreadpar.c148 spacingG = temp ; in readpar()