| /xsrc/external/mit/pixman/dist/demos/ |
| srgb-trap-test.c | 84 pixman_color_t bg = { 0x0000, 0x0000, 0x0000, 0xffff }; local 96 src = pixman_image_create_solid_fill (&bg);
|
| /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) 62 uint32_t bg = 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-string.c | 11 int x, int y, uint32_t fg, uint32_t bg, int s, int fill) 23 val.background = bg; 60 uint32_t bg = 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 90 XParseColor(dpy, DefaultColormap(dpy, scr), "black", &bg); 92 XDefineCursor(dpy, root, XCreatePixmapCursor(dpy, bitmap, bitmap, &fg, &bg, 0, 0));
|
| basic-stippledrect.c | 21 uint32_t fg, uint32_t bg) 29 val.background = bg; 81 uint32_t bg = rand(); local 86 fg, bg); 90 fg, bg); 132 uint32_t bg = rand(); local 137 fg, bg); 141 fg, bg); 193 uint32_t bg = rand(); local 198 fg, bg); [all...] |
| basic-tiledrect.c | 66 uint32_t fg, uint32_t bg) 90 fg, bg, t->depth); 102 fg, bg, t->depth); 145 uint32_t bg = rand(); local 150 fg, bg); 154 fg, bg); 159 fg, bg); 163 fg, bg); 218 uint32_t bg = rand(); local 223 fg, bg); 282 uint32_t bg = rand(); local 356 uint32_t bg = rand(); local [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| basic-string.c | 11 int x, int y, uint32_t fg, uint32_t bg, int s, int fill) 23 val.background = bg; 60 uint32_t bg = 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 90 XParseColor(dpy, DefaultColormap(dpy, scr), "black", &bg); 92 XDefineCursor(dpy, root, XCreatePixmapCursor(dpy, bitmap, bitmap, &fg, &bg, 0, 0));
|
| basic-stippledrect.c | 21 uint32_t fg, uint32_t bg) 29 val.background = bg; 81 uint32_t bg = rand(); local 86 fg, bg); 90 fg, bg); 132 uint32_t bg = rand(); local 137 fg, bg); 141 fg, bg); 193 uint32_t bg = rand(); local 198 fg, bg); [all...] |
| basic-tiledrect.c | 66 uint32_t fg, uint32_t bg) 90 fg, bg, t->depth); 102 fg, bg, t->depth); 145 uint32_t bg = rand(); local 150 fg, bg); 154 fg, bg); 159 fg, bg); 163 fg, bg); 218 uint32_t bg = rand(); local 223 fg, bg); 282 uint32_t bg = rand(); local 356 uint32_t bg = rand(); local [all...] |
| /xsrc/external/mit/xlogo/dist/ |
| LogoP.h | 52 XftColor bg; member in struct:__anon9729
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| test_bitmap.c | 43 uint32_t bg, 54 XCB_AUX_ADD_PARAM(&mask, &cwa, back_pixel, bg); 132 uint32_t fg, bg; local 138 bg = bg_reply->pixel; 142 w = make_window(c, s, bg, fg, width, height); 163 XCB_AUX_ADD_PARAM(&mask, &gcv, background, bg);
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| pm2v_dac.c | 494 int bg = pGlint->BGCursor; local 504 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+42, 0x00, (bg>>16)&0xff); 505 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+43, 0x00, (bg>>8)&0xff); 506 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+44, 0x00, bg & 0xff); 508 /* PM2v uses first 2 indexes into hardware cursor palette bg first...*/ 509 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+0, 0x00, (bg>>16)&0xff); 510 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+1, 0x00, (bg>>8)&0xff); 511 Permedia2vOutIndReg(pScrn, PM2VDACRDCursorPalette+2, 0x00, bg & 0xff); 523 int bg, int fg 529 pGlint->BGCursor = bg; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winfillsp.c | 75 int fg, bg; local 205 bg = pGC->bgPixel; 210 TRANSLATE_COLOR (bg); 212 SetBkColor (pGCPriv->hdcMem, bg); 292 bg = pGC->bgPixel; 297 TRANSLATE_COLOR (bg); 306 SetBkColor (pGCPriv->hdcMem, bg); 327 SetTextColor (pGCPriv->hdcMem, bg); 563 bg = pGC->bgPixel; 568 TRANSLATE_COLOR (bg); [all...] |
| /xsrc/external/mit/xterm/dist/ |
| html.c | 133 * avoid empty values when going back to old fg/bg. 168 Pixel bg = extract_bg(xw, ld->color[col], ld->attribs[col]); local 171 bgcolor.pixel = bg; 174 bgcolor.pixel = s->Acolors[bg].value;
|
| svg.c | 160 Pixel bg = extract_bg(xw, ld->color[col], ld->attribs[col]); local 163 bgcolor.pixel = bg; 166 bgcolor.pixel = s->Acolors[bg].value;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| mixer.c | 255 vlVdpOutputSurface *dst, *bg = NULL; local 286 bg = vlGetDataHTAB(background_surface); 287 if (!bg) 295 if (bg) 296 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| mixer.c | 257 vlVdpOutputSurface *dst, *bg = NULL; local 288 bg = vlGetDataHTAB(background_surface); 289 if (!bg) 297 if (bg) 298 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view,
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| ttcolr.c | 425 int bg = dst[4 * x + 1]; 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 330 bg = *((Pixel *) args[2].addr); 339 && bg == WhitePixelOfScreen(screen))) 343 colors[1].pixel = bg;
|
| /xsrc/external/mit/libxkbui/dist/include/X11/extensions/ |
| XKBui.h | 40 unsigned int bg; member in struct:_XkbUI_ViewOpts
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| pnozz.h | 46 unsigned int fg, bg; /* FG/BG colors for stipple */ member in struct:__anon9203
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| cg6.h | 50 unsigned int fg, bg; /* FG/BG colors for stipple */ member in struct:__anon9418
|
| /xsrc/external/mit/xf86-video-sunleo/dist/src/ |
| leo.h | 51 unsigned int fg, bg; /* FG/BG colors for stipple */ member in struct:__anon9429
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbseg.c | 236 Pixel fg, bg; local 239 bg = pGC->bgPixel; 243 /* whether to switch fg to bg when filling odd dashes */ 256 fbSetFg(pDrawable, pGC, bg);
|