Home
last modified time | relevance | path

Searched refs:NOCOPY_Z (Results 1 – 4 of 4) sorted by relevance

/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dgist.h653 #define NOCOPY_Z 8 macro
H A Ddraw.c1039 meshEl->noCopy= noCopy & (NOCOPY_MESH|NOCOPY_COLORS|NOCOPY_UV|NOCOPY_Z); in GeGetMesh()
1575 if (noCopy&NOCOPY_Z) { in GdContours()
H A Dbench.c477 noCopy= NOCOPY_MESH|NOCOPY_COLORS|NOCOPY_UV|NOCOPY_Z; in on_stdin()
H A Ddraw0.c268 if (!(con->noCopy&NOCOPY_Z)) p_free(con->z); in ContoursKill()