| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | trimregion.h | 52 Gridline bot; member in class:TrimRegion 71 bot.vval = vval; 78 bot.vindex = (long) botVindex; 79 top.vval = bot.vval; 80 bot.vval = botVval; 81 top.ustart = bot.ustart; 82 top.uend = bot.uend;
|
| H A D | trimregion.cc | 75 left.getNextPts( bot.vval, backend ); 76 right.getPrevPts( bot.vval, backend ); 88 bot.ustart = (long) ((l->param[0] - uarray.uarray[0])*oneOverDu); 89 if( l->param[0] >= uarray.uarray[bot.ustart] ) bot.ustart++; 90 // if( l->param[0] > uarray.uarray[bot.ustart] ) bot.ustart++; 91 assert( l->param[0] <= uarray.uarray[bot.ustart] ); 92 assert( l->param[0] >= uarray.uarray[bot.ustart-1] ); 94 bot [all...] |
| H A D | coveandtiler.cc | 80 long ustart = (top.ustart >= bot.ustart) ? top.ustart : bot.ustart; 81 long uend = (top.uend <= bot.uend) ? top.uend : bot.uend; 83 tile( bot.vindex, ustart, uend ); 84 if( top.ustart >= bot.ustart ) 89 if( top.uend <= bot.uend ) 102 assert( blv.param[1] == bot.vval ); 108 assert( ll->param[0] <= uarray.uarray[bot.ustart] ); 110 bllv.set( top.ustart-1, bot [all...] |
| H A D | slicer.cc | 150 Arc_ptr bot; local in function:monoTriangulationLoop 151 top = bot = loop; 154 //first find bot 160 bot = temp->prev; 182 bot = temp; 191 for(jarc=top->next; jarc != bot; jarc = jarc->next) 200 for(jarc = top->prev; jarc != bot; jarc = jarc->prev) 207 for(i=bot->pwlArc->npts-2; i>=1; i--) 212 monoTriangulationRec(top->tail(), bot->tail(), &inc_chain, 0, 317 static void triangulateRectAux(PwlArc* top, PwlArc* bot, PwlAr 322 Arc_ptr top, bot, left, right; local in function:triangulateRect 389 triangulateRectAux(PwlArc * top,PwlArc * bot,PwlArc * left,PwlArc * right,Backend & backend) argument 783 Arc_ptr top, bot, left, right; local in function:triangulateRectGen [all...] |
| H A D | hull.cc | 85 if( bot.ustart <= bot.uend ) { 86 lower.line = ⊥ 87 lower.index = bot.ustart;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | r_area.c | 239 const RArea *top, *bot; local in function:RAreaHorizontalUnion 242 bot = other; 246 bot = self; 248 // bot now starts even with or below top 251 // [bot][top] or [top][bot] 254 // Room in top before bot starts? That's one stripe. 255 if(bot->y != top->y) { 257 top->width, bot->y - top->y)); 262 RAreaNewStatic(min_x, bot [all...] |
| /xsrc/external/mit/pixman/dist/demos/ |
| H A D | trap-test.c | 28 trap.bot.l = pixman_int_to_fixed (50) + 0x8000; 29 trap.bot.r = pixman_int_to_fixed (150) + 0x8000; 30 trap.bot.y = pixman_int_to_fixed (150);
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | a1-trap-test.c | 28 trap.bot.l = pixman_double_to_fixed (0.5); 29 trap.bot.r = pixman_double_to_fixed (1.5); 30 trap.bot.y = pixman_double_to_fixed (1.5);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-trap.c | 212 const pixman_point_fixed_t *top, *bot; local in function:pixman_line_fixed_edge_init 217 bot = &line->p2; 222 bot = &line->p1; 228 bot->x + x_off_fixed, 229 bot->y + y_off_fixed); 262 b = traps->bot.y + y_off_fixed; 273 traps->bot.l + x_off_fixed, 274 traps->bot.y + y_off_fixed); 279 traps->bot.r + x_off_fixed, 280 traps->bot [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | print.c | 249 #define PrintNewLine() (unsigned) (((top < bot) || p->printer_newline) ? '\n' : '\0') 252 printLines(XtermWidget xw, int top, int bot, PrinterFlags *p) argument 254 TRACE(("printLines, rows %d..%d\n", top, bot)); 255 while (top <= bot) { 330 int bot = screen->max_row; local in function:xtermPrintEverything 333 bot -= screen->topline; 335 printLines(xw, top, bot, p);
|
| H A D | util.c | 189 int bot = screen->max_row - shift; local in function:FlushScroll 231 i = screen->bot_marg - bot; 241 i = bot - (screen->bot_marg - screen->refresh_amt + screen->scroll_amt); 243 if (bot < screen->bot_marg) { 249 i = screen->top_marg + screen->scroll_amt - 1 - bot; 264 i = screen->bot_marg - bot; 268 i = screen->top_marg + refreshheight - 1 - bot; 669 int bot; local in function:xtermScroll 678 bot = screen->max_row - shift; 693 if ((i = screen->bot_marg - bot) > 907 int bot = screen->max_row - shift; local in function:RevScroll 1262 int bot = screen->max_row - shift; local in function:InsertLine 1382 int bot = screen->max_row - shift; local in function:DeleteLine [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaNonTEText.c | 273 int pitch, topLine, botLine, top, bot, height; local in function:PolyGlyphBltAsSingleBitmap 300 bot = top + glyphs->height; 302 if(bot > botLine) botLine = bot; 311 for(i = top; i < bot; i++) {
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Region.c | 767 short bot; /* Bottom of non-overlapping 863 bot = min(r1->y2,r2->y1); 865 if ((top != bot) && (nonOverlap1Func != NULL)) 867 (* nonOverlap1Func) (newReg, r1, r1BandEnd, top, bot); 875 bot = min(r2->y2,r1->y1); 877 if ((top != bot) && (nonOverlap2Func != NULL)) 879 (* nonOverlap2Func) (newReg, r2, r2BandEnd, top, bot); 766 short bot; /* Bottom of non-overlapping local in function:miRegionOp
|
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| H A D | pshglob.c | 319 FT_Int dim, top, bot, delta; local in function:psh_blues_set_zones 339 bot = zone[1].org_bottom; 340 delta = bot - top; 347 zone[1].org_bottom = bot - fuzz;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | region.c | 598 short bot; /* Bottom of non-overlapping band*/ local in function:RegionOp 698 bot = min(r1->y2, r2y1); 699 if (top != bot) { 701 RegionAppendNonO(newReg, r1, r1BandEnd, top, bot); 709 bot = min(r2->y2, r1y1); 710 if (top != bot) { 712 RegionAppendNonO(newReg, r2, r2BandEnd, top, bot);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | region.c | 596 short bot; /* Bottom of non-overlapping band */ local in function:RegionOp 695 bot = min(r1->y2, r2y1); 696 if (top != bot) { 698 RegionAppendNonO(newReg, r1, r1BandEnd, top, bot); 707 bot = min(r2->y2, r1y1); 708 if (top != bot) { 710 RegionAppendNonO(newReg, r2, r2BandEnd, top, bot);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessGC.c | 1168 int top, bot, Min, Max; local in function:RootlessImageText8 1172 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1186 box.y2 = dst->y + y + bot; 1255 int top, bot, Min, Max; local in function:RootlessImageText16 1259 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1273 box.y2 = dst->y + y + bot; 1343 int top, bot, width = 0; local in function:RootlessImageGlyphBlt 1349 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1371 box.y2 = dst->y + y + bot;
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessGC.c | 1183 int top, bot, Min, Max; local in function:RootlessImageText8 1187 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1201 box.y2 = dst->y + y + bot; 1271 int top, bot, Min, Max; local in function:RootlessImageText16 1275 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1289 box.y2 = dst->y + y + bot; 1360 int top, bot, width = 0; local in function:RootlessImageGlyphBlt 1366 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1390 box.y2 = dst->y + y + bot;
|
| /xsrc/external/mit/MesaLib/dist/docs/ci/ |
| H A D | index.rst | 28 been assigned to ``Marge``, our merge bot. 62 job is only created when the pipeline is triggered by `marge-bot` or any other user that 133 turnaround time that we can get our MRs through marge-bot without the 166 can speed up your personal CI builds (and marge-bot merges) by using a
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | sampleMonoPoly.h | 157 void findGridChains(directedLine* top, directedLine* bot,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_trapezoids_imprecise.c | 551 int top, bot; local in function:polygon_add_line 574 bot = pixman_fixed_to_fast(p2->y) + dy; 575 if (bot > polygon->ymax) 576 bot = polygon->ymax; 578 if (bot <= top) 582 e->height_left = bot - top; 3251 pixman_fixed_to_int(trap[n].bot.y) + dst->pDrawable->y < extents.y1) 3255 p2.y = trap[n].bot.y; 3257 p2.x = trap[n].bot.l; 3260 p1.y = trap[n].bot [all...] |
| H A D | sna_trapezoids.c | 632 int bot = pixman_fixed_to_fast(traps[n].bottom); local in function:sna_composite_trapezoids 635 pixel_aligned &= ((top | bot | lx1 | lx2 | rx1 | rx2) & FAST_SAMPLES_mask) == 0; 765 v = x + pixman_fixed_integer_floor (MIN(trap[n].top.l, trap[n].bot.l)); 769 v = x + pixman_fixed_integer_ceil (MAX(trap[n].top.r, trap[n].bot.r)); 777 v = y + pixman_fixed_integer_ceil (trap[n].bot.y);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_trapezoids_imprecise.c | 551 int top, bot; local in function:polygon_add_line 574 bot = pixman_fixed_to_fast(p2->y) + dy; 575 if (bot > polygon->ymax) 576 bot = polygon->ymax; 578 if (bot <= top) 582 e->height_left = bot - top; 3292 pixman_fixed_to_int(trap[n].bot.y) + dst->pDrawable->y < extents.y1) 3296 p2.y = trap[n].bot.y; 3298 p2.x = trap[n].bot.l; 3301 p1.y = trap[n].bot [all...] |
| H A D | sna_trapezoids.c | 632 int bot = pixman_fixed_to_fast(traps[n].bottom); local in function:sna_composite_trapezoids 635 pixel_aligned &= ((top | bot | lx1 | lx2 | rx1 | rx2) & FAST_SAMPLES_mask) == 0; 765 v = x + pixman_fixed_integer_floor (MIN(trap[n].top.l, trap[n].bot.l)); 769 v = x + pixman_fixed_integer_ceil (MAX(trap[n].top.r, trap[n].bot.r)); 777 v = y + pixman_fixed_integer_ceil (trap[n].bot.y);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/ |
| H A D | shadow.c | 1430 int top, bot, Min, Max; local in function:ShadowImageText8 1433 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1447 box.y2 = pDraw->y + y + bot; 1478 int top, bot, Min, Max; local in function:ShadowImageText16 1481 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1495 box.y2 = pDraw->y + y + bot; 1530 int top, bot, width = 0; local in function:ShadowImageGlyphBlt 1533 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1555 box.y2 = pDraw->y + y + bot;
|