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

  /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/opencv/cvaux/src/
cvepilines.cpp 1100 double ex1,ey1,ex2,ey2; local
    [all...]

Completed in 204 milliseconds