Searched refs:AllocateImage (Results 1 – 3 of 3) sorted by relevance
55 rawimage *AllocateImage(char *);
261 tex->img = AllocateImage((char *)apitex->imap); in apitextotex()266 tex->img = AllocateImage((char *)apitex->imap); in apitextotex()271 tex->img = AllocateImage((char *)apitex->imap); in apitextotex()
125 rawimage *AllocateImage(char *filename) { in AllocateImage() function