Lines Matching refs:pict
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 ||
191 pict->transform->matrix[2][1] != 0 ||
192 pict->transform->matrix[2][2] != pixman_int_to_fixed (1))
201 if (pict->filter != PictFilterBilinear &&
202 pict->filter != PictFilterNearest)
207 pict->filter);