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

/inkscape/src/libuemf/
H A Duemf_endian.c793 int nDesc,offDesc,nSize,cbPix,offPix; local
794 nDesc = offDesc = nSize = cbPix = offPix = 0;
798 nDesc = pEmr->nDescription;
808 nDesc = pEmr->nDescription;
813 if((nDesc && (offDesc >= 100)) ||
827 if((nDesc && (offDesc >= 108)) ||
H A Duemf.c3224 \param nDesc number of characters in Description, will include first three '\0'
3234 U_CBSTR nDesc,
3248 if(Description){ cbDesc = 2*nDesc; } // also copy the terminator. Size is in bytes
3265 ((PU_EMRHEADER) record)->nDescription = nDesc;
3230 U_EMRHEADER_set( const U_RECTL rclBounds, const U_RECTL rclFrame, U_PIXELFORMATDESCRIPTOR* const pfmtDesc, U_CBSTR nDesc, uint16_t* const Description, const U_SIZEL szlDevice, const U_SIZEL szlMillimeters, const uint32_t bOpenGL ) argument
H A Duemf.h3473 U_CBSTR nDesc, uint16_t* const Description, const U_SIZEL szlDevice, const U_SIZEL szlMillimeters,

Completed in 80 milliseconds