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

/inkscape/src/libuemf/
H A Duemf_safe.c67 uint32_t offDx = 0; local
73 offDx = *(uint32_t *)((char *)pemt +off);
75 if(IS_MEM_UNSAFE(record, offDx + count*4, blimit))return(0);
H A Duemf_endian.c469 uint32_t offDx=0; local
488 offDx = *(uint32_t *)((char *)pemt +off);
492 U_swap4(((char *)pemt+off),1); // offDx
494 offDx = *(uint32_t *)((char *)pemt +off);
497 U_swap4((record + offDx),count); // Dx[], offset with respect to the Record, NOT the object

Completed in 41 milliseconds