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

  /external/qemu/android/skin/
region.c 67 - XLEFT1 < XRIGHT1 < XLEFT2 < XRIGHT2 < .... < XSENTINEL
685 int xleft2 = span2[0]; local
691 if (xright1 <= xleft2) {
702 if (xleft1 < xleft2) {
704 xleft1 = xleft2;
705 } else if (xleft2 < xleft1) {
707 xleft2 = xleft1;
867 int xleft2 = span2[0]; local
870 while (xleft1 != XSENTINEL && xleft2 != XSENTINEL)
880 if (xright1 <= xleft2) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 1954 double xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]); local
    [all...]

Completed in 656 milliseconds