Lines Matching refs:mask_picture
347 PicturePtr mask_picture,
361 if (mask_picture != NULL && mask_picture->componentAlpha &&
362 PICT_FORMAT_RGB(mask_picture->format)) {
448 PicturePtr mask_picture, PicturePtr dest_picture,
462 intel->render_mask_picture = mask_picture;
470 if (mask_picture->componentAlpha &&
471 PICT_FORMAT_RGB(mask_picture->format)) {
526 if ((mask_picture != NULL &&
527 mask_picture->componentAlpha &&
528 PICT_FORMAT_RGB(mask_picture->format) &&
549 ! mask_picture->componentAlpha ||
550 ! PICT_FORMAT_RGB(mask_picture->format))
559 (scrn, op, mask_picture, dest_picture->format, &blendctl)) {