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