| /xsrc/external/mit/pixman/dist/demos/ |
| srgb-trap-test.c | 85 pixman_color_t fg = { 0xffff, 0xffff, 0xffff, 0xffff }; local 101 src = pixman_image_create_solid_fill (&fg); 107 convert_color (&fg_srgb, &fg);
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| basic-copyplane.c | 14 uint8_t alu, int x, int y, uint32_t fg, uint32_t bg) 22 val.foreground = fg; 23 val.background = fg; 63 uint32_t fg = rand(); local 65 draw_clock(&t->out, out.draw, alu, x, y, fg, bg); 66 draw_clock(&t->ref, ref.draw, alu, x, y, fg, bg);
|
| basic-rectangle.c | 10 int x, int y, int w, int h, uint32_t fg, int lw) 16 val.foreground = fg; 50 uint32_t fg = rand(); local 54 x, y, 0, 0, fg, lw); 56 x, y, 0, 0, fg, lw); 92 uint32_t fg = rand(); local 96 x, y, w, 0, fg, lw); 98 x, y, w, 0, fg, lw); 134 uint32_t fg = rand(); local 138 x, y, 0, h, fg, lw) 177 uint32_t fg = rand(); local [all...] |
| basic-string.c | 11 int x, int y, uint32_t fg, uint32_t bg, int s, int fill) 22 val.foreground = fg; 59 uint32_t fg = rand(); local 64 draw_string(&t->out, out.draw, alu, x, y, fg, bg, str, fill); 65 draw_string(&t->ref, ref.draw, alu, x, y, fg, bg, str, fill);
|
| cursor-test.c | 49 XColor bg, fg; local 89 XParseColor(dpy, DefaultColormap(dpy, scr), "green", &fg); 92 XDefineCursor(dpy, root, XCreatePixmapCursor(dpy, bitmap, bitmap, &fg, &bg, 0, 0));
|
| basic-copyarea.c | 45 uint8_t alu, int x, int y, int w, int h, uint32_t fg) 53 val.foreground = fg; 104 uint32_t fg = rand(); local 108 GXcopy, x, y, 1, 1, fg); 112 cells[y*tt.width+x] = fg; 172 uint32_t fg = rand(); local 179 GXcopy, x, y, w, h, fg); 195 pixman_fill(cells, tt.width, 32, x, y, w, h, fg); 254 uint32_t fg = rand(); local 258 alu, x, y, w, h, fg); [all...] |
| basic-fillrect.c | 42 int x, int y, int w, int h, uint32_t fg) 48 val.foreground = fg; 75 uint32_t fg = rand(); local 78 x, y, 1, 1, fg); 82 cells[y*tt.width+x] = fg; 142 uint32_t fg = rand(); local 148 x, y, w, h, fg); 164 pixman_fill(cells, tt.width, 32, x, y, w, h, fg); 220 uint32_t fg = rand(); local 223 x, y, w, h, fg); [all...] |
| basic-putimage.c | 44 uint8_t alu, int x, int y, int w, int h, uint32_t fg) 55 0, 0, w, h, fg); 92 uint32_t fg = color(red, green, blue, alpha); local 95 GXcopy, x, y, 1, 1, fg); 99 cells[y*tt.width+x] = fg; 165 uint32_t fg = color(red, green, blue, alpha); local 174 GXcopy, x, y, w, h, fg); 176 pixman_fill(cells, tt.width, 32, x, y, w, h, fg); 237 uint8_t fg = color(red, green, blue, alpha); local 240 alu, x, y, w, h, fg); [all...] |
| basic-stippledrect.c | 21 uint32_t fg, uint32_t bg) 28 val.foreground = fg; 80 uint32_t fg = rand(); local 86 fg, bg); 90 fg, bg); 131 uint32_t fg = rand(); local 137 fg, bg); 141 fg, bg); 192 uint32_t fg = rand(); local 198 fg, bg) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| basic-rectangle.c | 10 int x, int y, int w, int h, uint32_t fg, int lw) 16 val.foreground = fg; 50 uint32_t fg = rand(); local 54 x, y, 0, 0, fg, lw); 56 x, y, 0, 0, fg, lw); 92 uint32_t fg = rand(); local 96 x, y, w, 0, fg, lw); 98 x, y, w, 0, fg, lw); 134 uint32_t fg = rand(); local 138 x, y, 0, h, fg, lw) 177 uint32_t fg = rand(); local [all...] |
| basic-string.c | 11 int x, int y, uint32_t fg, uint32_t bg, int s, int fill) 22 val.foreground = fg; 59 uint32_t fg = rand(); local 64 draw_string(&t->out, out.draw, alu, x, y, fg, bg, str, fill); 65 draw_string(&t->ref, ref.draw, alu, x, y, fg, bg, str, fill);
|
| cursor-test.c | 49 XColor bg, fg; local 89 XParseColor(dpy, DefaultColormap(dpy, scr), "green", &fg); 92 XDefineCursor(dpy, root, XCreatePixmapCursor(dpy, bitmap, bitmap, &fg, &bg, 0, 0));
|
| basic-copyarea.c | 45 uint8_t alu, int x, int y, int w, int h, uint32_t fg) 53 val.foreground = fg; 104 uint32_t fg = rand(); local 108 GXcopy, x, y, 1, 1, fg); 112 cells[y*tt.width+x] = fg; 172 uint32_t fg = rand(); local 179 GXcopy, x, y, w, h, fg); 195 pixman_fill(cells, tt.width, 32, x, y, w, h, fg); 254 uint32_t fg = rand(); local 258 alu, x, y, w, h, fg); [all...] |
| basic-fillrect.c | 42 int x, int y, int w, int h, uint32_t fg) 48 val.foreground = fg; 75 uint32_t fg = rand(); local 78 x, y, 1, 1, fg); 82 cells[y*tt.width+x] = fg; 142 uint32_t fg = rand(); local 148 x, y, w, h, fg); 164 pixman_fill(cells, tt.width, 32, x, y, w, h, fg); 220 uint32_t fg = rand(); local 223 x, y, w, h, fg); [all...] |
| basic-putimage.c | 44 uint8_t alu, int x, int y, int w, int h, uint32_t fg) 55 0, 0, w, h, fg); 92 uint32_t fg = color(red, green, blue, alpha); local 95 GXcopy, x, y, 1, 1, fg); 99 cells[y*tt.width+x] = fg; 165 uint32_t fg = color(red, green, blue, alpha); local 174 GXcopy, x, y, w, h, fg); 176 pixman_fill(cells, tt.width, 32, x, y, w, h, fg); 237 uint8_t fg = color(red, green, blue, alpha); local 240 alu, x, y, w, h, fg); [all...] |
| basic-stippledrect.c | 21 uint32_t fg, uint32_t bg) 28 val.foreground = fg; 80 uint32_t fg = rand(); local 86 fg, bg); 90 fg, bg); 131 uint32_t fg = rand(); local 137 fg, bg); 141 fg, bg); 192 uint32_t fg = rand(); local 198 fg, bg) [all...] |
| /xsrc/external/mit/xlogo/dist/ |
| LogoP.h | 51 XftColor fg; member in struct:__anon9729
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| test_bitmap.c | 44 uint32_t fg, 55 XCB_AUX_ADD_PARAM(&mask, &cwa, border_pixel, fg); 132 uint32_t fg, bg; local 139 fg = fg_reply->pixel; 142 w = make_window(c, s, bg, fg, width, height); 162 XCB_AUX_ADD_PARAM(&mask, &gcv, foreground, fg);
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| pm2v_dac.c | 493 int fg = pGlint->FGCursor; local 499 /* PM3 uses last 2 indexes into hardware cursor palette fg first...*/ 500 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+39, 0x00, (fg>>16)&0xff); 501 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+40, 0x00, (fg>>8)&0xff); 502 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+41, 0x00, fg & 0xff); 513 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+3, 0x00, (fg>>16)&0xff); 514 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+4, 0x00, (fg>>8)&0xff); 515 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+5, 0x00, fg & 0xff); 523 int bg, int fg 528 pGlint->FGCursor = fg; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winfillsp.c | 75 int fg, bg; local 144 fg = pGC->fgPixel; 145 TRANSLATE_COLOR (fg); 146 hPen = CreatePen (PS_SOLID, 0, fg); 206 fg = pGC->fgPixel; 209 TRANSLATE_COLOR (fg); 211 SetTextColor (pGCPriv->hdcMem, fg); 293 fg = pGC->fgPixel; 296 TRANSLATE_COLOR (fg); 305 SetTextColor (pGCPriv->hdcMem, fg); [all...] |
| /xsrc/external/mit/xterm/dist/ |
| html.c | 133 * avoid empty values when going back to old fg/bg. 159 Pixel fg = extract_fg(xw, ld->color[col], ld->attribs[col]); local 162 fgcolor.pixel = fg; 165 fgcolor.pixel = s->Acolors[fg].value;
|
| svg.c | 151 Pixel fg = extract_fg(xw, ld->color[col], ld->attribs[col]); local 154 fgcolor.pixel = fg; 157 fgcolor.pixel = s->Acolors[fg].value;
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| ttcolr.c | 419 int fg = g * fa / 255; local 431 dst[4 * x + 1] = (FT_Byte)( bg * ba2 / 255 + fg );
|
| /xsrc/external/mit/libXmu/dist/src/ |
| StrToCurs.c | 135 /* XXX - make fg/bg resources */ 314 Pixel fg, bg; local 329 fg = *((Pixel *) args[1].addr); 338 if (cursor == None || (fg == BlackPixelOfScreen(screen) 342 colors[0].pixel = fg;
|
| /xsrc/external/mit/libxkbui/dist/include/X11/extensions/ |
| XKBui.h | 39 unsigned int fg; member in struct:_XkbUI_ViewOpts
|