Home
last modified time | relevance | path

Searched refs:imgObjs (Results 1 - 1 of 1) sorted by relevance

/third_party/cups-filters/filter/
H A Dimagetopdf.c1750 int *imgObjs; in main() local
1757 if ((imgObjs = malloc(sizeof(int)*xpages*ypages)) == NULL) in main()
1759 fprintf(stderr,"ERROR: Can't allocate imgObjs\n"); in main()
1769 imgObj = imgObjs[ypages*xpage+ypage] = newObj(); in main()
1784 imgObjs[ypages*xpage+ypage]); in main()
1796 free(imgObjs); in main()

Completed in 3 milliseconds