Searched refs:ey2 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/freetype/dist/src/smooth/
H A Dftgrays.c708 TCoord ey1, ey2, fy1, fy2, first, delta, mod; local in function:gray_render_line
714 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
717 if ( ( ey1 >= ras.max_ey && ey2 >= ras.max_ey ) ||
718 ( ey1 < ras.min_ey && ey2 < ras.min_ey ) )
725 if ( ey1 == ey2 )
762 while ( ey1 != ey2 )
803 if ( ey1 != ey2 )
829 } while ( ey1 != ey2 );
853 TCoord ex1, ey1, ex2, ey2; local in function:gray_render_line
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c59 GLfloat ex2, ey2; member in struct:LineInfo
302 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2);
312 cross2 = info->ex2 + info->ey2;
365 line->ey2 = line->qy3 - line->qy2;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c58 GLfloat ex2, ey2; member in struct:LineInfo
301 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2);
311 cross2 = info->ex2 + info->ey2;
364 line->ey2 = line->qy3 - line->qy2;

Completed in 5 milliseconds