Lines Matching defs:nimgs
1029 Z4lNewImage(XF86ImagePtr * imgs, int *nimgs)
1033 (XF86ImagePtr) realloc(*imgs, sizeof(*timgs) * (*nimgs + 1));
1039 img = &timgs[*nimgs];
1040 ++*nimgs;
1310 int nadpts, nattrs, nencs, cenc, nimgs;
1342 nimgs = 0;
1474 if ((img = Z4lNewImage(&imgs, &nimgs)) == NULL)
1481 if (nimgs > 0) {
1562 adpt->nImages = nimgs;
1564 nimgs = 0;