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

  /external/qemu/android/skin/
region.c 67 - XLEFT1 < XRIGHT1 < XLEFT2 < XRIGHT2 < .... < XSENTINEL
683 int xleft1 = span1[0]; local
695 else if (xright2 <= xleft1) {
702 if (xleft1 < xleft2) {
704 xleft1 = xleft2;
705 } else if (xleft2 < xleft1) {
707 xleft2 = xleft1;
866 int xleft1 = span1[0]; local
870 while (xleft1 != XSENTINEL && xleft2 != XSENTINEL)
882 span = runs_add_span( span, xleft1, xright1 )
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 1953 double xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 202 const int xleft1 = setup->span.left[1]; local
207 const int minleft = block_x(MIN2(xleft0, xleft1));
214 unsigned skip_left1 = CLAMP(xleft1 - x, 0, step);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 202 const int xleft1 = setup->span.left[1]; local
207 const int minleft = block_x(MIN2(xleft0, xleft1));
214 unsigned skip_left1 = CLAMP(xleft1 - x, 0, step);
    [all...]

Completed in 211 milliseconds