/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aaline.c | 56 GLfloat ex1, ey1; member in struct:LineInfo 299 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1); 308 cross1 = info->ex1 + info->ey1; 361 line->ey1 = line->qy2 - line->qy1;
|
/external/mesa3d/src/mesa/swrast/ |
s_aaline.c | 56 GLfloat ex1, ey1; member in struct:LineInfo 299 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1); 308 cross1 = info->ex1 + info->ey1; 361 line->ey1 = line->qy2 - line->qy1;
|
/external/chromium_org/third_party/freetype/src/smooth/ |
ftgrays.c | 740 TCoord ey1, ey2, fy1, fy2, mod; local 746 ey1 = TRUNC( ras.last_ey ); 762 min = ey1; 764 if ( ey1 > ey2 ) 767 max = ey1; 774 if ( ey1 == ey2 ) 776 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 ); 800 ey1 += incr; 802 gray_set_cell( RAS_VAR_ ex, ey1 ); 806 while ( ey1 != ey2 847 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local 878 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 777 TCoord ey1, ey2, fy1, fy2, mod; local 783 ey1 = TRUNC( ras.last_ey ); 796 min = ey1; 798 if ( ey1 > ey2 ) 801 max = ey1; 808 if ( ey1 == ey2 ) 810 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 ); 834 ey1 += incr; 836 gray_set_cell( RAS_VAR_ ex, ey1 ); 840 while ( ey1 != ey2 875 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local 900 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local [all...] |
/external/opencv/cvaux/src/ |
cvepilines.cpp | 1100 double ex1,ey1,ex2,ey2; local [all...] |