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

/inkscape/src/libuemf/
H A Dupmf_print.c2937 int SMenum, aatype; local
2938 int status = U_PMR_SETANTIALIASMODE_get(contents, NULL, &SMenum, &aatype);
2940 printf(" + SMenum:%d AntiAlias:%c\n",SMenum,(aatype ? 'Y' : 'N'));
H A Dupmf.c4864 \param aatype Set: anti-aliasing on; Clear: anti-aliasing off
4869 U_PSEUDO_OBJ *U_PMR_SETANTIALIASMODE_set(int SMenum, int aatype){ argument
4871 uint16_t utmp16 = (aatype ? U_PPF_AA : 0) | (SMenum & U_FF_MASK_AA)<<U_FF_SHFT_AA;
8122 \param aatype Set: anti-aliasing on; Clear: anti-aliasing off
8127 int *SMenum, int *aatype){
8128 if(!contents || !SMenum || !aatype){ return(0); }
8135 *aatype = (lclHeader.Flags & U_PPF_AA ? 1 : 0 );
8126 U_PMR_SETANTIALIASMODE_get(const char *contents, U_PMF_CMN_HDR *Header, int *SMenum, int *aatype) argument

Completed in 351 milliseconds