D | trap.cpp | 44 static void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w); 45 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w); 46 static void aa_linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w); 98 const GGLcoord* v1, in triangle_dump_points() argument 106 v1[0]*tri, v1[1]*tri, v1[0], v1[1], in triangle_dump_points() 338 void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w) in linex_validate() argument 347 c->procs.linex(con, v0, v1, w); in linex_validate() 350 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) in linex() argument 354 v[1][0] = v1[0]; v[1][1] = v1[1]; in linex() 356 v1 = v[1]; in linex() [all …]
|