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

/external/qemu/android/skin/
H A Dregion.c648 int ybot2 = runs2[1]; local
656 else if (ybot2 <= ytop1)
676 ybot = (ybot1 < ybot2) ? ybot1 : ybot2;
732 if (ybot == ybot2)
817 int ybot1, ybot2; local
824 ybot2 = runs2[1];
827 RASSERT(ybot2 != YSENTINEL);
837 if (ybot2 <= ytop1) {
839 runs = runs_copy_scanline_adj( runs, runs2, ytop2, ybot2 );
[all...]

Completed in 42 milliseconds