HomeSort by relevance Sort by last modified time
    Searched full:ybot (Results 1 - 6 of 6) sorted by null

  /external/qemu/android/skin/
region.c 75 #define RUNS_RECT_COUNT 6 /* YTOP YBOT XLEFT XRIGHT XSENTINEL YSENTINEL */
204 int ybot, ytop = runs[0]; local
209 ybot = runs[1];
210 if (y < ybot)
244 runs_copy_scanline_adj( Run* dst, Run* src, int ytop, int ybot )
248 dst[1] = (Run) ybot;
321 int ybot; local
328 ybot = src[1];
329 RASSERT( ytop < ybot );
330 RASSERT( ybot != YSENTINEL )
497 int ybot = runs[1]; local
666 int ybot; local
821 int ybot; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
376 yBot = y0 - 3.0F * line->halfWidth;
380 yBot = y0 - line->halfWidth;
388 yBot = y1 - 3.0F * line->halfWidth;
392 yBot = y1 - line->halfWidth;
400 /*printf("avg span height: %g\n", yTop - yBot);*/
402 const GLint iyBot = (GLint) yBot;
409 yBot += dydx;
416 GLfloat yBot, yTop, xLeft, xRight;
419 yBot = y0 - line->halfWidth
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
376 yBot = y0 - 3.0F * line->halfWidth;
380 yBot = y0 - line->halfWidth;
388 yBot = y1 - 3.0F * line->halfWidth;
392 yBot = y1 - line->halfWidth;
400 /*printf("avg span height: %g\n", yTop - yBot);*/
402 const GLint iyBot = (GLint) yBot;
409 yBot += dydx;
416 GLfloat yBot, yTop, xLeft, xRight;
419 yBot = y0 - line->halfWidth
    [all...]
  /external/pixman/pixman/
pixman-region.c 765 int ybot; /* Bottom of intersection */ local
836 * Initialize ybot.
837 * In the upcoming loop, ybot and ytop serve different functions depending
841 * has points in the band), ybot is the bottom of the most recent
846 * the top of the rectangles of both regions and ybot clips the bottoms.
849 ybot = MIN (r1->y1, r2->y1);
889 top = MAX (r1y1, ybot);
905 top = MAX (r2y1, ybot);
927 * intersect if ybot > ytop
929 ybot = MIN (r1->y2, r2->y2)
    [all...]
  /system/core/libpixelflinger/
trap.cpp 722 int ybot,
725 int count = ((ybot - ytop)>>TRI_FRACTION_BITS) + 1;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 502 APInt Ybot = A2B1_A1B2->getValue()->getValue();
506 DEBUG(dbgs() << "\t\tYbot = " << Ybot << "\n");
512 APInt::sdivrem(Ytop, Ybot, Yq, Yr);
    [all...]

Completed in 477 milliseconds