Searched refs:maxh (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dlowlevel-blt-bench.c311 int maxh)
316 if (maxw <= TILEWIDTH * 2 || maxh <= TILEWIDTH * 2)
318 printf("error: maxw <= TILEWIDTH * 2 || maxh <= TILEWIDTH * 2\n");
328 int sy = rand () % (maxh - TILEWIDTH * 2);
330 int dy = rand () % (maxh - TILEWIDTH * 2);
346 int maxh)
351 if (maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2)
353 printf("error: maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2\n");
363 int sy = rand () % (maxh - TINYWIDTH * 2);
365 int dy = rand () % (maxh
304 bench_R(pixman_op_t op,pixman_image_t * src_img,pixman_image_t * mask_img,pixman_image_t * dst_img,int64_t n,pixman_composite_func_t func,int maxw,int maxh) argument
339 bench_RT(pixman_op_t op,pixman_image_t * src_img,pixman_image_t * mask_img,pixman_image_t * dst_img,int64_t n,pixman_composite_func_t func,int maxw,int maxh) argument
[all...]
/xsrc/external/mit/xterm/dist/
H A Dgraphics_regis.c286 int ch, unsigned maxw, unsigned maxh,
1837 unsigned maxw, maxh, max_pixels; member in struct:__anonf09cc9930208
1863 * maxw and maxh without overstepping either dimension.
1869 unsigned maxh,
1893 fontname, maxw, maxh, max_pixels));
1897 font_cache[ii].maxh == maxh &&
1915 targeth = maxh * 8U + 5U;
1925 fontname, maxw, maxh));
2010 TRACE(("checking max=%ux%u targeth=%u.%u\n", maxw, maxh, target
1866 find_best_xft_font_size(XtermWidget xw,char const * fontname,unsigned maxw,unsigned maxh,unsigned max_pixels,unsigned * w,unsigned * h,unsigned * xmin,unsigned * ymin) argument
2108 get_xft_bitmap_of_character(RegisGraphicsContext const * context,char const * fontname,int ch,unsigned maxw,unsigned maxh,Char * pixels,unsigned max_pixels,unsigned * w,unsigned * h) argument
2328 get_bitmap_of_character(RegisGraphicsContext const * context,int ch,unsigned maxw,unsigned maxh,Char * pixels,unsigned * w,unsigned * h,unsigned max_pixels) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPCache.c174 int *num, int *maxw, int *maxh
279 *maxh = h;
401 int *maxw, int *maxh,
621 *maxh = Height;
172 ThinOutPartials(CacheLinkPtr ListPartial,int * num,int * maxw,int * maxh) argument
396 ConvertSomePartialsTo8x8(int * NumMono,int * NumColor,int * NumPartial,CacheLinkPtr ListPartial,CacheLinkPtr * ListMono,CacheLinkPtr * ListColor,int * maxw,int * maxh,XAAInfoRecPtr infoRec) argument
/xsrc/external/mit/twm/dist/src/
H A Dadd_window.c683 int maxh = Scr->MyDisplayHeight - AddingY; local in function:AddWindow
692 AddingH = maxh;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c1604 int maxh, maxv; local in function:SiSRecalcDefaultVirtualSize
1609 maxh = maxv = 0;
1611 if(mode->HDisplay > maxh) maxh = mode->HDisplay;
1616 maxh += pSiS->CRT1XOffs + pSiS->CRT2XOffs;
1620 if(maxh > 4088) {
1624 maxh -= (pSiS->CRT1XOffs + pSiS->CRT2XOffs);
1626 pScrn->virtualX = maxh;
1627 pScrn->displayWidth = maxh;
1628 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, str, "width", maxh);
[all...]

Completed in 16 milliseconds