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

  /external/qemu/android/skin/
region.c 67 - XLEFT1 < XRIGHT1 < XLEFT2 < XRIGHT2 < .... < XSENTINEL
684 int xright1 = span1[1]; local
688 RASSERT(xright1 != XSENTINEL);
691 if (xright1 <= xleft2) {
710 xright = (xright1 < xright2) ? xright1 : xright2;
714 if (xright == xright1)
868 int xright1, xright2; local
874 xright1 = span1[1];
877 RASSERT(xright1 != XSENTINEL)
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 1955 double xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 204 const int xright1 = setup->span.right[1]; local
208 const int maxright = MAX2(xright0, xright1);
216 unsigned skip_right1 = CLAMP(x + step - xright1, 0, step);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 204 const int xright1 = setup->span.right[1]; local
208 const int maxright = MAX2(xright0, xright1);
216 unsigned skip_right1 = CLAMP(x + step - xright1, 0, step);
    [all...]

Completed in 560 milliseconds