Searched refs:solve_plane_recip (Results 1 – 2 of 2) sorted by relevance
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]); in NAME()85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane); in NAME()
159 solve_plane_recip(GLfloat x, GLfloat y, const GLfloat plane[4]) in solve_plane_recip() function