Searched refs:cbDesc (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uemf.c | 3242 int cbPFD,cbDesc,cbDesc4; local 3248 if(Description){ cbDesc = 2*nDesc; } // also copy the terminator. Size is in bytes 3249 else { cbDesc = 0; } 3250 cbDesc4 = UP4(cbDesc); 3277 memcpy(record + off, Description, cbDesc); 3278 off += cbDesc; 3279 if(cbDesc < cbDesc4)memset(record + off,0,cbDesc4-cbDesc); // clear any unused bytes 3280 off += cbDesc4 - cbDesc;
|
/inkscape/src/extension/internal/ |
H A D | emf-print.cpp | 210 int cbDesc = 2 + wchar16len(Description); // also count the final terminator local 214 rec = U_EMRHEADER_set(rclBounds, rclFrame, NULL, cbDesc, Description, szlDev, szlMm, 0);
|
Completed in 37 milliseconds