Searched refs:mask_format (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_trapezoid.c79 PictFormatPtr mask_format, INT16 x_src, INT16 y_src,
94 if (!mask_format) {
96 mask_format = PictureMatchFormat(screen, 1, PICT_a1);
98 mask_format = PictureMatchFormat(screen, 8, PICT_a8);
100 glamor_trapezoids(op, src, dst, mask_format, x_src,
115 stride = PixmapBytePad(width, mask_format->depth);
117 picture = glamor_create_mask_picture(screen, dst, mask_format,
137 mask_format->depth,
138 BitsPerPixel(mask_format->depth),
140 mask_format
77 glamor_trapezoids(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr mask_format,INT16 x_src,INT16 y_src,int ntrap,xTrapezoid * traps) argument
[all...]
H A Dglamor_priv.h656 PictFormatPtr mask_format, INT16 x_src, INT16 y_src,
854 PictFormatPtr mask_format,
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Drender-glyphs.c71 int mask_format; member in struct:glyph_iter
79 XRenderPictFormat *mask_format; member in struct:glyph_iter::__anon8bf282650208
99 gi->mask_format = -1;
256 if (++gi->mask_format > PictStandardNUM)
259 if (gi->mask_format == PictStandardRGB24)
260 gi->mask_format++;
262 if (gi->mask_format < PictStandardNUM) {
263 gi->out.mask_format = XRenderFindStandardFormat(gi->out.dpy->dpy,
264 gi->mask_format);
265 gi->ref.mask_format
[all...]
H A Drender-triangle.c20 static XRenderPictFormat *mask_format(Display *dpy, enum mask mask) function in typeref:typename:XRenderPictFormat *
135 mask_format(t->out.dpy, mask),
144 mask_format(t->ref.dpy, mask),
H A Drender-trapezoid.c22 static XRenderPictFormat *mask_format(Display *dpy, enum mask mask) function in typeref:typename:XRenderPictFormat *
73 op, src, p, mask_format(dpy->dpy, mask),
379 mask_format(t->out.dpy, mask),
387 mask_format(t->ref.dpy, mask),
494 mask_format(t->out.dpy, mask),
503 mask_format(t->ref.dpy, mask),
H A Drender-trapezoid-image.c22 static XRenderPictFormat *mask_format(Display *dpy, enum mask mask) function in typeref:typename:XRenderPictFormat *
132 op, src, p, mask_format(t->dpy, mask),
498 op, src, p, mask_format(t->dpy, mask),
/xsrc/external/mit/pixman/dist/test/
H A Daffine-bench.c274 pixman_format_code_t *mask_format,
315 *mask_format = format_from_string (*argv);
316 if (*mask_format == PIXMAN_null)
351 pixman_format_code_t mask_format = 0; local in function:main
379 &src_format, &mask_format, &dest_format))
429 if (mask_format)
431 create_image (xmax - xmin + 64, ymax - ymin + 1, mask_format, filter,
434 if ((PIXMAN_FORMAT_R(mask_format) ||
435 PIXMAN_FORMAT_G(mask_format) ||
436 PIXMAN_FORMAT_B(mask_format)))
269 parse_arguments(int argc,char * argv[],pixman_transform_t * t,pixman_op_t * op,pixman_format_code_t * src_format,pixman_format_code_t * mask_format,pixman_format_code_t * dest_format) argument
[all...]
H A Dcomposite-traps-test.c61 pixman_format_code_t mask_format, dst_format; local in function:test_composite
81 mask_format = RANDOM_ELT (mask_formats);
226 pixman_composite_trapezoids (op, src_img, dst_img, mask_format,
H A Dpixel-test.c36 pixman_format_code_t mask_format; member in struct:pixel_combination_t
2864 pixman_bool_t have_mask = (combination->mask_format != PIXMAN_null);
2871 pixel_checker_init (&mask_checker, combination->mask_format);
2876 if (combination->mask_format != PIXMAN_null)
2895 combination->mask_format, size, size, NULL, -1);
2927 printf (" mask format: %s\n", format_name (combination->mask_format));
3009 ca = combination->mask_format == PIXMAN_null ? 1 : 2;
/xsrc/external/mit/xlogo/dist/
H A DLogoP.h50 XRenderPictFormat *mask_format; member in struct:__anonb5cd32a80108
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-implementation.c79 pixman_format_code_t mask_format,
104 info->mask_format == mask_format &&
128 ((info->mask_format == mask_format) ||
129 (info->mask_format == PIXMAN_any)) &&
174 cache->cache[0].fast_path.mask_format = mask_format;
75 _pixman_implementation_lookup_composite(pixman_implementation_t * toplevel,pixman_op_t op,pixman_format_code_t src_format,uint32_t src_flags,pixman_format_code_t mask_format,uint32_t mask_flags,pixman_format_code_t dest_format,uint32_t dest_flags,pixman_implementation_t ** out_imp,pixman_composite_func_t * out_func) argument
H A Dpixman-glyph.c546 pixman_format_code_t src_format, mask_format; local in function:add_glyphs
554 mask_format = PIXMAN_null;
573 mask_format = glyph_format;
583 mask_format, info.mask_flags,
644 pixman_format_code_t mask_format,
659 if (!(mask = pixman_image_create_bits (mask_format, width, height, NULL, -1)))
662 if (PIXMAN_FORMAT_A (mask_format) != 0 &&
663 PIXMAN_FORMAT_RGB (mask_format) != 0)
641 pixman_composite_glyphs(pixman_op_t op,pixman_image_t * src,pixman_image_t * dest,pixman_format_code_t mask_format,int32_t src_x,int32_t src_y,int32_t mask_x,int32_t mask_y,int32_t dest_x,int32_t dest_y,int32_t width,int32_t height,pixman_glyph_cache_t * cache,int n_glyphs,const pixman_glyph_t * glyphs) argument
H A Dpixman-trap.c484 pixman_format_code_t mask_format,
494 return_if_fail (PIXMAN_FORMAT_TYPE (mask_format) == PIXMAN_TYPE_A);
504 (mask_format == dst->common.extended_format_code) &&
527 mask_format, box.x2 - box.x1, box.y2 - box.y1, NULL, -1)))
675 pixman_format_code_t mask_format,
687 pixman_composite_trapezoids (op, src, dst, mask_format,
481 pixman_composite_trapezoids(pixman_op_t op,pixman_image_t * src,pixman_image_t * dst,pixman_format_code_t mask_format,int x_src,int y_src,int x_dst,int y_dst,int n_traps,const pixman_trapezoid_t * traps) argument
672 pixman_composite_triangles(pixman_op_t op,pixman_image_t * src,pixman_image_t * dst,pixman_format_code_t mask_format,int x_src,int y_src,int x_dst,int y_dst,int n_tris,const pixman_triangle_t * tris) argument
H A Dpixman.c591 pixman_format_code_t src_format, mask_format, dest_format; local in function:pixman_image_composite32
610 mask_format = mask->common.extended_format_code;
615 mask_format = PIXMAN_null;
623 if ((mask_format == PIXMAN_a8r8g8b8 || mask_format == PIXMAN_a8b8g8r8) &&
630 src_format = mask_format = PIXMAN_pixbuf;
632 src_format = mask_format = PIXMAN_rpixbuf;
694 mask_format, info.mask_flags,
H A Dpixman.h1457 pixman_format_code_t mask_format,
1598 pixman_format_code_t mask_format,
1610 pixman_format_code_t mask_format,
H A Dpixman-private.h520 pixman_format_code_t mask_format; member in struct:__anon0c1deedc0508
557 pixman_format_code_t mask_format,
/xsrc/external/mit/xcb-util/dist/renderutil/
H A Dxcb_renderutil.h122 xcb_render_pictformat_t mask_format,
133 xcb_render_pictformat_t mask_format,
H A Dglyph.c201 xcb_render_pictformat_t mask_format,
215 xcb_render_pictformat_t mask_format,
237 xc, op, src, dst, mask_format,
251 xcb_render_pictformat_t mask_format,
273 xc, op, src, dst, mask_format,
210 xcb_render_util_composite_text(xcb_connection_t * xc,uint8_t op,xcb_render_picture_t src,xcb_render_picture_t dst,xcb_render_pictformat_t mask_format,int16_t src_x,int16_t src_y,xcb_render_util_composite_text_stream_t * stream) argument
246 xcb_render_util_composite_text_checked(xcb_connection_t * xc,uint8_t op,xcb_render_picture_t src,xcb_render_picture_t dst,xcb_render_pictformat_t mask_format,int16_t src_x,int16_t src_y,xcb_render_util_composite_text_stream_t * stream) argument
/xsrc/external/mit/xclock/dist/
H A DClockP.h127 XRenderPictFormat *mask_format; member in struct:__anon30c9d69e0108
H A DClock.c1022 w->clock.mask_format,
1066 w->clock.mask_format,
1134 w->clock.mask_format,
1591 w->clock.mask_format = XRenderFindStandardFormat(XtDisplay(w),
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_glyphs.c1626 PictFormatPtr mask_format,
1677 if (mask_format &&
1678 can_discard_mask(op, src, mask_format, nlist, list, glyphs)) {
1680 mask_format = NULL;
1757 if (mask_format) {
1759 mask_format->format | (mask_format->depth << 24),
1808 if (mask_format) {
1816 mask_format->depth,
1817 (long)mask_format
1623 glyphs_fallback(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr mask_format,int src_x,int src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_glyphs.c1660 PictFormatPtr mask_format,
1711 if (mask_format &&
1712 can_discard_mask(op, src, mask_format, nlist, list, glyphs)) {
1714 mask_format = NULL;
1791 if (mask_format) {
1793 pixman_format(mask_format),
1842 if (mask_format) {
1850 mask_format->depth,
1851 (long)mask_format->format,
1852 (long)pixman_format(mask_format),
1657 glyphs_fallback(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr mask_format,int src_x,int src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Drender-trapezoid.c22 static XRenderPictFormat *mask_format(Display *dpy, enum mask mask) function in typeref:typename:XRenderPictFormat *
73 op, src, p, mask_format(dpy->dpy, mask),
379 mask_format(t->out.dpy, mask),
387 mask_format(t->ref.dpy, mask),
H A Drender-trapezoid-image.c22 static XRenderPictFormat *mask_format(Display *dpy, enum mask mask) function in typeref:typename:XRenderPictFormat *
132 op, src, p, mask_format(t->dpy, mask),
498 op, src, p, mask_format(t->dpy, mask),
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbtrap.c86 pixman_format_code_t mask_format,

Completed in 85 milliseconds

12