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

  /external/qemu/android/skin/
argb.h 490 int ex1, ex2, ey1, ey2, alpha; local
502 ey2 = (sy+65535) >> 16;
507 if (ey2 < 0) ey2 = 0; else if (ey2 > ylimit) ey2 = ylimit;
510 ey2 = (ey2-ey1)*src_pitch;
520 s += ey2;
577 int ex1, ex2, ey1, ey2; local
831 int ex1, ex2, ey1, ey2; local
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_rasterizer_scanline_aa.cpp 243 int ey2 = y2 >> poly_base_shift; local
248 if(ey1 == ey2) {
269 while(ey1 != ey2) {
296 if(ey1 != ey2) {
305 while(ey1 != ey2) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 57 GLfloat ex2, ey2; member in struct:LineInfo
300 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2);
310 cross2 = info->ex2 + info->ey2;
363 line->ey2 = line->qy3 - line->qy2;
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 57 GLfloat ex2, ey2; member in struct:LineInfo
300 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2);
310 cross2 = info->ex2 + info->ey2;
363 line->ey2 = line->qy3 - line->qy2;
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 740 TCoord ey1, ey2, fy1, fy2, mod; local
747 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
749 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
763 max = ey2;
764 if ( ey1 > ey2 )
766 min = ey2;
774 if ( ey1 == ey2 )
806 while ( ey1 != ey2 )
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 777 TCoord ey1, ey2, fy1, fy2, mod; local
784 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
786 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
797 max = ey2;
798 if ( ey1 > ey2 )
800 min = ey2;
808 if ( ey1 == ey2 )
840 while ( ey1 != ey2 )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 752 TCoord ey1, ey2, fy1, fy2, mod; local
759 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
761 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
775 max = ey2;
776 if ( ey1 > ey2 )
778 min = ey2;
786 if ( ey1 == ey2 )
818 while ( ey1 != ey2 )
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1100 double ex1,ey1,ex2,ey2; local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 556 int32_t ey2 = dy20 * (x2 - mx) - dx20 * (y2 - my); local
562 if (dy20<0 || (dy20 == 0 && dx20>0)) ey2++;
568 register int32_t ex2 = ey2;
595 ey2 += dx20 << TRI_FRACTION_BITS;
    [all...]

Completed in 444 milliseconds