Lines Matching refs:HORZ

159     tarc->hcap = (page == HORZ) ? t->x_len : t->y_len;
364 termTile = initial_move(tr->jEx, HORZ);
381 termTile = initial_move(tr->ex, HORZ);
415 termTile = initial_move(tr->jEx, HORZ);
440 termTile = initial_move(tr->ex, HORZ);
666 lArc->hcap = (currentPage == HORZ) ? left->x_len : left->y_len;
700 bArc->hcap = (currentPage == HORZ) ? bottom->x_len : bottom->y_len;
721 pArc->hcap = (currentPage == HORZ) ? left->x_len : left->y_len;
752 pArc->hcap = (currentPage == HORZ) ? top->x_len : top->y_len;
1012 currentPage = HORZ;
1016 t = insert_tile(routingRoot[HORZ][p], xPos, yPos, xLen, yLen, mll->this);
1842 if (lastOrientation == HORZ) return(VERT);
1843 else return(HORZ);
1905 if ((a1->page == VERT) && (a2->page == HORZ))
1914 else if ((a1->page == HORZ) && (a2->page == VERT))
1927 if(a2->page == HORZ)
2869 (a->page == HORZ) ? lasTile->y_pos + lasTile->y_len/2 :
2871 (a->page == HORZ) ? starTile->y_pos + starTile->y_len/2 :
2897 (a->page == HORZ) ? starTile->y_pos + starTile->y_len/2 :
2899 (a->page == HORZ) ? tl->this->y_pos + tl->this->y_len/2 :
2917 (a->page == HORZ) ? starTile->y_pos + starTile->y_len/2 :
2919 (a->page == HORZ) ? tileSet->this->y_pos + tileSet->this->y_len/2 :
2980 (a->page == HORZ) ? lasTile->y_pos + lasTile->y_len/2 :
2982 (a->page == HORZ) ? starTile->y_pos + starTile->y_len/2 :
3082 hTile = locate(routingRoot[HORZ][page], x_pos, y_pos);
3135 tr = create_trail(starTile, ex, page, HORZ);
3167 tr = create_trail(hTile, ex, page, HORZ);
3472 affectedTiles = allspace(routingRoot[HORZ][part], &affectedTiles);
3882 routingRoot[HORZ][p] =
3897 insert_all_modules(routingRoot[HORZ][p], routingRoot[VERT][p], ml);
3901 allHSpace = allspace(routingRoot[HORZ][p], &allHSpace);
3904 reform_tile_space(allHSpace, HORZ);
4121 ps_print_tile_space(routingRoot[HORZ][0], f, ps_print_arc, TRUE);
4173 if (a->page == HORZ)
4285 if (al->this->page == HORZ)