Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dselection.c852 graphicptr curg = TOGRAPHIC(curgen); in genselectelement()
1004 selected = test_insideness(TOGRAPHIC(curgen)->position.x, in selectarea()
1005 TOGRAPHIC(curgen)->position.y, boxpts); in selectarea()
H A Dxcircuit.h202 #define TOGRAPHIC(a) (*((graphicptr *)(a))) macro
217 #define SELTOGRAPHIC(a) TOGRAPHIC(SELTOGENERICPTR(a))
H A Dgraphic.c61 gp = TOGRAPHIC(ge); in count_graphics()
H A Dsvg.c498 SVGDrawGraphic(TOGRAPHIC(areagen)); in SVGDrawObject()
H A Dcairo.c446 UDrawGraphic(TOGRAPHIC(areagen)); in UDrawObject()
H A Devents.c4693 TOGRAPHIC(ssgen)->position.x += deltax; in movepoints()
4694 TOGRAPHIC(ssgen)->position.y += deltay; in movepoints()
4867 TOGRAPHIC(ssgen)->position.x -= origin.x; in domakeobject()
4868 TOGRAPHIC(ssgen)->position.y -= origin.y; in domakeobject()
H A Dfunctions.c1470 graphicbbox(TOGRAPHIC(bboxgen), npoints); in calcbboxsingle()
2791 UDrawGraphic(TOGRAPHIC(areagen)); in UDrawObject()
H A Delements.c1688 curpt = &(TOGRAPHIC(EDITPART)->position); in trackelement()
H A Dfiles.c6822 sg = TOGRAPHIC(savegen);