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

/inkscape/src/libuemf/
H A Duwmf.c1635 size_t deficit; local
1648 deficit = size + wt->used - wt->allocated;
1649 if(deficit < wt->chunk)deficit = wt->chunk;
1650 wt->allocated += deficit;
1679 size_t deficit; local
1692 deficit = hsize + wt->used - wt->allocated;
1693 if(deficit < wt->chunk)deficit = wt->chunk;
1694 wt->allocated += deficit;
[all...]
H A Duemf.c1330 size_t deficit; local
1340 deficit = rec->nSize + et->used - et->allocated;
1341 if(deficit < et->chunk)deficit = et->chunk;
1342 et->allocated += deficit;

Completed in 43 milliseconds