Searched refs:nObjects (Results 1 - 5 of 5) sorted by relevance
| /inkscape/src/extension/internal/ |
| H A D | wmf-inout.cpp | 1580 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 D | uwmf.h | 1098 uint16_t nObjects; //!< Total number of brushes, pens, and other graphics objects defined in this file member in struct:__anon354
|
| H A D | uwmf_endian.c | 269 U_swap2(contents + offsetof(U_WMRHEADER,nObjects),1);/* nObjects */
|
| H A D | uwmf_print.c | 373 printf(" Objects:%d\n", Header.nObjects);
|
| H A D | uwmf.c | 1564 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