| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | matrix.c | 43 PictTransform_from_xRenderTransform (PictTransformPtr pict, argument 46 pict->matrix[0][0] = render->matrix11; 47 pict->matrix[0][1] = render->matrix12; 48 pict->matrix[0][2] = render->matrix13; 50 pict->matrix[1][0] = render->matrix21; 51 pict->matrix[1][1] = render->matrix22; 52 pict->matrix[1][2] = render->matrix23; 54 pict->matrix[2][0] = render->matrix31; 55 pict->matrix[2][1] = render->matrix32; 56 pict 60 xRenderTransform_from_PictTransform(xRenderTransform * render,PictTransformPtr pict) argument [all...] |
| H A D | render.c | 2715 newPict->u.pict.root = TRUE; 2718 newPict->u.pict.root = FALSE; 2741 PanoramiXRes *pict; local in function:PanoramiXRenderChangePicture 2747 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess); 2750 stuff->picture = pict->info[j].id; 2763 PanoramiXRes *pict; local in function:PanoramiXRenderSetPictureClipRectangles 2767 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess); 2770 stuff->picture = pict->info[j].id; 2783 PanoramiXRes *pict; local in function:PanoramiXRenderSetPictureTransform 2787 VERIFY_XIN_PICTURE(pict, stuf 2803 PanoramiXRes *pict; local in function:PanoramiXRenderSetPictureFilter 2821 PanoramiXRes *pict; local in function:PanoramiXRenderFreePicture [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | matrix.c | 43 PictTransform_from_xRenderTransform(PictTransformPtr pict, argument 46 pict->matrix[0][0] = render->matrix11; 47 pict->matrix[0][1] = render->matrix12; 48 pict->matrix[0][2] = render->matrix13; 50 pict->matrix[1][0] = render->matrix21; 51 pict->matrix[1][1] = render->matrix22; 52 pict->matrix[1][2] = render->matrix23; 54 pict->matrix[2][0] = render->matrix31; 55 pict->matrix[2][1] = render->matrix32; 56 pict 60 xRenderTransform_from_PictTransform(xRenderTransform * render,PictTransformPtr pict) argument [all...] |
| H A D | render.c | 2622 newPict->u.pict.root = TRUE; 2625 newPict->u.pict.root = FALSE; 2646 PanoramiXRes *pict; local in function:PanoramiXRenderChangePicture 2653 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess); 2656 stuff->picture = pict->info[j].id; 2670 PanoramiXRes *pict; local in function:PanoramiXRenderSetPictureClipRectangles 2674 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess); 2677 stuff->picture = pict->info[j].id; 2693 PanoramiXRes *pict; local in function:PanoramiXRenderSetPictureTransform 2697 VERIFY_XIN_PICTURE(pict, stuf 2715 PanoramiXRes *pict; local in function:PanoramiXRenderSetPictureFilter 2735 PanoramiXRes *pict; local in function:PanoramiXRenderFreePicture [all...] |
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbpict.c | 80 create_solid_fill_image (PicturePtr pict) argument 82 PictSolidFill *solid = &pict->pSourcePict->solidFill; 148 create_bits_picture (PicturePtr pict, argument 159 fbGetDrawablePixmap (pict->pDrawable, pixmap, *xoff, *yoff); 163 pict->format, 189 if (pict->clientClipType != CT_NONE) 193 pixman_region_translate (pict->pCompositeClip, *xoff, *yoff); 195 pixman_image_set_clip_region (image, pict->pCompositeClip); 198 pixman_region_translate (pict->pCompositeClip, -*xoff, -*yoff); 202 if (pict 216 set_image_properties(pixman_image_t * image,PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 304 image_from_pict_internal(PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 344 image_from_pict(PicturePtr pict,Bool has_clip,int * xoff,int * yoff) argument 350 free_pixman_pict(PicturePtr pict,pixman_image_t * image) argument [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbpict.c | 88 create_solid_fill_image(PicturePtr pict) argument 90 PictSolidFill *solid = &pict->pSourcePict->solidFill; 170 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) argument 178 fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff); 181 image = pixman_image_create_bits((pixman_format_code_t) pict->format, 193 if (picture_has_clip(pict)) 197 pixman_region_translate(pict->pCompositeClip, *xoff, *yoff); 199 pixman_image_set_clip_region(image, pict->pCompositeClip); 202 pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff); 206 if (pict 221 set_image_properties(pixman_image_t * image,PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 311 image_from_pict_internal(PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 348 image_from_pict(PicturePtr pict,Bool has_clip,int * xoff,int * yoff) argument 354 free_pixman_pict(PicturePtr pict,pixman_image_t * image) argument [all...] |
| H A D | fbpict.h | 42 extern pixman_image_t *image_from_pict(PicturePtr pict,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbpict.c | 88 create_solid_fill_image(PicturePtr pict) argument 90 PictSolidFill *solid = &pict->pSourcePict->solidFill; 170 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) argument 178 fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff); 181 image = pixman_image_create_bits((pixman_format_code_t) pict->format, 193 if (picture_has_clip(pict)) 197 pixman_region_translate(pict->pCompositeClip, *xoff, *yoff); 199 pixman_image_set_clip_region(image, pict->pCompositeClip); 202 pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff); 206 if (pict 221 set_image_properties(pixman_image_t * image,PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 311 image_from_pict_internal(PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 348 image_from_pict(PicturePtr pict,Bool has_clip,int * xoff,int * yoff) argument 354 free_pixman_pict(PicturePtr pict,pixman_image_t * image) argument [all...] |
| H A D | fbpict.h | 46 extern pixman_image_t *image_from_pict(PicturePtr pict,
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpict.c | 220 create_solid_fill_image(PicturePtr pict) argument 222 PictSolidFill *solid = &pict->pSourcePict->solidFill; 282 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) argument 290 fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff); 293 image = pixman_image_create_bits((pixman_format_code_t) pict->format, 311 if (pict->clientClip) 315 pixman_region_translate(pict->pCompositeClip, *xoff, *yoff); 317 pixman_image_set_clip_region(image, pict->pCompositeClip); 320 pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff); 324 if (pict 344 set_image_properties(pixman_image_t * image,PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 438 image_from_pict_internal(PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 475 image_from_pict(PicturePtr pict,Bool has_clip,int * xoff,int * yoff) argument 481 free_pixman_pict(PicturePtr pict,pixman_image_t * image) argument [all...] |
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv10_exa.c | 69 get_tex_format(NVPtr pNv, PicturePtr pict) argument 76 pict->repeat != RepeatNone ? nv10_tex_format_pot : 81 if (format->exa == pict->format) 89 get_rt_format(PicturePtr pict) argument 94 if (format->exa == pict->format) 145 check_texture(NVPtr pNv, PicturePtr pict) argument 149 if (pict->pDrawable) { 150 w = pict->pDrawable->width; 151 h = pict->pDrawable->height; 153 if (pict 178 check_render_target(PicturePtr pict) argument 378 setup_texture(NVPtr pNv,int unit,PicturePtr pict,PixmapPtr pixmap) argument 449 setup_render_target(NVPtr pNv,PicturePtr pict,PixmapPtr pixmap) argument 503 setup_picture(NVPtr pNv,PicturePtr pict,PixmapPtr pixmap,int unit,uint32_t * color,uint32_t * alpha) argument [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_xa_composite.c | 140 vmwgfx_xa_setup_pict(PicturePtr pict, argument 144 if (!pict) 149 xa_pict->pict_format = vmwgfx_xa_format(pict->format); 157 xa_pict->component_alpha = pict->componentAlpha; 160 vmwgfx_matrix_from_pict_transform(pict->transform, 163 xa_pict->wrap = vmwgfx_xa_setup_wrap(pict->repeat, 164 pict->repeatType); 166 (void) vmwgfx_render_filter_to_xa(pict->filter, &xa_pict->filter); 168 if (pict->pSourcePict) { 169 if (pict [all...] |
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftdraw.c | 146 draw->render.pict = 0; 171 draw->render.pict = 0; 197 draw->render.pict = 0; 239 if (draw->render.pict) 241 XRenderFreePicture (draw->dpy, draw->render.pict); 242 draw->render.pict = 0; 278 if (draw->render.pict) 279 XRenderFreePicture (draw->dpy, draw->render.pict); 325 if (info->colors[i].pict && 330 return info->colors[i].pict; [all...] |
| H A D | xftint.h | 215 Picture pict; member in struct:_XftDraw::__anon24f8551b0108 234 Picture pict; member in struct:_XftSolidColor
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxpict.c | 485 if (!pSrcPriv->pict) 493 if (!pDstPriv->pict) 500 * should not be possible to reach here since the pSrcPriv->pict 501 * and pDstPriv->pict will have already been set to 0. 597 pSrcPriv->pict, pDstPriv->pict, 604 pSrcPriv->pict, pDstPriv->pict, 611 pSrcPriv->pict, pDstPriv->pict, [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_uxa.c | 159 can_accelerate_picture (qxl_screen_t *qxl, PicturePtr pict) argument 161 if (!pict) 164 if (pict->format != PICT_a8r8g8b8 && 165 pict->format != PICT_x8r8g8b8 && 166 pict->format != PICT_a8) 171 pict->format); 177 if (!pict->pDrawable) 182 pict->pSourcePict->type); 188 if (pict->transform) 190 if (pict [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiX.h | 67 } pict; member in union:__anon006f54360108::__anon006f5436020a
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiX.h | 66 } pict; member in union:__anoncbf88f890108::__anoncbf88f89020a
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64render.c | 106 Mach64ExaCompositePictDesc(PicturePtr pict, char *string, int n) 111 if (!pict) { 116 switch (pict->format) { 142 snprintf(format, 20, "0x%x", (int)pict->format); 147 pict->pDrawable->width, 148 pict->pDrawable->height, 149 pict->repeat ? " R" : "", 150 pict->componentAlpha ? " C" : "" 153 snprintf(string, n, "%-10p: fmt %s (%s)", (void *)pict->pDrawable, format, size);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_exa.c | 389 viaExaCompositePictDesc(PicturePtr pict, char *string, int n) argument 394 if (!pict) { 399 switch (pict->format) { 419 snprintf(format, 20, "0x%x", (int)pict->format); 423 if (pict->pDrawable) { 424 snprintf(size, 20, "%dx%d%s", pict->pDrawable->width, 425 pict->pDrawable->height, pict->repeat ? " R" : ""); 427 snprintf(string, n, "0x%lx: fmt %s (%s)", (long)pict->pDrawable, format,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-render.c | 36 static void uxa_composite_fallback_pict_desc(PicturePtr pict, char *string, argument 43 if (!pict) { 48 if (pict->pDrawable == NULL) { 53 switch (pict->format) { 73 snprintf(format, 20, "0x%x", (int)pict->format); 77 loc = uxa_drawable_is_offscreen(pict->pDrawable) ? 's' : 'm'; 79 snprintf(size, 20, "%dx%d%s", pict->pDrawable->width, 80 pict->pDrawable->height, pict->repeat ? " R" : ""); 83 pict 909 uxa_acquire_source(ScreenPtr screen,PicturePtr pict,INT16 x,INT16 y,CARD16 width,CARD16 height,INT16 * out_x,INT16 * out_y) argument 923 uxa_acquire_mask(ScreenPtr screen,PicturePtr pict,INT16 x,INT16 y,INT16 width,INT16 height,INT16 * out_x,INT16 * out_y) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-render.c | 36 static void uxa_composite_fallback_pict_desc(PicturePtr pict, char *string, argument 43 if (!pict) { 48 if (pict->pDrawable == NULL) { 53 switch (pict->format) { 73 snprintf(format, 20, "0x%x", (int)pict->format); 77 loc = uxa_drawable_is_offscreen(pict->pDrawable) ? 's' : 'm'; 79 snprintf(size, 20, "%dx%d%s", pict->pDrawable->width, 80 pict->pDrawable->height, pict->repeat ? " R" : ""); 83 pict 909 uxa_acquire_source(ScreenPtr screen,PicturePtr pict,INT16 x,INT16 y,CARD16 width,CARD16 height,INT16 * out_x,INT16 * out_y) argument 923 uxa_acquire_mask(ScreenPtr screen,PicturePtr pict,INT16 x,INT16 y,INT16 width,INT16 height,INT16 * out_x,INT16 * out_y) argument [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-render.c | 37 static void uxa_composite_fallback_pict_desc(PicturePtr pict, char *string, argument 44 if (!pict) { 49 if (pict->pDrawable == NULL) { 54 switch (pict->format) { 74 snprintf(format, 20, "0x%x", (int)pict->format); 78 loc = uxa_drawable_is_offscreen(pict->pDrawable) ? 's' : 'm'; 80 snprintf(size, 20, "%dx%d%s", pict->pDrawable->width, 81 pict->pDrawable->height, pict->repeat ? " R" : ""); 84 pict 876 uxa_acquire_source(ScreenPtr screen,PicturePtr pict,INT16 x,INT16 y,CARD16 width,CARD16 height,INT16 * out_x,INT16 * out_y) argument 890 uxa_acquire_mask(ScreenPtr screen,PicturePtr pict,INT16 x,INT16 y,INT16 width,INT16 height,INT16 * out_x,INT16 * out_y) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_render.c | 36 static void exaCompositeFallbackPictDesc(PicturePtr pict, char *string, int n) argument 43 if (!pict) { 48 switch (pict->format) 75 snprintf(format, 20, "0x%x", (int)pict->format); 79 if (pict->pDrawable) { 80 loc = exaGetOffscreenPixmap(pict->pDrawable, &temp, &temp) ? 's' : 'm'; 82 snprintf(size, 20, "%dx%d%s", pict->pDrawable->width, 83 pict->pDrawable->height, pict->repeat ? 88 snprintf(size, 20, "%s", pict [all...] |
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_render.c | 37 exaCompositeFallbackPictDesc(PicturePtr pict, char *string, int n) argument 44 if (!pict) { 49 switch (pict->format) { 75 snprintf(format, 20, "0x%x", (int) pict->format); 79 if (pict->pDrawable) { 80 loc = exaGetOffscreenPixmap(pict->pDrawable, &temp, &temp) ? 's' : 'm'; 82 snprintf(size, 20, "%dx%d%s", pict->pDrawable->width, 83 pict->pDrawable->height, pict->repeat ? " R" : ""); 88 snprintf(size, 20, "%s", pict [all...] |