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

/inkscape/src/libuemf/
H A Dupmf.c2472 \param BitPat uint32_t holding the bit pattern, the lowest order bit MUST be set and the highest order MUST be clear.
2474 Make a line with a dot/dash pattern defined by the bits in the BitPat value. If a bit is set it is drawn,
2486 U_PSEUDO_OBJ *U_PMF_DASHEDLINEDATA_set3(U_FLOAT Unit, uint32_t BitPat){ argument
2490 if(!(0x00000001 & BitPat))return(NULL); /* Pattern must start with a drawn segment, this bit must be set */
2491 if( 0x80000000 & BitPat )return(NULL); /* Pattern must end with an undrawn segment, this bit must be clear */
2499 if(j & BitPat){
H A Dupmf.h2915 U_PSEUDO_OBJ *U_PMF_DASHEDLINEDATA_set3(U_FLOAT Unit, uint32_t BitPat);

Completed in 3916 milliseconds