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

/inkscape/src/libuemf/
H A Duemf.c286 printf("sptr: %d peak: %d top: %d\n",eht->sptr,eht->peak,eht->top);
1088 char *sptr; local
1112 sptr = sub = malloc(ew*eh*4);
1115 memcpy(sptr,rgba_px + i*w*4 + sl*4,4*ew);
1116 sptr += 4*ew;
1391 ehtl->sptr = 1;
1417 eht->sptr--; // adjust stack
1418 eht->stack[eht->sptr]=*ih; // place handle on stack
1441 if(eht->sptr >
[all...]
H A Duemf.h3321 uint32_t sptr; //!< Pointer to next available handle in the stack member in struct:__anon224

Completed in 143 milliseconds