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

/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp242 int ey1 = y1 >> poly_base_shift; local
248 if(ey1 == ey2) {
249 render_hline(ey1, x1, fy1, x2, fy2);
265 ey1 += incr;
266 set_cur_cell(ex, ey1);
269 while(ey1 != ey2) {
271 ey1 += incr;
272 set_cur_cell(ex, ey1);
293 render_hline(ey1, x1, fy1, x_from, first);
294 ey1
[all...]
/external/qemu/android/skin/
H A Dargb.h490 int ex1, ex2, ey1, ey2, alpha; local
500 ey1 = (sy >> 16);
505 if (ey1 < 0) ey1 = 0; else if (ey1 > ylimit) ey1 = ylimit;
510 ey2 = (ey2-ey1)*src_pitch;
513 s = src_line + ex1*4 + ey1*src_pitch;
577 int ex1, ex2, ey1, ey2; local
586 ey1
831 int ex1, ex2, ey1, ey2; local
[all...]
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c740 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 !
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/
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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c752 TCoord ey1, ey2, fy1, fy2, mod; local
758 ey1 = TRUNC( ras.last_ey );
774 min = ey1;
776 if ( ey1 > ey2 )
779 max = ey1;
786 if ( ey1 == ey2 )
788 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 );
812 ey1 += incr;
814 gray_set_cell( RAS_VAR_ ex, ey1 );
818 while ( ey1 !
859 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local
890 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/chromium_org/third_party/mesa/src/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;
/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 186 milliseconds