Lines Matching refs:pfm
1618 XPixmapFormatValues *pfm;
1632 pfm = XListPixmapFormats(g_display, &pixmap_formats_count);
1633 if (pfm == NULL)
1701 if (pfm[j].depth == visual_info->depth)
1703 if ((pfm[j].bits_per_pixel == 16) ||
1704 (pfm[j].bits_per_pixel == 24) ||
1705 (pfm[j].bits_per_pixel == 32))
1759 XFree(pfm);
1772 XPixmapFormatValues *pf = &pfm[i];
1805 XFree(pfm);
1806 pfm = NULL;