HomeSort by: relevance | last modified time | path
    Searched refs:pict (Results 1 - 25 of 39) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server/dist/render/
matrix.c 43 PictTransform_from_xRenderTransform(PictTransformPtr pict,
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->matrix[2][2] = render->matrix33
    [all...]
render.c 2622 newPict->u.pict.root = TRUE;
2625 newPict->u.pict.root = FALSE;
2646 PanoramiXRes *pict; local
2653 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess);
2656 stuff->picture = pict->info[j].id;
2670 PanoramiXRes *pict; local
2674 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess);
2677 stuff->picture = pict->info[j].id;
2693 PanoramiXRes *pict; local
2697 VERIFY_XIN_PICTURE(pict, stuff->picture, client, DixWriteAccess)
2715 PanoramiXRes *pict; local
2735 PanoramiXRes *pict; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/render/
matrix.c 43 PictTransform_from_xRenderTransform (PictTransformPtr pict,
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->matrix[2][2] = render->matrix33
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbpict.c 80 create_solid_fill_image (PicturePtr pict)
82 PictSolidFill *solid = &pict->pSourcePict->solidFill;
148 create_bits_picture (PicturePtr pict,
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->pFormat->index.devPrivate
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbpict.c 88 create_solid_fill_image(PicturePtr pict)
90 PictSolidFill *solid = &pict->pSourcePict->solidFill;
170 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff)
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->pFormat->index.devPrivate
    [all...]
fbpict.h 42 extern pixman_image_t *image_from_pict(PicturePtr pict,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbpict.c 88 create_solid_fill_image(PicturePtr pict)
90 PictSolidFill *solid = &pict->pSourcePict->solidFill;
170 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff)
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->pFormat->index.devPrivate
    [all...]
fbpict.h 46 extern pixman_image_t *image_from_pict(PicturePtr pict,
  /xsrc/external/mit/xorg-server/dist/fb/
fbpict.c 220 create_solid_fill_image(PicturePtr pict)
222 PictSolidFill *solid = &pict->pSourcePict->solidFill;
282 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff)
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->pFormat->index.devPrivate
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv10_exa.c 69 get_tex_format(NVPtr pNv, PicturePtr pict)
76 pict->repeat != RepeatNone ? nv10_tex_format_pot :
81 if (format->exa == pict->format)
89 get_rt_format(PicturePtr pict)
94 if (format->exa == pict->format)
145 check_texture(NVPtr pNv, PicturePtr pict)
149 if (pict->pDrawable) {
150 w = pict->pDrawable->width;
151 h = pict->pDrawable->height;
153 if (pict->pSourcePict->type != SourcePictTypeSolidFill
    [all...]
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_xa_composite.c 28 * The code in this file translates XRender PICT composite stuff
140 vmwgfx_xa_setup_pict(PicturePtr pict,
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)
    [all...]
  /xsrc/external/mit/libXft/dist/src/
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...]
xftint.h 215 Picture pict; member in struct:_XftDraw::__anon5845
234 Picture pict; member in struct:_XftSolidColor
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
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/
qxl_uxa.c 159 can_accelerate_picture (qxl_screen_t *qxl, PicturePtr pict)
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->transform->matrix[2][0] != 0 |
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xext/
panoramiX.h 66 } pict; member in union:__anon9761::__anon9762
  /xsrc/external/mit/xorg-server.old/dist/Xext/
panoramiX.h 67 } pict; member in union:__anon10329::__anon10330
  /xsrc/external/mit/xf86-video-mach64/dist/src/
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/
via_exa.c 389 viaExaCompositePictDesc(PicturePtr pict, char *string, int n)
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/xorg-server/dist/miext/rootless/
rootlessScreen.c 65 #define RL_RENDER_SAVE_FORMAT(pict) \
66 CARD32 _saved_format = (pict)->format; \
67 if ((pict)->pDrawable->type == DRAWABLE_WINDOW && \
68 (pict)->format == PICT_x8r8g8b8) \
69 (pict)->format = PICT_a8r8g8b8
71 #define RL_RENDER_RESTORE_FORMAT(pict) \
72 (pict)->format = _saved_format
75 #define RL_RENDER_SAVE_FORMAT(pict)
76 #define RL_RENDER_RESTORE_FORMAT(pict)
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-render.c 36 static void uxa_composite_fallback_pict_desc(PicturePtr pict, char *string,
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->pDrawable, loc, format, size
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-render.c 36 static void uxa_composite_fallback_pict_desc(PicturePtr pict, char *string,
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->pDrawable, loc, format, size
    [all...]
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-render.c 37 static void uxa_composite_fallback_pict_desc(PicturePtr pict, char *string,
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->pDrawable, loc, format, size
    [all...]
  /xsrc/external/mit/xorg-server/dist/exa/
exa_render.c 37 exaCompositeFallbackPictDesc(PicturePtr pict, char *string, int n)
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->repeat ? " R" : "")
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_render.c 36 static void exaCompositeFallbackPictDesc(PicturePtr pict, char *string, int n)
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->repeat ? " R" : "")
    [all...]

Completed in 22 milliseconds

1 2