Home
last modified time | relevance | path

Searched refs:PDERRY (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/figurine/figurine-1.0.5/src/
H A Dload.c1458 if (streq(PDERRY(l)->tag,PDERRY(l2)->tag) && in insert_file()
1459 PDERRY(l)->x == PDERRY(l2)->x && in insert_file()
1460 PDERRY(l)->y == PDERRY(l2)->y) in insert_file()
1464 der->ticket = PDERRY(l2)->ob->ticket; in insert_file()
1466 if (PDERRY(l2)->ob->type==SPLINE || PDERRY(l2)->ob->type==ARC) in insert_file()
1467 l3 = PDERRY(l2)->ob->ob.spline.points; in insert_file()
1469 l3 = PDERRY(l2)->ob->ob.polyline.points; in insert_file()
1473 if (POINT(l3)->x+PDERRY(l2)->ob->bbox.x1==PDERRY(l)->x && in insert_file()
1474 POINT(l3)->y+PDERRY(l2)->ob->bbox.y1==PDERRY(l)->y) in insert_file()
1484 PDERRY(l)->ob->derries = add_to_list(PDERRY(l)->ob->derries,der->ticket,0,(void *)der); in insert_file()
/dports/graphics/figurine/figurine-1.0.5/src/include/
H A Ddefine.h357 #define PDERRY(a) ((PDerry *)(a)->data) macro
/dports/graphics/figurine/figurine-1.0.5/
H A DChangeLog491 - PDERRY(), numstreq(), and is_vcomment() macros added