| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| mispans.h | 54 int *widths; /* pointer to list of widths */ member in struct:__anon10870
|
| mifillarc.c | 546 int *widths; local 552 widths = malloc(sizeof(int) * arc->height); 553 if (!widths) 566 wids = widths; 572 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE); 573 free(widths); 589 int *widths; local 595 widths = malloc(sizeof(int) * arc->height); 596 if (!widths) 609 wids = widths; 655 int *widths; local 719 int *widths; local [all...] |
| mispans.c | 96 subWid = sub->widths; 99 spansWid = spans->widths; 158 newwid = (int *) realloc(spans->widths, (spans->count + EXTRA) * sizeof (int)); 161 spansWid = newwid + (spansWid - spans->widths); 162 spans->widths = newwid; 212 free(spans->widths); 223 int widths[], 239 tw = widths[a]; widths[a] = widths[b]; widths[b] = tw; 384 int *widths; local [all...] |
| mizerline.c | 85 ++*widths;\ 91 ++widths;\ 94 *widths = 1;\ 111 int *pwidthInit, *widths, list_len; local 168 widths = pwidthInit - 1; 195 widths = pwidthInit - 1;
|
| mizerarc.c | 716 int *widths = NULL; local 740 widths = malloc(sizeof(int) * numPts); 741 if (!widths) 762 free(widths); 789 widths[maxw++] = 1; 799 (*pGC->ops->FillSpans)(pDraw, pGC, n, points, widths, FALSE); 821 widths[maxw++] = 1; 831 (*pGC->ops->FillSpans)(pDraw, pGC, n, oddPts, widths, FALSE); 846 free(widths);
|
| misprite.c | 461 int *widths; local 469 for (pts = ppt, widths = pwidth, nPts = nspans; 471 pts++, widths++) 474 pts->x+xorg,*widths))
|
| miarc.c | 815 int *widths; local 824 widths = malloc(n + (sizeof(DDXPointRec) * 2) * yorgu); 825 if (!widths) 827 points = (DDXPointPtr)((char *)widths + n); 831 free(widths); 835 wids = widths; 921 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE); 923 free(widths); 1006 /* expand box to deal with line widths */
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| afcjk.h | 78 FT_UInt width_count; /* number of used widths */ 79 AF_WidthRec widths[AF_CJK_MAX_WIDTHS]; /* widths array */ member in struct:AF_CJKAxisRec_
|
| aflatin.h | 93 FT_UInt width_count; /* number of used widths */ 94 AF_WidthRec widths[AF_LATIN_MAX_WIDTHS]; /* widths array */ member in struct:AF_LatinAxisRec_ 174 AF_WidthRec* widths, 184 AF_WidthRec* widths,
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_modes.c | 108 int widths[5] = {640, 720, 800, 848, 1024}; local 112 new = xf86CVTMode(widths[i], heights[i], 60.0, FALSE, FALSE); 450 int widths[15] = {640, 800, 1024, 1152, 1280, 1280, 1280, 1280, 1280, 1440, 1400, 1680, 1600, 1920, 1920}; local 456 if (widths[i] == native_mode->PanelXRes && heights[i] == native_mode->PanelYRes) 464 if (widths[i] < 320 || widths[i] > native_mode->PanelXRes || 469 new = xf86CVTMode(widths[i], heights[i], 60.0, FALSE, FALSE);
|
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| pshglob.h | 57 * The maximum number of standard and snap widths in either the 73 /* standard and snap widths table */ 77 PSH_WidthRec widths[PS_GLOBALS_MAX_STD_WIDTHS]; member in struct:PSH_WidthsRec_
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| mizerline.c | 84 ++*widths;\ 90 ++widths;\ 93 *widths = 1;\ 107 int *pwidthInit, *widths, list_len; local 163 widths = pwidthInit - 1; 208 widths = pwidthInit - 1;
|
| mifillarc.c | 479 miFillEllipseI(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) 495 wids = widths; 504 miFillEllipseD(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) 520 wids = widths; 551 miFillArcSliceI(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) 574 wids = widths; 594 miFillArcSliceD(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) 618 wids = widths; 656 int *wids, *widths; local 673 wids = widths = (int *) (points + nspans) [all...] |
| mizerarc.c | 653 int *widths = NULL; local 674 widths = xallocarray(numPts, sizeof(int)); 675 if (!widths) 693 free(widths); 715 widths[maxw++] = 1; 723 (*pGC->ops->FillSpans) (pDraw, pGC, n, points, widths, FALSE); 743 widths[maxw++] = 1; 751 (*pGC->ops->FillSpans) (pDraw, pGC, n, oddPts, widths, FALSE); 765 free(widths);
|
| miwideline.c | 87 int *widths; /* pointer to list of widths */ member in struct:__anon10281 140 subWid = sub->widths; 143 spansWid = spans->widths; 199 newwid = reallocarray(spans->widths, 204 spansWid = newwid + (spansWid - spans->widths); 205 spans->widths = newwid; 258 free(spans->widths); 269 QuickSortSpansX(DDXPointRec points[], int widths[], int numSpans) 284 tw = widths[a]; widths[a] = widths[b]; widths[b] = tw; 432 int *widths; local [all...] |
| miarc.c | 775 int *widths; local 784 widths = malloc(n + (sizeof(DDXPointRec) * 2) * yorgu); 785 if (!widths) 787 points = (DDXPointPtr) ((char *) widths + n); 790 free(widths); 794 wids = widths; 872 (*pGC->ops->FillSpans) (pDraw, pGC, pts - points, points, widths, FALSE); 874 free(widths); 952 /* expand box to deal with line widths */
|
| /xsrc/external/mit/libXaw/dist/src/ |
| SimpleMenu.c | 1111 Dimension *widths; local 1160 widths = (Dimension *)XtMalloc(sizeof(Dimension)); 1186 widths = (Dimension *)XtRealloc((char *)widths, 1188 widths[count - 1] = (Dimension)width_kid; 1198 widths[count - 1] = (Dimension)(tmp_w = width_kid); 1211 widths[n] = (Dimension)(widths[n] + inc); 1219 tmp_w = widths[0]; 1236 tmp_w += widths[count] [all...] |
| /xsrc/external/mit/mkfontscale/dist/ |
| mkfontscale.c | 423 static const char *widths[] = { variable 428 #define NUMWIDTHS (sizeof(widths) / sizeof(widths[0])) 444 if (strstr(buf, widths[i])) 445 return widths[i];
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128.h | 292 int widths[2]; member in struct:r128_2d_state
|