Searched refs:alpha_map (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-image.c124 common->alpha_map = NULL;
151 if (common->alpha_map)
152 pixman_image_unref ((pixman_image_t *)common->alpha_map);
518 if (!image->common.alpha_map || image->type != BITS)
524 if (PIXMAN_FORMAT_IS_WIDE (image->common.alpha_map->format))
534 if (image->common.alpha_map ||
564 if (image->common.alpha_map)
565 _pixman_image_validate ((pixman_image_t *)image->common.alpha_map);
826 pixman_image_t *alpha_map,
832 return_if_fail (!alpha_map || alpha_ma
825 pixman_image_set_alpha_map(pixman_image_t * image,pixman_image_t * alpha_map,int16_t x,int16_t y) argument
[all...]
H A Dpixman-bits-image.c563 if (image->common.alpha_map)
570 if (x < 0 || x >= image->common.alpha_map->width ||
571 y < 0 || y >= image->common.alpha_map->height)
577 pixel_a = image->common.alpha_map->fetch_pixel_32 (
578 image->common.alpha_map, x, y);
606 if (image->common.alpha_map)
611 if (x < 0 || x >= image->common.alpha_map->width ||
612 y < 0 || y >= image->common.alpha_map->height)
620 alpha = image->common.alpha_map->fetch_pixel_float (
621 image->common.alpha_map,
[all...]
H A Dpixman.c285 if (dest_image->common.alpha_map)
290 dest_image->common.alpha_map->width,
291 dest_image->common.alpha_map->height))
297 if (dest_image->common.alpha_map->common.have_clip_region)
299 if (!clip_general_image (region, &dest_image->common.alpha_map->common.clip_region,
314 if (src_image->common.alpha_map && src_image->common.alpha_map->common.have_clip_region)
316 if (!clip_source_image (region, (pixman_image_t *)src_image->common.alpha_map,
329 if (mask_image->common.alpha_map && mask_image->common.alpha_map
[all...]
H A Dpixman-private.h109 bits_image_t * alpha_map; member in struct:image_common
H A Dpixman.h1244 pixman_image_t *alpha_map,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_composite.h110 struct xa_surface *alpha_map; member in struct:xa_picture
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_composite.h110 struct xa_surface *alpha_map; member in struct:xa_picture
/xsrc/external/mit/pixman/dist/test/
H A Dglyph-test.c193 pixman_image_t *alpha_map; local in function:create_image
198 alpha_map =
200 pixman_image_set_alpha_map (image, alpha_map, alpha_x, alpha_y);
201 pixman_image_unref (alpha_map);
H A Dalphamap.c65 if (image->common.alpha_map)
70 image = (pixman_image_t *)image->common.alpha_map;
H A Dstress-test.c459 pixman_image_t *alpha_map; local in function:set_general_properties
462 alpha_map = create_random_bits_image (DONT_CARE);
464 if (alpha_map)
466 set_general_properties (alpha_map, FALSE);
471 pixman_image_set_alpha_map (image, alpha_map, x, y);
473 pixman_image_unref (alpha_map);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbpict.c275 pixman_image_t *alpha_map = local in function:set_image_properties
279 pixman_image_set_alpha_map(image, alpha_map, pict->alphaOrigin.x,
282 free_pixman_pict(pict->alphaMap, alpha_map);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbpict.c275 pixman_image_t *alpha_map = local in function:set_image_properties
279 pixman_image_set_alpha_map(image, alpha_map, pict->alphaOrigin.x,
282 free_pixman_pict(pict->alphaMap, alpha_map);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpict.c271 pixman_image_t *alpha_map = image_from_pict_internal (pict->alphaMap, FALSE, &alpha_xoff, &alpha_yoff, TRUE); local in function:set_image_properties
274 image, alpha_map, pict->alphaOrigin.x, pict->alphaOrigin.y);
276 free_pixman_pict (pict->alphaMap, alpha_map);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbpict.c398 pixman_image_t *alpha_map = local in function:set_image_properties
402 pixman_image_set_alpha_map(image, alpha_map, pict->alphaOrigin.x,
405 free_pixman_pict(pict->alphaMap, alpha_map);
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dtest_render.c116 pa->alpha_map = create_alpha_map();
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dtest_render.c116 pa->alpha_map = create_alpha_map();
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_xa_composite.c156 xa_pict->alpha_map = NULL;
/xsrc/external/mit/libXrender/dist/include/X11/extensions/
H A DXrender.h140 Picture alpha_map; member in struct:_XRenderPictureAttributes
/xsrc/external/mit/libXrender/dist/src/
H A DPicture.c44 *value++ = attributes->alpha_map;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxpict.c1001 attribs.alpha_map = pAlphaPriv->pict;
1004 return; /* or should this be: attribs.alpha_map = None; */
1007 attribs.alpha_map = None;
/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils.c238 if (img->common.alpha_map)
242 crc32, (pixman_image_t *)img->common.alpha_map, FALSE, TRUE);

Completed in 47 milliseconds