Searched refs:ey1 (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
713 ey1 = TRUNC( ras.y );
717 if ( ( ey1 >= ras.max_ey && ey2 >= ras.max_ey ) ||
718 ( ey1 < ras.min_ey && ey2 < ras.min_ey ) )
725 if ( ey1 == ey2 )
727 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 );
756 ey1 += incr;
758 gray_set_cell( RAS_VAR_ ex, ey1 );
762 while ( ey1 != ey2 )
766 ey1
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.c58 GLfloat ex1, ey1; member in struct:LineInfo
301 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1);
310 cross1 = info->ex1 + info->ey1;
363 line->ey1 = line->qy2 - line->qy1;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c57 GLfloat ex1, ey1; member in struct:LineInfo
300 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1);
309 cross1 = info->ex1 + info->ey1;
362 line->ey1 = line->qy2 - line->qy1;

Completed in 7 milliseconds