| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-solid-fill.c | 61 img->solid.color = *color; 62 img->solid.color_32 = color_to_uint32 (color); 63 img->solid.color_float = color_to_float (color);
|
| H A D | pixman-mips-dspr2.c | 310 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8r8g8b8, mips_composite_src_n_8_8888), 311 PIXMAN_STD_FAST_PATH (SRC, solid, a8, x8r8g8b8, mips_composite_src_n_8_8888), 312 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8b8g8r8, mips_composite_src_n_8_8888), 313 PIXMAN_STD_FAST_PATH (SRC, solid, a8, x8b8g8r8, mips_composite_src_n_8_8888), 314 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8, mips_composite_src_n_8_8), 316 PIXMAN_STD_FAST_PATH_CA (OVER, solid, a8r8g8b8, a8r8g8b8, mips_composite_over_n_8888_8888_ca), 317 PIXMAN_STD_FAST_PATH_CA (OVER, solid, a8r8g8b8, x8r8g8b8, mips_composite_over_n_8888_8888_ca), 318 PIXMAN_STD_FAST_PATH_CA (OVER, solid, a8b8g8r8, a8b8g8r8, mips_composite_over_n_8888_8888_ca), 319 PIXMAN_STD_FAST_PATH_CA (OVER, solid, a8b8g8r8, x8b8g8r8, mips_composite_over_n_8888_8888_ca), 320 PIXMAN_STD_FAST_PATH_CA (OVER, solid, a8r8g8b [all...] |
| H A D | pixman-arm-neon.c | 298 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8r8g8b8, neon_composite_src_n_8_8888), 299 PIXMAN_STD_FAST_PATH (SRC, solid, a8, x8r8g8b8, neon_composite_src_n_8_8888), 300 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8b8g8r8, neon_composite_src_n_8_8888), 301 PIXMAN_STD_FAST_PATH (SRC, solid, a8, x8b8g8r8, neon_composite_src_n_8_8888), 302 PIXMAN_STD_FAST_PATH (SRC, solid, a8, a8, neon_composite_src_n_8_8), 304 PIXMAN_STD_FAST_PATH (OVER, solid, a8, a8, neon_composite_over_n_8_8), 305 PIXMAN_STD_FAST_PATH (OVER, solid, a8, r5g6b5, neon_composite_over_n_8_0565), 306 PIXMAN_STD_FAST_PATH (OVER, solid, a8, b5g6r5, neon_composite_over_n_8_0565), 307 PIXMAN_STD_FAST_PATH (OVER, solid, a8, a8r8g8b8, neon_composite_over_n_8_8888), 308 PIXMAN_STD_FAST_PATH (OVER, solid, a [all...] |
| H A D | pixman-arm-simd.c | 240 PIXMAN_STD_FAST_PATH (OVER, a8r8g8b8, solid, a8r8g8b8, armv6_composite_over_8888_n_8888), 241 PIXMAN_STD_FAST_PATH (OVER, a8r8g8b8, solid, x8r8g8b8, armv6_composite_over_8888_n_8888), 242 PIXMAN_STD_FAST_PATH (OVER, a8b8g8r8, solid, a8b8g8r8, armv6_composite_over_8888_n_8888), 243 PIXMAN_STD_FAST_PATH (OVER, a8b8g8r8, solid, x8b8g8r8, armv6_composite_over_8888_n_8888), 245 PIXMAN_STD_FAST_PATH (OVER, solid, null, a8r8g8b8, armv6_composite_over_n_8888), 246 PIXMAN_STD_FAST_PATH (OVER, solid, null, x8r8g8b8, armv6_composite_over_n_8888), 247 PIXMAN_STD_FAST_PATH (OVER, solid, null, a8b8g8r8, armv6_composite_over_n_8888), 248 PIXMAN_STD_FAST_PATH (OVER, solid, null, x8b8g8r8, armv6_composite_over_n_8888), 249 PIXMAN_STD_FAST_PATH (OVER_REVERSE, solid, null, a8r8g8b8, armv6_composite_over_reverse_n_8888), 250 PIXMAN_STD_FAST_PATH (OVER_REVERSE, solid, nul [all...] |
| H A D | pixman-noop.c | 60 color = image->solid.color_32; 78 color = image->solid.color_float;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_exa_shared.h | 43 extern PixmapPtr RADEONSolidPixmap(ScreenPtr pScreen, uint32_t solid);
|
| H A D | radeon_exa_shared.c | 129 PixmapPtr RADEONSolidPixmap(ScreenPtr pScreen, uint32_t solid) argument 148 memcpy(bo->ptr, &solid, 4); 162 memcpy(info->FB + exaGetPixmapOffset(pPix), &solid, 4);
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | scaling-crash-test.c | 8 * We have a source image filled with solid color, set NORMAL or PAD repeat, 11 * The expected result is either that the destination image filled with this solid 15 * The surrounding memory of the source image is a different solid color so that 36 pixman_image_t * solid; local in function:run_test 65 solid = pixman_image_create_solid_fill (&color_cc); 66 pixman_image_composite32 (PIXMAN_OP_SRC, solid, NULL, src_img, 68 pixman_image_unref (solid);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | Makefile.am | 18 render-composite-solid \ 19 render-composite-solid-mask \
|
| H A D | render-composite-solid.c | 21 Picture solid; local in function:fill_rect 28 solid = XRenderCreateSolidFill(dpy->dpy, &render_color); 29 XRenderComposite(dpy->dpy, op, solid, 0, p, 0, 0, 0, 0, x, y, w,h); 30 XRenderFreePicture(dpy->dpy, solid);
|
| H A D | Makefile.in | 145 render-composite-solid$(EXEEXT) \ 146 render-composite-solid-mask$(EXEEXT) render-copyarea$(EXEEXT) \ 267 render_composite_solid_SOURCES = render-composite-solid.c 268 render_composite_solid_OBJECTS = render-composite-solid.$(OBJEXT) 273 render_composite_solid_mask_SOURCES = render-composite-solid-mask.c 275 render-composite-solid-mask.$(OBJEXT) 374 render-composite-solid.c render-composite-solid-mask.c \ 385 present-test.c render-composite-solid.c \ 386 render-composite-solid [all...] |
| /xsrc/external/mit/libxcb/dist/doc/tutorial/ |
| H A D | xcb.css | 51 border: thin solid #000000; 83 border: thin solid #000000; 92 border: thin solid #000000;
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | Makefile.am | 21 render-composite-solid \ 22 render-composite-solid-mask \
|
| H A D | render-composite-solid.c | 21 Picture solid; local in function:fill_rect 28 solid = XRenderCreateSolidFill(dpy->dpy, &render_color); 29 XRenderComposite(dpy->dpy, op, solid, 0, p, 0, 0, 0, 0, x, y, w,h); 30 XRenderFreePicture(dpy->dpy, solid);
|
| H A D | Makefile.in | 151 render-fill-copy$(EXEEXT) render-composite-solid$(EXEEXT) \ 152 render-composite-solid-mask$(EXEEXT) render-copyarea$(EXEEXT) \ 314 render_composite_solid_SOURCES = render-composite-solid.c 315 render_composite_solid_OBJECTS = render-composite-solid.$(OBJEXT) 320 render_composite_solid_mask_SOURCES = render-composite-solid-mask.c 322 render-composite-solid-mask.$(OBJEXT) 428 ./$(DEPDIR)/render-composite-solid-mask.Po \ 429 ./$(DEPDIR)/render-composite-solid.Po \ 466 render-composite-solid.c render-composite-solid [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_exa_shared.h | 43 extern PixmapPtr RADEONSolidPixmap(ScreenPtr pScreen, uint32_t solid);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbpict.c | 90 PictSolidFill *solid = &pict->pSourcePict->solidFill; local in function:create_solid_fill_image 94 a = (solid->color & 0xff000000) >> 24; 95 r = (solid->color & 0x00ff0000) >> 16; 96 g = (solid->color & 0x0000ff00) >> 8; 97 b = (solid->color & 0x000000ff) >> 0;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbpict.c | 90 PictSolidFill *solid = &pict->pSourcePict->solidFill; local in function:create_solid_fill_image 94 a = (solid->color & 0xff000000) >> 24; 95 r = (solid->color & 0x00ff0000) >> 16; 96 g = (solid->color & 0x0000ff00) >> 8; 97 b = (solid->color & 0x000000ff) >> 0;
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbpict.c | 82 PictSolidFill *solid = &pict->pSourcePict->solidFill; local in function:create_solid_fill_image 86 a = (solid->color & 0xff000000) >> 24; 87 r = (solid->color & 0x00ff0000) >> 16; 88 g = (solid->color & 0x0000ff00) >> 8; 89 b = (solid->color & 0x000000ff) >> 0;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa.h | 71 /** @name solid 75 * prepare_solid() sets up the driver for doing a solid fill. 81 * This call should set up the driver for doing a series of solid fills 82 * through the solid() call. The alu raster op is one of the GX* 101 * solid() performs a solid fill set up in the last prepare_solid() call. 118 void (*solid) (PixmapPtr pPixmap, int x1, int y1, int x2, int y2); member in struct:_UxaDriver 121 * done_solid() finishes a set of solid fills. 126 * solid() calls following a successful prepare_solid(). This allows drivers 193 * be stored in the driver private during prepare_copy(). As with solid(), [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-accel.c | 82 goto solid; 89 goto solid; 102 goto solid; 108 goto solid; 113 PicturePtr solid; local in function:uxa_fill_spans 116 solid = uxa_acquire_solid(screen, src->pSourcePict); 119 src = solid; 125 goto solid; 132 goto solid; 199 solid 1080 PicturePtr solid; local in function:uxa_fill_region_solid [all...] |
| H A D | uxa-render.c | 405 PictSolidFill *solid = &source->solidFill; local in function:uxa_try_driver_solid_fill 413 pixel = solid->color; 415 pixel = solid->color | 0xff000000; 419 if (!uxa_get_rgba_from_pixel(solid->color, 443 (*uxa_screen->info->solid) (pDstPix, pbox->x1, pbox->y1, 618 PictSolidFill *solid = &source->solidFill; local in function:uxa_acquire_solid 622 if ((solid->color >> 24) == 0) { 628 } else if (solid->color == 0xff000000) { 636 } else if (solid->color == 0xffffffff) { 647 if (uxa_screen->solid_cache[i].color == solid 1034 PicturePtr solid; local in function:uxa_solid_rects [all...] |
| H A D | uxa.h | 73 /** @name solid 77 * check_solid() checks whether the driver can do a solid fill to this drawable. 88 * prepare_solid() sets up the driver for doing a solid fill. 94 * This call should set up the driver for doing a series of solid fills 95 * through the solid() call. The alu raster op is one of the GX* 113 * solid() performs a solid fill set up in the last prepare_solid() 131 void (*solid) (PixmapPtr pPixmap, int x1, int y1, int x2, int y2); member in struct:_UxaDriver 134 * done_solid() finishes a set of solid fills. 139 * solid() call [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.h | 73 /** @name solid 77 * check_solid() checks whether the driver can do a solid fill to this drawable. 88 * prepare_solid() sets up the driver for doing a solid fill. 94 * This call should set up the driver for doing a series of solid fills 95 * through the solid() call. The alu raster op is one of the GX* 113 * solid() performs a solid fill set up in the last prepare_solid() 131 void (*solid) (PixmapPtr pPixmap, int x1, int y1, int x2, int y2); member in struct:_UxaDriver 134 * done_solid() finishes a set of solid fills. 139 * solid() call [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa.h | 73 /** @name solid 77 * check_solid() checks whether the driver can do a solid fill to this drawable. 88 * prepare_solid() sets up the driver for doing a solid fill. 94 * This call should set up the driver for doing a series of solid fills 95 * through the solid() call. The alu raster op is one of the GX* 113 * solid() performs a solid fill set up in the last prepare_solid() 131 void (*solid) (PixmapPtr pPixmap, int x1, int y1, int x2, int y2); member in struct:_UxaDriver 134 * done_solid() finishes a set of solid fills. 139 * solid() call [all...] |