Home | History | Annotate | Download | only in swrast

Lines Matching refs:box_v

1678    GLfloat box_v = 2.0 / d * sqrt(A*d*F); /* box_v -> half of bbox height */
1682 GLint v0 = floor(tex_v - box_v);
1683 GLint v1 = ceil (tex_v + box_v);