Home | History | Annotate | Download | only in src

Lines Matching refs:ecount

300     int ecount, scount = 0;
349 ecount = (pt2.x >> XY_SHIFT) - (pt1.x >> XY_SHIFT);
373 ecount = (pt2.y >> XY_SHIFT) - (pt1.y >> XY_SHIFT);
420 while( ecount >= 0 )
425 (((ecount >= 2) + 1) & (ecount | 2))];
445 ecount--;
452 while( ecount >= 0 )
457 (((ecount >= 2) + 1) & (ecount | 2))];
477 ecount--;
495 while( ecount >= 0 )
500 (((ecount >= 2) + 1) & (ecount | 2))];
520 ecount--;
527 while( ecount >= 0 )
532 (((ecount >= 2) + 1) & (ecount | 2))];
552 ecount--;
564 int ecount;
611 ecount = (pt2.x - pt1.x) >> XY_SHIFT;
626 ecount = (pt2.y - pt1.y) >> XY_SHIFT;
649 while( ecount >= 0 )
655 ecount--;
662 while( ecount >= 0 )
668 ecount--;
689 while( ecount >= 0 )
695 ecount--;
702 while( ecount >= 0 )
708 ecount--;
727 while( ecount >= 0 )
733 ecount--;
740 while( ecount >= 0 )
746 ecount--;