Searched refs:U_RNDT_Empty (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf_print.c454 else if(Type == U_RNDT_Empty ){ printf("Empty" ); }
1692 /* U_RNDT_Empty and U_RNDT_Infinite do not change the length */
1693 else if(Type == U_RNDT_Empty ){ printf(" Empty" ); }
H A Dupmf.h928 #define U_RNDT_Empty 0x10000002 //!< Child node is empty macro
H A Dupmf.c3269 else { /* only U_RNDT_Empty and U_RNDT_Infinite do not have data */
3270 if((Type != U_RNDT_Empty) ||
6710 U_PMF_PTRSAV_COND(Data, contents, !(*Type == U_RNDT_Empty || *Type == U_RNDT_Infinite ));

Completed in 706 milliseconds