Searched refs:nObjects (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1580 if(!Header.nObjects){ Header.nObjects = 256; }// there _may_ be WMF files with no objects, more likely it is corrupt. Try to use it anyway.
1581 d->n_obj = Header.nObjects;
/inkscape/src/libuemf/
H A Duwmf.h1098 uint16_t nObjects; //!< Total number of brushes, pens, and other graphics objects defined in this file member in struct:__anon354
H A Duwmf_endian.c269 U_swap2(contents + offsetof(U_WMRHEADER,nObjects),1);/* nObjects */
H A Duwmf_print.c373 printf(" Objects:%d\n", Header.nObjects);
H A Duwmf.c1564 memcpy(record + offsetof(U_WMRHEADER,nObjects), &tmp16, 2); /* Total number of brushes, pens, and other graphics objects defined in this file */

Completed in 95 milliseconds