Searched defs:whtl (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Duwmf.c1740 WMFHANDLES *whtl; local
1744 whtl = (WMFHANDLES *) malloc(sizeof(WMFHANDLES));
1745 if(!whtl)return(3);
1746 whtl->table = malloc(initsize * sizeof(uint32_t));
1747 if(!whtl->table){
1748 free(whtl);
1751 memset(whtl->table , 0, initsize * sizeof(uint32_t)); // zero all slots in the table
1752 whtl->allocated = initsize;
1753 whtl->chunk = chunksize;
1754 whtl
1832 WMFHANDLES *whtl; local
[all...]

Completed in 33 milliseconds