Home
last modified time | relevance | path

Searched refs:PictSolidFill (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h72 } PictSolidFill, *PictSolidFillPtr; typedef
117 PictSolidFill solidFill;
H A Dpicture.c870 pPicture->pSourcePict = (SourcePictPtr) malloc(sizeof(PictSolidFill)); in CreateSolidPicture()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c222 PictSolidFill *solid = &pict->pSourcePict->solidFill; in create_solid_fill_image()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.c515 PictSolidFill *solid = &src->pSourcePict->solidFill; in use_source_solid()