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

  /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 697 TCoord ey1, ey2, fy1, fy2, mod; local
703 ey1 = TRUNC( ras.last_ey );
719 min = ey1;
721 if ( ey1 > ey2 )
724 max = ey1;
731 if ( ey1 == ey2 )
733 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 );
757 ey1 += incr;
759 gray_set_cell( RAS_VAR_ ex, ey1 );
763 while ( ey1 != ey2
804 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local
835 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local
    [all...]
  /external/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/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 1246 milliseconds