Home
last modified time | relevance | path

Searched refs:SourcePictTypeSolidFill (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c598 case SourcePictTypeSolidFill: in glamor_get_picture_location()
845 if (sp->type == SourcePictTypeSolidFill) { in glamor_composite_choose_shader()
863 if (sp->type == SourcePictTypeSolidFill) { in glamor_composite_choose_shader()
1473 && (source->pSourcePict->type != SourcePictTypeSolidFill)) in glamor_composite_clipped_region()
1496 && (mask->pSourcePict->type != SourcePictTypeSolidFill)) in glamor_composite_clipped_region()
1699 (source->pSourcePict->type != SourcePictTypeSolidFill)) in glamor_composite()
1701 mask->pSourcePict->type != SourcePictTypeSolidFill))) in glamor_composite()
H A Dglamor_program.c653 case SourcePictTypeSolidFill: in glamor_setup_program_render()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c452 if (sp->type == SourcePictTypeSolidFill) { in image_from_pict_internal()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c899 (pSrc->pSourcePict->type == SourcePictTypeSolidFill)) { in exaComposite()
1020 (pSrc->pSourcePict->type == SourcePictTypeSolidFill); in exaComposite()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h63 #define SourcePictTypeSolidFill 0 macro
H A Dpicture.c876 pPicture->pSourcePict->type = SourcePictTypeSolidFill; in CreateSolidPicture()
1388 if (pPicture->pSourcePict->type != SourcePictTypeSolidFill) in FreePicture()