Lines Matching refs:pictForm

313     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()
397 pictForm->direct.blueMask = pFormat->direct.blueMask; in ProcRenderQueryPictFormats()
398 pictForm->direct.alpha = pFormat->direct.alpha; in ProcRenderQueryPictFormats()
399 pictForm->direct.alphaMask = pFormat->direct.alphaMask; in ProcRenderQueryPictFormats()
402 pictForm->colormap = pFormat->index.pColormap->mid; in ProcRenderQueryPictFormats()
404 pictForm->colormap = None; in ProcRenderQueryPictFormats()
406 swapl(&pictForm->id); in ProcRenderQueryPictFormats()
407 swaps(&pictForm->direct.red); in ProcRenderQueryPictFormats()
408 swaps(&pictForm->direct.redMask); in ProcRenderQueryPictFormats()
409 swaps(&pictForm->direct.green); in ProcRenderQueryPictFormats()
410 swaps(&pictForm->direct.greenMask); in ProcRenderQueryPictFormats()
411 swaps(&pictForm->direct.blue); in ProcRenderQueryPictFormats()
412 swaps(&pictForm->direct.blueMask); in ProcRenderQueryPictFormats()
413 swaps(&pictForm->direct.alpha); in ProcRenderQueryPictFormats()
414 swaps(&pictForm->direct.alphaMask); in ProcRenderQueryPictFormats()
415 swapl(&pictForm->colormap); in ProcRenderQueryPictFormats()
417 pictForm++; in ProcRenderQueryPictFormats()
422 pictScreen = (xPictScreen *) pictForm; in ProcRenderQueryPictFormats()