Home
last modified time | relevance | path

Searched refs:ey0 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c57 GLfloat ex0, ey0; /* quad edge vectors */ member
300 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0); in compute_coveragef()
308 cross0 = info->ex0 + info->ey0; in compute_coveragef()
361 line->ey0 = line->qy1 - line->qy0; in segment()