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

/inkscape/src/libuemf/
H A Duemf_print.c1745 uint32_t cIdent,cIdent2,cbData; local
1769 cIdent = *(uint32_t *)(src);
1770 if(U_BYTE_SWAP){ U_swap4(&(cIdent),1); }
1771 if( cIdent == U_EMR_COMMENT_PUBLIC ){
1772 printf(" cIdent: Public\n");
1781 else if(cIdent == U_EMR_COMMENT_SPOOL ){
1782 printf(" cIdent: Spool\n");
1791 else if(cIdent == U_EMR_COMMENT_EMFPLUSRECORD){
1792 printf(" cIdent: EMF+\n");
1797 while(loff < cbData + 12){ // EMF+ records may not fill the entire comment, cbData value includes cIdent, bu
[all...]
H A Duemf.h1525 For U_EMRCOMMENT_* cIdent fields
2672 uint32_t cIdent; //!< Comment identifier, must be U_EMR_COMMENT_EMFPLUSRECORD member in struct:__anon187
2683 uint32_t cIdent; //!< Comment identifier, must be U_EMR_COMMENT_SPOOL member in struct:__anon188
2695 uint32_t cIdent; //!< Comment identifier, must be U_EMR_COMMENT_PUBLIC member in struct:__anon189

Completed in 38 milliseconds