Home
last modified time | relevance | path

Searched refs:pict (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dmatrix.c43 PictTransform_from_xRenderTransform(PictTransformPtr pict, in PictTransform_from_xRenderTransform() argument
46 pict->matrix[0][0] = render->matrix11; in PictTransform_from_xRenderTransform()
47 pict->matrix[0][1] = render->matrix12; in PictTransform_from_xRenderTransform()
48 pict->matrix[0][2] = render->matrix13; in PictTransform_from_xRenderTransform()
50 pict->matrix[1][0] = render->matrix21; in PictTransform_from_xRenderTransform()
51 pict->matrix[1][1] = render->matrix22; in PictTransform_from_xRenderTransform()
52 pict->matrix[1][2] = render->matrix23; in PictTransform_from_xRenderTransform()
54 pict->matrix[2][0] = render->matrix31; in PictTransform_from_xRenderTransform()
55 pict->matrix[2][1] = render->matrix32; in PictTransform_from_xRenderTransform()
56 pict->matrix[2][2] = render->matrix33; in PictTransform_from_xRenderTransform()
[all …]
H A Drender.c2604 newPict->u.pict.root = TRUE; in PanoramiXRenderCreatePicture()
2607 newPict->u.pict.root = FALSE; in PanoramiXRenderCreatePicture()
2628 PanoramiXRes *pict; in PanoramiXRenderChangePicture() local
2635 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess); in PanoramiXRenderChangePicture()
2638 stuff->picture = pict->info[j].id; in PanoramiXRenderChangePicture()
2652 PanoramiXRes *pict; in PanoramiXRenderSetPictureClipRectangles() local
2656 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess); in PanoramiXRenderSetPictureClipRectangles()
2659 stuff->picture = pict->info[j].id; in PanoramiXRenderSetPictureClipRectangles()
2675 PanoramiXRes *pict; in PanoramiXRenderSetPictureTransform() local
2679 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess); in PanoramiXRenderSetPictureTransform()
[all …]
H A Dpicturestr.h558 PictTransform_from_xRenderTransform(PictTransformPtr pict,
563 PictTransformPtr pict);
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c220 create_solid_fill_image(PicturePtr pict) in create_solid_fill_image() argument
222 PictSolidFill *solid = &pict->pSourcePict->solidFill; in create_solid_fill_image()
282 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) in create_bits_picture() argument
290 fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff); in create_bits_picture()
293 image = pixman_image_create_bits((pixman_format_code_t) pict->format, in create_bits_picture()
311 if (pict->clientClip) in create_bits_picture()
315 pixman_region_translate(pict->pCompositeClip, *xoff, *yoff); in create_bits_picture()
317 pixman_image_set_clip_region(image, pict->pCompositeClip); in create_bits_picture()
320 pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff); in create_bits_picture()
324 if (pict->pFormat->index.devPrivate) in create_bits_picture()
[all …]
H A Dfb.h1151 extern _X_EXPORT pixman_image_t *image_from_pict(PicturePtr pict,
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.c504 if (!pSrcPriv->pict) in dmxProcRenderCompositeGlyphs()
512 if (!pDstPriv->pict) in dmxProcRenderCompositeGlyphs()
625 pSrcPriv->pict, pDstPriv->pict, in dmxProcRenderCompositeGlyphs()
631 pSrcPriv->pict, pDstPriv->pict, in dmxProcRenderCompositeGlyphs()
638 pSrcPriv->pict, pDstPriv->pict, in dmxProcRenderCompositeGlyphs()
674 if (pPictPriv->pict) { in dmxProcRenderSetPictureTransform()
686 pPictPriv->pict, &xform); in dmxProcRenderSetPictureTransform()
715 if (pPictPriv->pict) { in dmxProcRenderSetPictureFilter()
723 pPictPriv->pict, filter, params, nparams); in dmxProcRenderSetPictureFilter()
789 pPictPriv->pict = dmxDoCreatePicture(pPicture); in dmxCreatePictureList()
[all …]
H A Ddmxpict.h46 Picture pict; /**< Picture ID from back-end server */ member
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c37 exaCompositeFallbackPictDesc(PicturePtr pict, char *string, int n) in exaCompositeFallbackPictDesc() argument
44 if (!pict) { in exaCompositeFallbackPictDesc()
49 switch (pict->format) { in exaCompositeFallbackPictDesc()
75 snprintf(format, 20, "0x%x", (int) pict->format); in exaCompositeFallbackPictDesc()
79 if (pict->pDrawable) { in exaCompositeFallbackPictDesc()
80 loc = exaGetOffscreenPixmap(pict->pDrawable, &temp, &temp) ? 's' : 'm'; in exaCompositeFallbackPictDesc()
82 snprintf(size, 20, "%dx%d%s", pict->pDrawable->width, in exaCompositeFallbackPictDesc()
83 pict->pDrawable->height, pict->repeat ? " R" : ""); in exaCompositeFallbackPictDesc()
88 snprintf(size, 20, "%s", pict->repeat ? " R" : ""); in exaCompositeFallbackPictDesc()
91 snprintf(string, n, "%p:%c fmt %s (%s)", pict->pDrawable, loc, format, in exaCompositeFallbackPictDesc()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.h66 } pict; member
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c893 PanoramiXRes *pict; in PanoramiXFixesSetPictureClipRegion() local
898 if ((result = dixLookupResourceByType((void **) &pict, stuff->picture, in PanoramiXFixesSetPictureClipRegion()
905 if (pict->u.pict.root) in PanoramiXFixesSetPictureClipRegion()
910 stuff->picture = pict->info[j].id; in PanoramiXFixesSetPictureClipRegion()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c1776 PictTransform * pict) in transform_encode() argument
1778 xRenderTransform_from_PictTransform(wire, pict); in transform_encode()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist1.txt8878 -rw-r--r-- root root 3911 ./usr/share/mime/image/x-pict.xml
H A Dbuildhistory_filelist2.txt8881 -rw-r--r-- root root 3911 ./usr/share/mime/image/x-pict.xml
/OK3568_Linux_fs/external/xserver/
H A DChangeLog27298 glamor: Drop dead fbo handling from GLAMOR_MEMORY pict uploads.
33212 glamor: Move glamor_render.c pict handling to glamor_picture.c
54015 distance is very small but the gradient pict have a
55678 Track all picture's drawable pict format.
55989 Override create/destroy picture to track pict format.
93696 pict->format,