| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| 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;
|
| slicer.cc | 150 Arc_ptr bot; local 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, PwlArc* left, PwlArc* right, Backend& backend) 322 Arc_ptr top, bot, left, right; local 783 Arc_ptr top, bot, left, right; local [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| r_area.c | 239 const RArea *top, *bot; local 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->y [all...] |
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| pshglob.c | 319 FT_Int dim, top, bot, delta; local 339 bot = zone[1].org_bottom; 340 delta = bot - top; 347 zone[1].org_bottom = bot - fuzz;
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-trap.c | 212 const pixman_point_fixed_t *top, *bot; local 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.y + y_off_fixed) [all...] |
| pixman-region.c | 805 primitive_t bot; /* Bottom of non-overlapping band*/ local 920 bot = MIN (r1->y2, r2y1); 921 if (top != bot) 924 if (!pixman_region_append_non_o (new_reg, r1, r1_band_end, top, bot)) 936 bot = MIN (r2->y2, r1y1); 938 if (top != bot) 942 if (!pixman_region_append_non_o (new_reg, r2, r2_band_end, top, bot))
|
| pixman.h | 1535 pixman_span_fix_t top, bot; member in struct:pixman_trap
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| xaaNonTEText.c | 273 int pitch, topLine, botLine, top, bot, height; local 300 bot = top + glyphs->height; 302 if(bot > botLine) botLine = bot; 311 for(i = top; i < bot; i++) {
|
| /xsrc/external/mit/libX11/dist/src/ |
| 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
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_trapezoids.c | 632 int bot = pixman_fixed_to_fast(traps[n].bottom); local 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);
|
| sna_trapezoids_imprecise.c | 551 int top, bot; local 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.y [all...] |
| sna_accel.c | 15843 int bot = max(FONTMAXBOUNDS(font, descent), FONTDESCENT(font)); local 15846 top, bot, width, (top + bot) * (width + 7)/8)); 15847 return (top + bot) * (width + 7)/8 > 124;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_trapezoids.c | 632 int bot = pixman_fixed_to_fast(traps[n].bottom); local 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);
|
| sna_trapezoids_imprecise.c | 551 int top, bot; local 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.y [all...] |
| sna_accel.c | 15617 int bot = max(FONTMAXBOUNDS(font, descent), FONTDESCENT(font)); local 15620 top, bot, width, (top + bot) * (width + 7)/8)); 15621 return (top + bot) * (width + 7)/8 > 124;
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| rootlessGC.c | 1183 int top, bot, Min, Max; local 1187 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1201 box.y2 = dst->y + y + bot; 1271 int top, bot, Min, Max; local 1275 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1289 box.y2 = dst->y + y + bot; 1360 int top, bot, width = 0; local 1366 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1390 box.y2 = dst->y + y + bot;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| rootlessGC.c | 1168 int top, bot, Min, Max; local 1172 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1186 box.y2 = dst->y + y + bot; 1255 int top, bot, Min, Max; local 1259 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1273 box.y2 = dst->y + y + bot; 1343 int top, bot, width = 0; local 1349 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1371 box.y2 = dst->y + y + bot;
|
| /xsrc/external/mit/xterm/dist/ |
| print.c | 249 #define PrintNewLine() (unsigned) (((top < bot) || p->printer_newline) ? '\n' : '\0') 252 printLines(XtermWidget xw, int top, int bot, PrinterFlags *p) 254 TRACE(("printLines, rows %d..%d\n", top, bot)); 255 while (top <= bot) { 330 int bot = screen->max_row; local 333 bot -= screen->topline; 335 printLines(xw, top, bot, p);
|
| util.c | 189 int bot = screen->max_row - shift; local 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 678 bot = screen->max_row - shift; 693 if ((i = screen->bot_marg - bot) > 0) 907 int bot = screen->max_row - shift; local 1262 int bot = screen->max_row - shift; local 1382 int bot = screen->max_row - shift; local [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| region.c | 596 short bot; /* Bottom of non-overlapping band */ local 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/dix/ |
| region.c | 598 short bot; /* Bottom of non-overlapping band*/ local 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.old/dist/hw/xfree86/shadowfb/ |
| shadow.c | 1430 int top, bot, Min, Max; local 1433 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1447 box.y2 = pDraw->y + y + bot; 1478 int top, bot, Min, Max; local 1481 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1495 box.y2 = pDraw->y + y + bot; 1530 int top, bot, width = 0; local 1533 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); 1555 box.y2 = pDraw->y + y + bot;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| renderproto.h | 175 xSpanFix top, bot; member in struct:__anon11767
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| miarc.c | 225 char top, bot, hole; member in struct:__anon10265 427 if (spdata->bot) { 582 if (spdata->bot) { 762 spdata->bot = !(parc->height & 1); 852 if (spdata->bot) { 3554 if (spdata->bot && miny <= y && y <= maxy) {
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| miarc.c | 375 char top, bot, hole; member in struct:__anon10854 435 if (spdata->bot) 605 if (spdata->bot) 799 spdata->bot = !(parc->height & 1); 898 if (spdata->bot) 3546 if (spdata->bot && miny <= y && y <= maxy)
|