Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Drender.c313 xPictFormInfo *pictForm; in ProcRenderQueryPictFormats() local
381 pictForm = (xPictFormInfo *) (reply + 1); in ProcRenderQueryPictFormats()
389 pictForm->id = pFormat->id; in ProcRenderQueryPictFormats()
390 pictForm->type = pFormat->type; in ProcRenderQueryPictFormats()
391 pictForm->depth = pFormat->depth; in ProcRenderQueryPictFormats()
392 pictForm->direct.red = pFormat->direct.red; in ProcRenderQueryPictFormats()
393 pictForm->direct.redMask = pFormat->direct.redMask; in ProcRenderQueryPictFormats()
394 pictForm->direct.green = pFormat->direct.green; in ProcRenderQueryPictFormats()
395 pictForm->direct.greenMask = pFormat->direct.greenMask; in ProcRenderQueryPictFormats()
396 pictForm->direct.blue = pFormat->direct.blue; in ProcRenderQueryPictFormats()
[all …]