| /xsrc/external/mit/xgc/dist/ |
| gram.h | 62 SOLID = 272, 93 #define SOLID 272
|
| gram.y | 31 %token <num> ROUND SOLID 57 | LINESTYLE SOLID 69 | FILLSTYLE SOLID
|
| gram.c | 126 SOLID = 272, 157 #define SOLID 272 513 "SOLID", "FILLSTYLE", "FILLSTYLETYPE", "FILLRULE", "FILLRULETYPE",
|
| lex.c | 1288 { return (SOLID); }
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-solid-fill.c | 60 img->type = SOLID; 61 img->solid.color = *color; 62 img->solid.color_32 = color_to_uint32 (color); 63 img->solid.color_float = color_to_float (color);
|
| pixman-noop.c | 59 if (iter->image->type == SOLID) 60 color = image->solid.color_32; 77 if (iter->image->type == SOLID) 78 color = image->solid.color_float;
|
| pixman-general.c | 66 case SOLID: 67 _pixman_log_error (FUNC, "Solid image not handled by noop");
|
| pixman-image.c | 438 case SOLID: 441 if (image->solid.color.alpha == 0xffff) 976 if (image->type == SOLID) 978 result = image->solid.color_32;
|
| pixman-private.h | 86 SOLID 209 solid_fill_t solid; member in union:pixman_image
|
| /xsrc/external/mit/xkbcomp/dist/ |
| tokens.h | 63 #define SOLID 36
|
| xkbscan.c | 169 case SOLID: 170 snprintf(buf, sizeof(buf), "SOLID"); 564 "solid", SOLID},
|
| xkbparse.y | 59 SOLID 36 552 | SOLID { $$= XkbSolidDoodad; }
|
| xkbparse.c | 154 SOLID = 36, /* SOLID */ 224 #define SOLID 36 343 YYSYMBOL_SOLID = 33, /* SOLID */ 877 "SHAPE", "KEYS", "ROW", "SECTION", "OVERLAY", "TEXT", "OUTLINE", "SOLID", 2517 case 114: /* DoodadType: SOLID */
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| tri.c | 31 #define SOLID 1 46 GLenum state = SOLID; 159 state = SOLID; 218 case SOLID:
|
| select.c | 36 #define SOLID 1
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nv50_accel.h | 34 #define SOLID(i) (0x00006000 + (i) * 0x100)
|
| nv04_accel.h | 20 #define SOLID(i) (0x00002000 + (i) * 0x100)
|
| nvc0_accel.h | 33 #define SOLID(i) (0x04000 + (i) * 0x100)
|
| nv50_exa.c | 536 uint64_t offset = pNv->scratch->offset + SOLID(unit); 539 PUSH_DATAu(push, pNv->scratch, SOLID(unit), 1);
|
| nv40_exa.c | 188 PUSH_DATAu(push, pNv->scratch, SOLID(unit), 2); 192 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), pNv->scratch, SOLID(unit),
|
| nvc0_exa.c | 537 PUSH_DATAu(push, pNv->scratch, SOLID(unit), 1); 540 PUSH_TIC (push, pNv->scratch, SOLID(unit), 1, 1, 4,
|