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

/inkscape/src/libuemf/
H A Dupmf.h180 #define U_PMR_MIN 1 //!< Minimum U_PMR_ value. macro
H A Dupmf_print.c144 if(type < U_PMR_MIN || type > U_PMR_MAX)return(-1); /* unknown EMF+ record type */
H A Dupmf.c275 if(idx<U_PMR_MIN || idx > U_PMR_MAX){ idx = 0; }

Completed in 263 milliseconds