Searched refs:cbPix (Results 1 - 1 of 1) 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;
817 cbPix = pEmr->cbPixelFormat;
823 cbPix = pEmr->cbPixelFormat;
826 if(cbPix)pixelformatdescriptor_swap( (PU_PIXELFORMATDESCRIPTOR) (record + pEmr->offPixelFormat));
828 (cbPix && (offPix >=108)) ||
829 (!offDesc && !cbPix && nSize >= 108)

Completed in 20 milliseconds