Searched refs:maxheight (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmifillrct.c83 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 Dmifillrct.c79 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 DTreeP.h81 Dimension maxwidth, maxheight; /* for shrink wrapping */ member in struct:__anon50c79d000108
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6.h68 int maxheight; member in struct:__anon7bb66a280308
H A Dcg6_accel.c148 pCg6->fbc->clipmaxy = pCg6->maxheight;
181 pCg6->fbc->clipmaxy = pCg6->maxheight;
439 pCg6->fbc->clipmaxy = pCg6->maxheight;
450 pXAAInfo->maxOffPixHeight = pCg6->maxheight;
H A Dcg6_driver.c555 pCg6->maxheight = (pCg6->vidmem / pCg6->width) & 0xffff;
574 bx.y2=pCg6->maxheight;
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz.h62 int height, scanlinesize, maxheight; member in struct:__anon1e1df6b40308
H A Dpnozz_accel.c481 pXAAInfo->maxOffPixHeight = pPnozz->maxheight;
482 MaxClip = ((pPnozz->scanlinesize & 0xffff) << 16) | (pPnozz->maxheight);
H A Dpnozz_driver.c699 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 Dag10e.h47 int maxheight; member in struct:__anon7eb29e6e0108
H A Dag10e_driver.c560 pAG10E->maxheight = (pAG10E->vidmem / (pAG10E->width << 2)) & 0xffff;
/xsrc/external/mit/xmh/dist/
H A Dbbox.c332 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 Dsis_cursor.c1080 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 Dsis_driver.c6478 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 DTree.c698 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 Dglint_driver.c844 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 Ddecode.c54 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 Ddecode.c54 uint32_t maxwidth, maxheight; local in function:vlVdpDecoderCreate
95 maxheight = screen->get_video_param
102 if (width > maxwidth || height > maxheight) {

Completed in 35 milliseconds