HomeSort by relevance Sort by last modified time
    Searched refs:ey1 (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_rasterizer_scanline_aa.cpp 242 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 += incr
    [all...]
  /external/qemu/android/skin/
argb.h 490 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 = (sy >> 16)
831 int ex1, ex2, ey1, ey2; local
    [all...]
  /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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 752 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 != ey2
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/
cvepilines.cpp 1100 double ex1,ey1,ex2,ey2; local
    [all...]
  /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;
  /system/core/libpixelflinger/
trap.cpp 555 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my); local
561 if (dy12<0 || (dy12 == 0 && dx12>0)) ey1++;
567 register int32_t ex1 = ey1;
594 ey1 += dx12 << TRI_FRACTION_BITS;
    [all...]

Completed in 227 milliseconds