Lines Matching refs:imgs
1029 Z4lNewImage(XF86ImagePtr * imgs, int *nimgs)
1033 (XF86ImagePtr) realloc(*imgs, sizeof(*timgs) * (*nimgs + 1));
1038 *imgs = timgs;
1316 XF86ImagePtr ip, img, imgs;
1341 imgs = NULL;
1474 if ((img = Z4lNewImage(&imgs, &nimgs)) == NULL)
1561 adpt->pImages = imgs;
1563 imgs = NULL;
1626 if (imgs != NULL)
1627 free(imgs);
1646 if ((imgs = adpt->pImages) != NULL)
1647 free(imgs);