Home
last modified time | relevance | path

Searched refs:CreateSolidPicture (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dmirect.c110 PicturePtr pSrc = CreateSolidPicture(0, color, &error); in miCompositeRects()
H A Dpicturestr.h523 CreateSolidPicture(Picture pid, xRenderColor * color, int *error);
H A Dpicture.c859 CreateSolidPicture(Picture pid, xRenderColor * color, int *error) in CreateSolidPicture() function
H A Drender.c1851 pPicture = CreateSolidPicture(stuff->pid, &stuff->color, &error); in ProcRenderCreateSolidFill()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_compositerects.c252 source = CreateSolidPicture(0, color, &error); in glamor_composite_rectangles()