| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mifillrct.c | 83 int maxheight; local in function:miPolyFillRect 94 maxheight = 0; 99 maxheight = max(maxheight, prect->height); 105 maxheight = 0; 107 maxheight = max(maxheight, prect->height); 110 pptFirst = malloc(maxheight * sizeof(DDXPointRec)); 111 pwFirst = malloc(maxheight * sizeof(int));
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mifillrct.c | 79 int maxheight; local in function:miPolyFillRect 89 maxheight = 0; 93 maxheight = max(maxheight, prect->height); 98 maxheight = 0; 100 maxheight = max(maxheight, prect->height); 103 pptFirst = xallocarray(maxheight, sizeof(DDXPointRec)); 104 pwFirst = xallocarray(maxheight, sizeof(int));
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | TreeP.h | 81 Dimension maxwidth, maxheight; /* for shrink wrapping */ member in struct:__anon50c79d000108
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | cg6.h | 68 int maxheight; member in struct:__anon7bb66a280308
|
| H A D | cg6_accel.c | 148 pCg6->fbc->clipmaxy = pCg6->maxheight; 181 pCg6->fbc->clipmaxy = pCg6->maxheight; 439 pCg6->fbc->clipmaxy = pCg6->maxheight; 450 pXAAInfo->maxOffPixHeight = pCg6->maxheight;
|
| H A D | cg6_driver.c | 555 pCg6->maxheight = (pCg6->vidmem / pCg6->width) & 0xffff; 574 bx.y2=pCg6->maxheight;
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz.h | 62 int height, scanlinesize, maxheight; member in struct:__anon1e1df6b40308
|
| H A D | pnozz_accel.c | 481 pXAAInfo->maxOffPixHeight = pPnozz->maxheight; 482 MaxClip = ((pPnozz->scanlinesize & 0xffff) << 16) | (pPnozz->maxheight);
|
| H A D | pnozz_driver.c | 699 pPnozz->maxheight = (pPnozz->vidmem / pPnozz->scanlinesize) & 0xffff; 701 xf86Msg(X_ERROR, "max scanlines: %d\n", pPnozz->maxheight); 734 bx.y2 = pPnozz->maxheight;
|
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| H A D | ag10e.h | 47 int maxheight; member in struct:__anon7eb29e6e0108
|
| H A D | ag10e_driver.c | 560 pAG10E->maxheight = (pAG10E->vidmem / (pAG10E->width << 2)) & 0xffff;
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | bbox.c | 332 Dimension maxheight; local in function:BBoxLockSize 336 maxheight = (Dimension) GetHeight(buttonbox->inner); 337 XtSetArg(args[0], XtNmax, maxheight); /* for Paned widget */
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_cursor.c | 1080 int cursor_addr, i, j, maxheight = 32; local in function:SiS300LoadCursorImageARGB 1117 maxheight = 16; 1152 if(srcheight < maxheight) { 1153 for(; i < maxheight; i++) { 1212 int cursor_addr, i, j, maxheight = 64; local in function:SiS310LoadCursorImageARGB 1264 maxheight = 32; 1281 if(srcheight < maxheight) { 1282 for(; i < maxheight; i++) {
|
| H A D | sis_driver.c | 6478 int minpitch, maxpitch, minheight, maxheight; local in function:SISPreInit 6487 maxheight = 2048; 6492 maxheight = 4096; 6496 maxheight = 2048; 6511 minheight, maxheight,
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Tree.c | 698 preferred->height = tw->tree.maxheight; 813 tc->tree.y = (Position) (tw->tree.maxheight - 869 if ((tmp = (Dimension)(y + tc->tree.bbheight)) > tree->tree.maxheight) 870 tree->tree.maxheight = tmp; 974 tw->tree.maxwidth = tw->tree.maxheight = 0; 991 set_tree_size (tw, insetvalues, tw->tree.maxwidth, tw->tree.maxheight);
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glint_driver.c | 844 int maxwidth = 0, maxheight = 0; local in function:GLINTPreInit 1564 maxheight = 2048; 1583 maxheight = 2048; 1609 maxheight = 4096; 1630 maxheight = 1024; 1660 maxheight = 4096; 1690 maxheight = 1024; 1719 maxheight = 4096; 1750 maxheight = 4096; 2028 * XXX Assuming min height 128, max <maxheight> [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | decode.c | 54 uint32_t maxwidth, maxheight; local in function:vlVdpDecoderCreate 95 maxheight = screen->get_video_param 102 if (width > maxwidth || height > maxheight) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | decode.c | 54 uint32_t maxwidth, maxheight; local in function:vlVdpDecoderCreate 95 maxheight = screen->get_video_param 102 if (width > maxwidth || height > maxheight) {
|