| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/ |
| sp.c | 27 static void add_object_fill(const VGubyte *segments, VGint num_segments, 35 vgAppendPathData(object.path, num_segments, segments, coords); 47 static void add_object_stroke(const VGubyte *segments, VGint num_segments, 55 vgAppendPathData(object.path, num_segments, segments, coords); 68 static void add_object_fillm(const VGubyte *segments, VGint num_segments, 77 vgAppendPathData(object.path, num_segments, segments, coords); 89 static void add_object_m(const VGubyte *segments, VGint num_segments, 99 vgAppendPathData(object.path, num_segments, segments, coords); 117 const VGubyte segments[] = {VG_MOVE_TO_ABS, local 130 add_object_fill(segments, ELEMENTS(segments) 134 const VGubyte segments[] = { local 164 const VGubyte segments[] = { local 190 const VGubyte segments[] = { local 208 const VGubyte segments[] = { local 228 const VGubyte segments[] = { local 242 const VGubyte segments[] = { local 281 const VGubyte segments[] = { local 298 const VGubyte segments[] = { local 323 const VGubyte segments[] = { local 335 const VGubyte segments[] = { local 351 const VGubyte segments[] = { local 367 const VGubyte segments[] = { local 392 const VGubyte segments[] = { local 418 const VGubyte segments[] = { local 444 const VGubyte segments[] = { local [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| DrSegs.c | 37 XSegment *segments, 58 Data16 (dpy, (short *) segments, len); 60 segments += n;
|
| /xsrc/external/mit/x11perf/dist/ |
| do_segs.c | 26 static XSegment *segments; variable 53 segments = malloc((p->objects) * sizeof(XSegment)); 62 segments to get full coverage 64 (4) uses CapNotLast so we can create segments of length 1 that 133 segments[i].x1 = x + x1; 134 segments[i].y1 = y + y1; 135 segments[i].x2 = x + x2; 136 segments[i].y2 = y + y2; 225 segments = malloc((p->objects) * sizeof(XSegment)); 234 segments[i].x1 = x + size [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| texfilt.c | 45 static unsigned segments = 64; variable 77 glDrawArrays( GL_QUADS, 0, 4 * segments ); 113 segments--; 114 if ( segments < 3 ) { 115 segments = 3; 117 generate_tunnel( segments, & position_data, & texcoord_data ); 122 segments++; 123 if ( segments > 128 ) { 124 segments = 128; 126 generate_tunnel( segments, & position_data, & texcoord_data ) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| helper_mem.c | 295 int segments[4]; local 297 segments[0] = MEM_RW(pInt, (0x10 << 2) + 2); 298 segments[1] = MEM_RW(pInt, (0x42 << 2) + 2); 299 segments[2] = V_BIOS >> 4; 300 segments[3] = ~0; 302 for (i = 0; segments[i] != ~0; i++) { 305 cs = segments[i]; 314 if (segments[i] == ~0) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| helper_mem.c | 298 int segments[4]; local 300 segments[0] = MEM_RW(pInt, (0x10 << 2) + 2); 301 segments[1] = MEM_RW(pInt, (0x42 << 2) + 2); 302 segments[2] = V_BIOS >> 4; 303 segments[3] = ~0; 305 for (i = 0; segments[i] != ~0; i++) { 308 cs = segments[i]; 317 if (segments[i] == ~0) {
|
| /xsrc/external/mit/xgc/dist/ |
| tests.c | 211 XSegment *segments; local 219 segments = (XSegment *) malloc(sizeof(XSegment) * num_segments); 221 segments[0].x1 = random()%400; segments[0].y1 = random()%400; 222 segments[0].x2 = random()%400; segments[0].y2 = random()%400; 225 segments[i].x1 = (segments[i-1].x1-segments[i-1].y2+400+i)%400; 226 segments[i].y1 = (segments[i-1].y1+segments[i-1].x2+i)%400 [all...] |
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| afwarp.c | 21 * within a single dimension so that as much of its segments are aligned 66 /* Score segments for a given `scale' and `delta' in the range */ 78 AF_Segment segments, 121 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord; 122 FT_Pos y0 = FT_MulFix( segments[nn].pos, scale ) + delta; 127 /* score the length of the segments for the given range */ 178 AF_Segment segments; local 199 segments = axis->segments; [all...] |
| afhints.c | 48 if ( !axis->segments ) 50 axis->segments = axis->embedded.segments; 71 if ( axis->segments == axis->embedded.segments ) 73 if ( FT_NEW_ARRAY( axis->segments, new_max ) ) 75 ft_memcpy( axis->segments, axis->embedded.segments, 76 sizeof ( axis->embedded.segments ) ); 80 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) 248 AF_Segment segments = axis->segments; local 446 AF_Segment segments = axis->segments; local 1223 AF_Segment segments = axis->segments; local [all...] |
| aflatin2.c | 70 /* scan the array of segments in each direction */ 128 seg = axhints->segments; 135 /* we only consider stem segments there! */ 902 /* now slightly increase the height of segments when this makes */ 905 AF_Segment segments = axis->segments; local 906 AF_Segment segments_end = segments + axis->num_segments; 909 for ( segment = segments; segment < segments_end; segment++ ) 946 /* place all segments with a negative direction to the start 950 AF_Segment segments = axis->segments local 991 AF_Segment segments = axis->segments; local 1093 AF_Segment segments = axis->segments; local [all...] |
| afcjk.c | 71 /* scan the array of segments in each direction */ 210 seg = axhints->segments; 217 /* we only consider stem segments there! */ 800 /* Walk over all contours and compute its segments. */ 807 AF_Segment segments = axis->segments; local 808 AF_Segment segment_limit = FT_OFFSET( segments, axis->num_segments ); 819 for ( seg = segments; seg < segment_limit; seg++ ) 851 AF_Segment segments = axis->segments; local 1013 AF_Segment segments = axis->segments; local [all...] |
| afhints.h | 36 /* i.e., vertical segments & edges */ 38 /* i.e., horizontal segments & edges */ 70 * Segments 73 * find segments in an outline. 85 * As soon as segments are defined, the auto-hinter groups them into 87 * dimension that collects one or more segments (allowing for a small 91 * edges, then to align segments on the edges unless it detects that 113 * Segments need to be `linked' to other ones in order to detect stems. 114 * A stem is made of two segments that face each other in opposite 116 * vocabulary from the TrueType specification, stem segments form 315 AF_Segment segments; \/* segments array *\/ member in struct:AF_AxisHintsRec_ 329 AF_SegmentRec segments[AF_SEGMENTS_EMBEDDED]; member in struct:AF_AxisHintsRec_::__anon5419 [all...] |
| aflatin.c | 42 /* needed for computation of round vs. flat segments */ 55 /* Find segments and links, compute all stem widths, and initialize */ 62 /* scan the array of segments in each direction */ 207 seg = axhints->segments; 214 /* we only consider stem segments there! */ 315 /* Find all blue zones. Flat segments give the reference points, */ 316 /* round segments the overshoot positions. */ 863 /* only use flat segments for a neutral blue zone */ 1534 /* Walk over all contours and compute its segments. */ 1726 /* axis, and where the segments have just been merged): * 1911 AF_Segment segments = axis->segments; local 1971 AF_Segment segments = axis->segments; local 2116 AF_Segment segments = axis->segments; local [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| ellipse.c | 19 static const VGubyte segments[4] = {VG_MOVE_TO_ABS, local 56 vgAppendPathData(path, 4, segments, data);
|
| mask4.c | 17 static const VGubyte segments[5] = {VG_MOVE_TO_ABS, local 30 vgAppendPathData(path, 5, segments, data);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| DisplayList.c | 566 #define SEGMENTS 14 939 XSegment *segments; local 946 segments = (XSegment *)XawStackAlloc(sizeof(XSegment) * num_segments, segments_buf); 951 segments[i].x1 = X_ARG(pos[0]); 952 segments[i].y1 = Y_ARG(pos[1]); 953 segments[i].x2 = X_ARG(pos[2]); 954 segments[i].y2 = Y_ARG(pos[3]); 965 segments[i].x1 = (short)(segments[i].x1 + xpad); 966 segments[i].y1 = (short)(segments[i].y1 + ypad) [all...] |
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| glcorearb.h | 4946 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 4964 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
|
| glext.h | 9640 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 9658 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| glcorearb.h | 4912 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 4930 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
|
| glext.h | 9573 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 9591 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
|
| /xsrc/external/mit/libepoxy/src/ |
| gl_generated.h | 7170 typedef void (GLAPIENTRY *PFNGLCOMMANDLISTSEGMENTSNVPROC)(GLuint list, GLuint segments); 10756 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glCommandListSegmentsNV)(GLuint list, GLuint segments); [all...] |
| gl_generated_dispatch.c | [all...] |