Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A Dimagetopdf.c1749 int *contentsObjs; in main() local
1752 if ((contentsObjs = malloc(sizeof(int)*xpages*ypages)) == NULL) in main()
1754 fprintf(stderr,"ERROR: Can't allocate contentsObjs\n"); in main()
1768 contentsObj = contentsObjs[ypages*xpage+ypage] = newObj(); in main()
1783 contentsObjs[ypages*xpage+ypage], in main()
1795 free(contentsObjs); in main()

Completed in 3 milliseconds