Searched defs:ex1 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/skin/
H A Dargb.h488 int ex1, ex2, ey1, ey2, alpha; local
497 ex1 = (sx >> 16);
502 if (ex1 < 0) ex1 = 0; else if (ex1 > xlimit) ex1 = xlimit;
507 ex2 = (ex2-ex1)*4;
511 s = src_line + ex1*4 + ey1*src_pitch;
573 int ex1, ex2, ey1, ey2; local
581 ex1
825 int ex1, ex2, ey1, ey2; local
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c591 TCoord ex1, ex2, fx1, fx2, delta, mod, lift, rem; local
598 ex1 = TRUNC( x1 );
600 fx1 = (TCoord)( x1 - SUBPIXELS( ex1 ) );
612 if ( ex1 == ex2 )
646 ex1 += incr;
647 gray_set_cell( RAS_VAR_ ex1, ey );
650 if ( ex1 != ex2 )
663 while ( ex1 != ex2 )
676 ex1 += incr;
677 gray_set_cell( RAS_VAR_ ex1, e
[all...]

Completed in 67 milliseconds