Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmark.c740 void SetRealVertex(vs_return, i, dvs) in SetRealVertex() argument
741 IntPoint *vs_return; in SetRealVertex()
754 vs_return[i].x = round(m.x);
755 vs_return[i].y = round(m.y);
768 memset(vs_return, 0, n*sizeof(IntPoint));
841 vs_return[write_index].x = vs[i].x;
850 return vs_return;
863 IntPoint *vs_return=NULL; local
891 return vs_return;
901 IntPoint *vs_return=NULL; local
[all …]
H A Dstretch.c1574 XPoint *vs_return=(XPoint*)malloc(n*sizeof(XPoint)); local
1576 if (vs_return == NULL) FailAllocMessage();
1577 memcpy(vs_return, vs, n*sizeof(XPoint));
1580 return vs_return;