Home
last modified time | relevance | path

Searched refs:SETBINY (Results 1 – 9 of 9) sorted by relevance

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dusite2.c143 oldBinY = SETBINY(old_apos0G->ycenter) ; in usite2()
177 oldBinY = SETBINY(old_apos0G->ycenter) ; in usite2()
180 modBinY = SETBINY(new_apos0G->ycenter) ; in usite2()
223 oldBinY = SETBINY(old_apos0G->ycenter) ; in usite2()
226 modBinY = SETBINY(new_bpos0G->ycenter) ; in usite2()
H A Duloop.c359 binY = SETBINY(aycenter) ;
387 binY = SETBINY(yb) ;
406 binY = SETBINY(aycenter) ;
570 binY = SETBINY(aycenter) ;
H A Dusite1.c119 oldBinY = SETBINY(old_apos0G->ycenter) ; in usite1()
H A Doverlap.c739 posS->binB = SETBINY( posS->b ) ;
740 posS->binT = SETBINY( posS->t ) ;
808 posS->binB = SETBINY( posS->b ) ;
809 posS->binT = SETBINY( posS->t ) ;
H A Ddebug.c74 binY = SETBINY( cellarrayG[cell]->ycenter ) ;
127 y = SETBINY( ptr->ycenter ) ; in checkbinList()
H A Dloadbins.c189 binY = SETBINY(ptr->ycenter) ; in loadbins()
H A Duaspect.c261 binY = SETBINY(cptr->ycenter) ; in initialize_aspect_ratios()
H A Duloop.new309 binY = SETBINY(aycenter) ;
337 binY = SETBINY(yb) ;
356 binY = SETBINY(aycenter) ;
516 binY = SETBINY(aycenter) ;
H A Dcustom.h77 #define SETBINY(x) (( (TrybinG=((x)-binYOffstG)/binWidthYG)<0 ) ? 0 : \ macro