Searched refs:maxw (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmizerarc.c709 int n, maxw = 0; local in function:miZeroPolyArc
743 maxw = 0;
786 if (n > maxw)
788 while (maxw < n)
789 widths[maxw++] = 1;
818 if (n > maxw)
820 while (maxw < n)
821 widths[maxw++] = 1;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmizerarc.c646 int n, maxw = 0; local in function:miZeroPolyArc
677 maxw = 0;
713 if (n > maxw) {
714 while (maxw < n)
715 widths[maxw++] = 1;
741 if (n > maxw) {
742 while (maxw < n)
743 widths[maxw++] = 1;
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynapticsstr.h257 int minp, maxp, minw, maxw; /* min/max pressure and finger width as detected */ member in struct:_SynapticsPrivateRec
H A Deventcomm.c412 &priv->minw, &priv->maxw, NULL, NULL);
460 priv->minw, priv->maxw);
H A Dsynaptics.c243 if (priv->minw >= priv->maxw) {
245 priv->maxw = 15;
249 priv->minw, priv->maxw);
590 range = priv->maxw - priv->minw + 1;
/xsrc/external/mit/pixman/dist/test/
H A Dlowlevel-blt-bench.c310 int maxw,
316 if (maxw <= TILEWIDTH * 2 || maxh <= TILEWIDTH * 2)
318 printf("error: maxw <= TILEWIDTH * 2 || maxh <= TILEWIDTH * 2\n");
327 int sx = rand () % (maxw - TILEWIDTH * 2);
329 int dx = rand () % (maxw - TILEWIDTH * 2);
345 int maxw,
351 if (maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2)
353 printf("error: maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2\n");
362 int sx = rand () % (maxw - TINYWIDTH * 2);
364 int dx = rand () % (maxw
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.
1868 unsigned maxw,
1893 fontname, maxw, maxh, max_pixels));
1896 if (font_cache[ii].maxw == maxw &&
1925 fontname, maxw, maxh));
2010 TRACE(("checking max=%ux%u targeth=%u.%u\n", maxw, maxh, targeth /
2027 if (*w > maxw) {
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/twm/dist/src/
H A Dadd_window.c682 int maxw = Scr->MyDisplayWidth - AddingX; local in function:AddWindow
690 if (AddingW > maxw)
691 AddingW = maxw;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPCache.c174 int *num, int *maxw, int *maxh
278 *maxw = w;
401 int *maxw, int *maxh,
620 *maxw = Width;
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/xdm/dist/greeter/
H A DLogin.c602 int maxw = w->core.width - PAD_X(w); local in function:RedrawFail
609 if (ERROR_W(w, w->login.fail) > maxw) {
636 } while ((next != NULL) && ERROR_W(w, start) < maxw);

Completed in 22 milliseconds