Searched refs:pointx (Results 1 – 2 of 2) sorted by relevance
40 static void pointx(void *con, const GGLcoord* c, GGLcoord r);124 c->procs.pointx = pointx_validate; in ggl_state_changed()144 c->procs.pointx = aa_nice_pointx; in pointx_validate()146 c->procs.pointx = aa_pointx; in pointx_validate()149 c->procs.pointx = pointx; in pointx_validate()151 c->procs.pointx(con, v, rad); in pointx_validate()154 void pointx(void *con, const GGLcoord* v, GGLcoord rad) in pointx() function
206 void (*pointx)(void *con, const GGLcoord* v, GGLcoord r); member