Lines Matching refs:picture
278 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access) in glamor_prepare_access_picture() argument
280 if (!picture || !picture->pDrawable) in glamor_prepare_access_picture()
283 return glamor_prepare_access(picture->pDrawable, access); in glamor_prepare_access_picture()
287 glamor_prepare_access_picture_box(PicturePtr picture, glamor_access_t access, in glamor_prepare_access_picture_box() argument
290 if (!picture || !picture->pDrawable) in glamor_prepare_access_picture_box()
299 if (picture->transform) { in glamor_prepare_access_picture_box()
300 return glamor_prepare_access_box(picture->pDrawable, access, in glamor_prepare_access_picture_box()
302 picture->pDrawable->width, in glamor_prepare_access_picture_box()
303 picture->pDrawable->height); in glamor_prepare_access_picture_box()
305 return glamor_prepare_access_box(picture->pDrawable, access, in glamor_prepare_access_picture_box()
311 glamor_finish_access_picture(PicturePtr picture) in glamor_finish_access_picture() argument
313 if (!picture || !picture->pDrawable) in glamor_finish_access_picture()
316 glamor_finish_access(picture->pDrawable); in glamor_finish_access_picture()