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

  /external/qemu/android/skin/
argb.h 488 int ex1, ex2, ey1, ey2, alpha; local
498 ey1 = (sy >> 16);
503 if (ey1 < 0) ey1 = 0; else if (ey1 > ylimit) ey1 = ylimit;
508 ey2 = (ey2-ey1)*src_pitch;
511 s = src_line + ex1*4 + ey1*src_pitch;
573 int ex1, ex2, ey1, ey2; local
582 ey1 = (sy >> 16)
825 int ex1, ex2, ey1, ey2; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 699 TCoord ey1, ey2, fy1, fy2, mod; local
705 ey1 = TRUNC( ras.last_ey );
721 min = ey1;
723 if ( ey1 > ey2 )
726 max = ey1;
733 if ( ey1 == ey2 )
735 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 );
759 ey1 += incr;
761 gray_set_cell( RAS_VAR_ ex, ey1 );
765 while ( ey1 != ey2
806 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local
837 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); local
    [all...]
  /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 175 milliseconds