Home
last modified time | relevance | path

Searched refs:sarlacc_yoffset (Results 1 – 2 of 2) sorted by relevance

/dports/cad/lepton-eda/lepton-eda-1.9.17/contrib/sarlacc_schem/
H A Dsarlacc_schem.c231 int sarlacc_xoffset = 0, sarlacc_yoffset = 0; in parse_component() local
302 &sarlacc_xoffset,&sarlacc_yoffset,&sarlacc_xsize,&sarlacc_ysize); in parse_component()
309 sarlacc_xoffset, sarlacc_yoffset, in parse_component()
319 ygeda = ygeda - (sarlacc_ysize + sarlacc_yoffset); in parse_component()
322 xgeda = xgeda + sarlacc_ysize + sarlacc_yoffset; in parse_component()
336 ygeda = ygeda + sarlacc_yoffset; in parse_component()
339 xgeda = xgeda - sarlacc_yoffset; in parse_component()
/dports/cad/geda/geda-gaf-1.8.2/utils/src/
H A Dsarlacc_schem.c232 int sarlacc_xoffset = 0, sarlacc_yoffset = 0; in parse_component() local
303 &sarlacc_xoffset,&sarlacc_yoffset,&sarlacc_xsize,&sarlacc_ysize); in parse_component()
310 sarlacc_xoffset, sarlacc_yoffset, in parse_component()
320 ygeda = ygeda - (sarlacc_ysize + sarlacc_yoffset); in parse_component()
323 xgeda = xgeda + sarlacc_ysize + sarlacc_yoffset; in parse_component()
337 ygeda = ygeda + sarlacc_yoffset; in parse_component()
340 xgeda = xgeda - sarlacc_yoffset; in parse_component()