Searched refs:v3d_to_v2d (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | v3d.c | 22 v3d_to_v2d (v3d * v3, int nbvertex, int width, int height, float distance, in v3d_to_v2d() function
|
D | v3d.h | 58 void v3d_to_v2d(v3d *src, int nbvertex, int width, int height, float distance, v2d *v2_array);
|
D | surf3d.c | 78 v3d_to_v2d (g->surf.svertex, g->surf.nbvertex, W, H, dist, v2_array); in grid3d_draw()
|