Home
last modified time | relevance | path

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

/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Ddraw.c124 static void (*ContoursKill)(void *el); variable
149 ContoursKill= opTables[E_CONTOURS].Kill; in GdNewDrawing()
1579 if (!el->z) { ContoursKill(el); return -1; } in GdContours()
1589 if (!el->mesh.triangle) { ContoursKill(el); return -1; } in GdContours()
1606 if (!el->levels) { ContoursKill(el); return -1; } in GdContours()
1608 if (!el->groups || Gd_MakeContours(el)) { ContoursKill(el); return -1; } in GdContours()
H A Ddraw0.c34 static void ContoursKill(void *el);
134 { E_CONTOURS, &ContoursKill, &ContoursGet, &ContoursSet,
263 static void ContoursKill(void *el) in ContoursKill() function