Searched refs:widths (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmispans.c96 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[
221 QuickSortSpansX(DDXPointRec points[],int widths[],int numSpans) argument
384 int *widths; local in function:miFillUniqueSpanGroup
[all...]
H A Dmispans.h54 int *widths; /* pointer to list of widths */ member in struct:__anon5febc62f0108
H A Dmifillarc.c546 int *widths; local in function:miFillEllipseI
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 in function:miFillEllipseD
595 widths = malloc(sizeof(int) * arc->height);
596 if (!widths)
609 wids = widths;
655 int *widths; local in function:miFillArcSliceI
719 int *widths; local in function:miFillArcSliceD
[all...]
H A Dmizerline.c85 ++*widths;\
91 ++widths;\
94 *widths = 1;\
111 int *pwidthInit, *widths, list_len; local in function:miZeroLine
168 widths = pwidthInit - 1;
195 widths = pwidthInit - 1;
H A Dmizerarc.c716 int *widths = NULL; local in function:miZeroPolyArc
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);
H A Dmiwideline.c61 spans->widths = malloc(nspans * sizeof (*spans->widths));
62 if (!spans->widths)
121 (*pGC->ops->FillSpans) (pDrawable, pGC, spans->count, spans->points, spans->widths, TRUE);
122 free(spans->widths);
161 pwidth = spanRec.widths;
279 pwidth = spanRec.widths;
666 int *widths)
673 twids = widths;
753 int *widths,
660 miLineArcI(DrawablePtr pDraw,GCPtr pGC,int xorg,int yorg,DDXPointPtr points,int * widths) argument
747 miLineArcD(DrawablePtr pDraw,GCPtr pGC,double xorg,double yorg,DDXPointPtr points,int * widths,PolyEdgePtr edge1,int edgey1,Bool edgeleft1,PolyEdgePtr edge2,int edgey2,Bool edgeleft2) argument
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_spans.c47 int n, DDXPointPtr points, int *widths, int sorted)
86 v[2] = *widths++;
110 v[4] = points->x + *widths; v[5] = points->y + 1;
111 v[6] = points->x + *widths; v[7] = points->y;
113 widths++;
159 int n, DDXPointPtr points, int *widths, int sorted)
163 fbFillSpans(drawable, gc, n, points, widths, sorted);
172 int n, DDXPointPtr points, int *widths, int sorted)
174 if (glamor_fill_spans_gl(drawable, gc, n, points, widths, sorted))
176 glamor_fill_spans_bail(drawable, gc, n, points, widths, sorte
45 glamor_fill_spans_gl(DrawablePtr drawable,GCPtr gc,int n,DDXPointPtr points,int * widths,int sorted) argument
157 glamor_fill_spans_bail(DrawablePtr drawable,GCPtr gc,int n,DDXPointPtr points,int * widths,int sorted) argument
170 glamor_fill_spans(DrawablePtr drawable,GCPtr gc,int n,DDXPointPtr points,int * widths,int sorted) argument
180 glamor_get_spans_gl(DrawablePtr drawable,int wmax,DDXPointPtr points,int * widths,int count,char * dst) argument
245 glamor_get_spans_bail(DrawablePtr drawable,int wmax,DDXPointPtr points,int * widths,int count,char * dst) argument
254 glamor_get_spans(DrawablePtr drawable,int wmax,DDXPointPtr points,int * widths,int count,char * dst) argument
263 glamor_set_spans_gl(DrawablePtr drawable,GCPtr gc,char * src,DDXPointPtr points,int * widths,int numPoints,int sorted) argument
361 glamor_set_spans_bail(DrawablePtr drawable,GCPtr gc,char * src,DDXPointPtr points,int * widths,int numPoints,int sorted) argument
371 glamor_set_spans(DrawablePtr drawable,GCPtr gc,char * src,DDXPointPtr points,int * widths,int numPoints,int sorted) argument
[all...]
/xsrc/external/mit/font-bh-ttf/dist/
H A D42-luxi-mono.conf4 though it detects multiple character widths -->
/xsrc/external/mit/freetype/dist/src/autofit/
H A Daflatin.h93 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,
H A Dafcjk.h78 FT_UInt width_count; /* number of used widths */
79 AF_WidthRec widths[AF_CJK_MAX_WIDTHS]; /* widths array */ member in struct:AF_CJKAxisRec_
H A Daflatin.c55 /* Find segments and links, compute all stem widths, and initialize */
67 "latin standard widths computation (style `%s')\n"
153 " using fallback stem widths\n" ));
225 axis->widths[num_widths++].org = dist;
229 /* this also replaces multiple almost identical stem widths */
231 af_sort_and_quantize_widths( &num_widths, axis->widths,
243 stdw = ( axis->width_count > 0 ) ? axis->widths[0].org
256 FT_TRACE5(( "%s widths:\n",
262 FT_TRACE5(( " %ld", axis->widths[i].org ));
1171 /* Adjust scaling value, then scale and shift widths */
1965 af_latin_hints_link_segments(AF_GlyphHints hints,FT_UInt width_count,AF_WidthRec * widths,AF_Dimension dim) argument
2455 af_latin_hints_detect_features(AF_GlyphHints hints,FT_UInt width_count,AF_WidthRec * widths,AF_Dimension dim) argument
2681 af_latin_snap_width(AF_Width widths,FT_UInt count,FT_Pos width) argument
[all...]
H A Dafcjk.c76 "cjk standard widths computation (style `%s')\n"
228 axis->widths[num_widths++].org = dist;
232 /* this also replaces multiple almost identical stem widths */
234 af_sort_and_quantize_widths( &num_widths, axis->widths,
246 stdw = ( axis->width_count > 0 ) ? axis->widths[0].org
259 FT_TRACE5(( "%s widths:\n",
265 FT_TRACE5(( " %ld", axis->widths[i].org ));
664 /* Adjust scaling value, then scale and shift widths */
1459 /* current standard widths. */
1462 af_cjk_snap_width( AF_Width widths, argument
[all...]
H A Daflatin2.c146 axis->widths[num_widths++].org = dist;
150 af_sort_widths( num_widths, axis->widths );
162 ? axis->widths[0].org
623 /* scale the standard widths */
626 AF_Width width = axis->widths + nn;
1600 /* current standard widths */
1603 af_latin2_snap_width( AF_Width widths, argument
1619 w = widths[n].cur;
1680 /* leave the widths of serifs alone */
1702 delta = dist - axis->widths[
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmizerline.c84 ++*widths;\
90 ++widths;\
93 *widths = 1;\
107 int *pwidthInit, *widths, list_len; local in function:miZeroLine
163 widths = pwidthInit - 1;
208 widths = pwidthInit - 1;
H A Dmiwideline.c87 int *widths; /* pointer to list of widths */ member in struct:__anonde2679a90108
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) argument
284 tw = widths[
432 int *widths; local in function:miFillUniqueSpanGroup
1113 miLineArcI(DrawablePtr pDraw,GCPtr pGC,int xorg,int yorg,DDXPointPtr points,int * widths) argument
1190 miLineArcD(DrawablePtr pDraw,GCPtr pGC,double xorg,double yorg,DDXPointPtr points,int * widths,PolyEdgePtr edge1,int edgey1,Bool edgeleft1,PolyEdgePtr edge2,int edgey2,Bool edgeleft2) argument
[all...]
H A Dmifillarc.c479 miFillEllipseI(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) argument
495 wids = widths;
504 miFillEllipseD(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) argument
520 wids = widths;
551 miFillArcSliceI(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) argument
574 wids = widths;
594 miFillArcSliceD(DrawablePtr pDraw, GCPtr pGC, xArc * arc, DDXPointPtr points, int *widths) argument
618 wids = widths;
656 int *wids, *widths; local in function:miPolyFillArc
673 wids = widths
[all...]
H A Dmizerarc.c653 int *widths = NULL; local in function:miZeroPolyArc
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);
/xsrc/external/mit/MesaLib/dist/docs/
H A Drelease-calendar.rst34 :widths: auto
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshglob.h57 * 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_
H A Dpshglob.c39 /* scale the widths/heights table */
47 PSH_Width width = stdw->widths;
100 w = dimension->stdw.widths[n].cur;
661 /* copy standard widths */
664 PSH_Width write = dim->stdw.widths;
684 PSH_Width write = dim->stdw.widths;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_modes.c108 int widths[5] = {640, 720, 800, 848, 1024}; local in function:RADEONATOMTVModes
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 in function:radeon_add_common_modes
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/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaStateChange.c102 int *widths, int fSorted);
105 DDXPointPtr points, int *widths,
110 DDXPointPtr points, int *widths,
115 int *widths, int fSorted, XAACacheInfoPtr pCache,
119 DDXPointPtr points, int *widths, int fSorted,
583 int *widths, int fSorted)
590 widths, fSorted);
595 DDXPointPtr points, int *widths,
604 points, widths,
611 DDXPointPtr points, int *widths,
581 XAAStateWrapFillSolidSpans(ScrnInfoPtr pScrn,int fg,int rop,unsigned int planemask,int n,DDXPointPtr points,int * widths,int fSorted) argument
593 XAAStateWrapFillMono8x8PatternSpans(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int n,DDXPointPtr points,int * widths,int fSorted,int pat0,int pat1,int xorg,int yorg) argument
609 XAAStateWrapFillColor8x8PatternSpans(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int n,DDXPointPtr points,int * widths,int fSorted,XAACacheInfoPtr pCache,int xorg,int yorg) argument
625 XAAStateWrapFillCacheBltSpans(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int n,DDXPointPtr points,int * widths,int fSorted,XAACacheInfoPtr pCache,int xorg,int yorg) argument
641 XAAStateWrapFillColorExpandSpans(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int n,DDXPointPtr points,int * widths,int fSorted,int xorg,int yorg,PixmapPtr pPix) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregion.c1439 tw = widths[a]; widths[a] = widths[b]; widths[b] = tw; \
1449 int widths[],
1479 tw = widths[i];
1483 widths[k] = widths[k-1];
1486 widths[j] = tw;
1528 QuickSortSpans(&spans[j+1], &widths[
1447 QuickSortSpans(DDXPointRec spans[],int widths[],int numSpans) argument
[all...]
/xsrc/external/mit/libXaw/dist/src/
H A DSimpleMenu.c1111 Dimension *widths; local in function:Layout
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[coun
[all...]
/xsrc/external/mit/mkfontscale/dist/
H A Dmkfontscale.c423 static const char *widths[] = { variable in typeref:typename:const char * []
428 #define NUMWIDTHS (sizeof(widths) / sizeof(widths[0]))
444 if (strstr(buf, widths[i]))
445 return widths[i];

Completed in 41 milliseconds

12