Lines Matching refs:pict
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) {
169 if (pict->pSourcePict->type != SourcePictTypeSolidFill)
173 src_pict->solid_fill.color = pict->pSourcePict->solidFill.color;