Searched refs:ey1 (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp236 int ey1 = y1 >> poly_base_shift; local
242 if(ey1 == ey2) {
243 render_hline(ey1, x1, fy1, x2, fy2);
259 ey1 += incr;
260 set_cur_cell(ex, ey1);
263 while(ey1 != ey2) {
265 ey1 += incr;
266 set_cur_cell(ex, ey1);
287 render_hline(ey1, x1, fy1, x_from, first);
288 ey1
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c793 TCoord ey1, ey2, fy1, fy2, mod; local
799 ey1 = TRUNC( ras.last_ey );
812 min = ey1;
814 if ( ey1 > ey2 )
817 max = ey1;
824 if ( ey1 == ey2 )
826 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 );
850 ey1 += incr;
852 gray_set_cell( RAS_VAR_ ex, ey1 );
856 while ( ey1 !
891 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local
916 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local
[all...]
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c777 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 !
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/
H A Dcvepilines.cpp1100 double ex1,ey1,ex2,ey2; local
1107 ey1 = p1_start.y;
1116 del = (py1-py2)*(ex1-ex2)-(px1-px2)*(ey1-ey2);
1123 delA = (ey1-ey2)*(ex1-px1) + (ex1-ex2)*(py1-ey1);
1124 delB = (py1-py2)*(ex1-px1) + (px1-px2)*(py1-ey1);
1135 delX = (px1-px2)*(ey1*(ex1-ex2)-ex1*(ey1-ey2))+
1138 delY = (py1-py2)*(ey1*(ex1-ex2)-ex1*(ey1
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c56 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;

Completed in 142 milliseconds