Searched refs:ytop1 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/skin/
H A Dregion.c645 int ytop1 = runs1[0]; local
656 else if (ybot2 <= ytop1)
668 if (ytop1 < ytop2) {
670 ytop1 = ytop2;
671 } else if (ytop2 < ytop1) {
673 ytop2 = ytop1;
812 int ytop1 = runs1[0]; local
815 if (ytop1 != YSENTINEL && ytop2 != YSENTINEL)
819 while (ytop1 != YSENTINEL && ytop2 != YSENTINEL)
831 runs = runs_copy_scanline_adj( runs, runs1, ytop1, ybot
[all...]

Completed in 54 milliseconds