Lines Matching refs:genpl

57 			GENPOLYLOOP *genpl);
58 …id gen_intshapenodepoly(NODEINST *ni, INTBIG box, POLYGON *poly, POLYLOOP *pl, GENPOLYLOOP *genpl);
392 GENPOLYLOOP *genpl) in gen_intnodepolys() argument
407 genpl->inbits = LAYERO; in gen_intnodepolys()
408 genpl->incol = GRAY; in gen_intnodepolys()
409 genpl->intbits = LAYERO; in gen_intnodepolys()
410 genpl->intcol = BLACK; in gen_intnodepolys()
416 case LAYERT1: genpl->incol = COLORT1; genpl->inbits = LAYERT1; break; in gen_intnodepolys()
417 case LAYERT2: genpl->incol = COLORT2; genpl->inbits = LAYERT2; break; in gen_intnodepolys()
418 case LAYERT3: genpl->incol = COLORT3; genpl->inbits = LAYERT3; break; in gen_intnodepolys()
419 case LAYERT4: genpl->incol = COLORT4; genpl->inbits = LAYERT4; break; in gen_intnodepolys()
420 case LAYERT5: genpl->incol = COLORT5; genpl->inbits = LAYERT5; break; in gen_intnodepolys()
423 genpl->inbits = LAYERO; else in gen_intnodepolys()
424 genpl->inbits = LAYERA; in gen_intnodepolys()
425 genpl->incol = var->addr; in gen_intnodepolys()
428 genpl->intbits = genpl->inbits; in gen_intnodepolys()
429 genpl->intcol = genpl->incol; in gen_intnodepolys()
452 genpl->portbox1 = mult(cosine(start), K2); in gen_intnodepolys()
453 genpl->portbox3 = mult(sine(start), K2); in gen_intnodepolys()
454 genpl->portbox9 = mult(cosine(end), K2); in gen_intnodepolys()
455 genpl->portbox11 = mult(sine(end), K2); in gen_intnodepolys()
471 void gen_intshapenodepoly(NODEINST *ni, INTBIG box, POLYGON *poly, POLYLOOP *pl, GENPOLYLOOP *genpl) in gen_intshapenodepoly() argument
488 gen_int_lay.bits = genpl->intbits; in gen_intshapenodepoly()
489 gen_int_lay.col = genpl->intcol; in gen_intshapenodepoly()
507 gen_in_lay.bits = genpl->inbits; in gen_intshapenodepoly()
508 gen_in_lay.col = genpl->incol; in gen_intshapenodepoly()
516 gen_portabox[1] = genpl->portbox1; in gen_intshapenodepoly()
517 gen_portabox[3] = genpl->portbox3; in gen_intshapenodepoly()
518 gen_portabox[9] = genpl->portbox9; in gen_intshapenodepoly()
519 gen_portabox[11] = genpl->portbox11; in gen_intshapenodepoly()