Lines Matching refs:nformat
152 addFormat(FormatInitRec formats[256], int *nformat, CARD32 format, CARD8 depth) in addFormat() argument
156 for (n = 0; n < *nformat; n++) in addFormat()
159 formats[*nformat].format = format; in addFormat()
160 formats[*nformat].depth = depth; in addFormat()
161 ++*nformat; in addFormat()
449 int nformat; in PictureInitIndexedFormats() local
454 nformat = ps->nformats; in PictureInitIndexedFormats()
455 while (nformat--) in PictureInitIndexedFormats()
502 int nformat; in PictureMatchVisual() local
508 nformat = ps->nformats; in PictureMatchVisual()
523 while (nformat--) { in PictureMatchVisual()
550 int nformat; in PictureMatchFormat() local
555 nformat = ps->nformats; in PictureMatchFormat()
556 while (nformat--) { in PictureMatchFormat()