Searched defs:new_vert_out (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_clip.c142 * length_of((*new_vert_out)[a]) == nclip_to_vert
147 double ***new_vert_out, int **nnew_vert_out)
154 *new_vert_out = (double **)crAlloc(nclip_to_vert*sizeof(double *));
194 out = (*new_vert_out)+side;
145 __clip(double *poly, int nvert, double *clip_to_poly, int nclip_to_vert, double **new_vert_in, int *nnew_vert_in, double ***new_vert_out, int **nnew_vert_out) argument

Completed in 44 milliseconds