| /xsrc/external/mit/xorg-server/dist/mi/ |
| mizerline.c | 82 if (xx < spans->x)\ 83 spans->x = xx;\ 89 ++spans;\ 91 spans->x = xx;\ 92 spans->y = yy;\ 106 DDXPointPtr pspanInit, spans; local 162 spans = pspanInit - 1; 207 spans = pspanInit - 1;
|
| miwideline.c | 85 int count; /* number of spans */ 88 } Spans; 91 int size; /* Total number of *Spans allocated */ 92 int count; /* Number of *Spans actually in group */ 93 Spans *group; /* List of Spans */ 103 These routines maintain lists of Spans, in order to implement the 120 #define YMIN(spans) (spans->points[0].y) 121 #define YMAX(spans) (spans->points[spans->count-1].y 128 Spans *spans; local 412 Spans *spans; local 425 Spans *spans; local [all...] |
| miarc.c | 223 miArcSpan *spans; member in struct:__anon10265 255 * draw one segment of the arc using the arc spans generation routines 410 span = spdata->spans; 463 span = spdata->spans; 606 span = &spdata->spans[spdata->count1]; 759 spdata->spans = (miArcSpan *) (spdata + 1); 795 span = spdata->spans; 1302 /* Finally, fill the spans we've collected */ 2871 * generate the set of spans with 3012 static int nspans = 0; /* total spans, not just y coords * [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| mispans.c | 60 These routines maintain lists of Spans, in order to implement the 77 #define YMIN(spans) (spans->points[0].y) 78 #define YMAX(spans) (spans->points[spans->count-1].y) 80 static void miSubtractSpans (SpanGroup *spanGroup, Spans *sub) 84 Spans *spans; local 91 spans = spanGroup->group 364 Spans *spans; local 377 Spans *spans; local [all...] |
| mizerline.c | 83 if (xx < spans->x)\ 84 spans->x = xx;\ 90 ++spans;\ 92 spans->x = xx;\ 93 spans->y = yy;\ 110 DDXPointPtr pspanInit, spans; local 167 spans = pspanInit - 1; 194 spans = pspanInit - 1;
|
| miarc.c | 242 * draw one segment of the arc using the arc spans generation routines 373 miArcSpan *spans; member in struct:__anon10854 415 span = spdata->spans; 476 span = spdata->spans; 634 span = &spdata->spans[spdata->count1]; 796 spdata->spans = (miArcSpan *)(spdata + 1); 836 span = spdata->spans; 2822 * generate the set of spans with 2985 static int nspans = 0; /* total spans, not just y coords */ 3508 span = spdata->spans; [all...] |
| /xsrc/external/mit/freetype/dist/src/smooth/ |
| ftgrays.c | 73 * spans on any target surface. You can thus do direct composition on 470 FT_Span spans[FT_MAX_GRAY_SPANS]; member in struct:gray_TWorker_ 1235 FT_Span* span = ras.spans + ras.num_spans++; 1245 ras.render_span( y, ras.num_spans, ras.spans, ras.render_span_data ); 1255 /* For small-spans it is faster to do it by ourselves than 1325 ras.render_span( y, ras.num_spans, ras.spans, ras.render_span_data );
|