Home
last modified time | relevance | path

Searched refs:graphicptr (Results 1 – 11 of 11) sorted by relevance

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dgraphic.c55 graphicptr gp; in count_graphics()
109 Boolean transform_graphic(graphicptr gp) in transform_graphic()
230 void UDrawGraphic(graphicptr gp) in UDrawGraphic()
313 graphicptr new_graphic(objinstptr destinst, char *filename, int px, int py) in new_graphic()
315 graphicptr *gp; in new_graphic()
440 graphicptr gradient_field(objinstptr destinst, int px, int py, int c1, int c2) in gradient_field()
442 graphicptr *gp; in gradient_field()
550 void freegraphic(graphicptr gp) in freegraphic()
H A Dprototypes.h415 extern void graphicbbox(graphicptr, XPoint *);
820 extern void UDrawGraphic(graphicptr);
822 extern graphicptr new_graphic(objinstptr, char *, int, int);
823 extern graphicptr gradient_field(objinstptr, int, int, int, int);
825 extern void freegraphic(graphicptr);
H A Dxcircuit.h202 #define TOGRAPHIC(a) (*((graphicptr *)(a)))
264 a = (graphicptr *)b->plist + b->parts; \
265 *a = (graphicptr) malloc(sizeof(graphic)); \
813 } graphic, *graphicptr; typedef
H A Dundo.c695 graphicptr thisgraphic; in undo_one_action()
1044 thisgraphic = (graphicptr)egen; in undo_one_action()
1172 graphicptr thisgraphic; in redo_one_action()
1488 thisgraphic = (graphicptr)egen; in redo_one_action()
H A Devents.c2561 graphicptr snapg = SELTOGRAPHIC(selectobj); in snapelement()
3259 graphicptr rotateg = SELTOGRAPHIC(selectobj); in elementrotate()
3342 graphicptr scgraph; in elementrescale()
4064 graphicptr flipg = SELTOGRAPHIC(selectobj); in elementflip()
4162 graphicptr flipg = SELTOGRAPHIC(selectobj); in elementvflip()
5053 void graphiccopy(graphicptr newg, graphicptr copyg) in graphiccopy()
5366 graphicptr dragg = SELTOGRAPHIC(dragselect); in placeselects()
5511 graphicptr copyg = SELTOGRAPHIC(selectobj); in createcopies()
5512 graphicptr *newg; in createcopies()
H A Dselection.c195 UDrawGraphic((graphicptr)elementptr); in geneasydraw()
852 graphicptr curg = TOGRAPHIC(curgen); in genselectelement()
H A Dsvg.c266 void SVGDrawGraphic(graphicptr gp) in SVGDrawGraphic()
H A Dfunctions.c1400 void graphicbbox(graphicptr gp, XPoint *npoints) in graphicbbox()
2262 graphicptr rgraph; in UGetRescaleBox()
2311 rgraph = (graphicptr)rgen; in UGetRescaleBox()
H A Dcairo.c685 void UDrawGraphic(graphicptr gp) in UDrawGraphic()
H A Dfiles.c368 else if (IS_GRAPHIC(genobj)) freegraphic((graphicptr)(genobj)); in free_single()
4379 graphicptr *newgp; in objectread()
4406 graphicptr locgp; in objectread()
6569 graphicptr sg;
H A Dtclxcircuit.c2769 graphicptr gp = SELTOGRAPHIC(areawin->selectlist + i); in xctcl_rotate()
5212 graphicptr newgp, gp; in xctcl_graphic()
5292 graphicptr gp; in xctcl_graphic()