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

/inkscape/src/libuemf/
H A Dupmf_print.c233 U_pmr_names(Header.Type &U_PMR_TYPE_MASK),precnum, Header.Type,off,Header.Size,Header.DataSize,Header.Flags,
2184 if(IS_MEM_UNSAFE(Data, Header.DataSize, blimit)){
2190 for(i=0; i< Header.DataSize; i++,Data++){
2850 U_OA_append(ObjCont, Data, Header.DataSize - 4, otype, ObjID); // The total byte count is not added to the object
2855 U_OA_append(ObjCont, Data, Header.DataSize, otype, ObjID); // The total byte count is not added to the object
H A Dupmf.c1517 U_PMF_SERIAL_get(contents, &(Header->DataSize), 4, 1, U_LE);
3678 U_PSEUDO_OBJ *U_PMR_CMN_HDR_set(uint32_t Type, uint16_t Flags, uint32_t DataSize){ argument
3680 uint32_t Size = 12 + UP4(DataSize); /* The header itself is always 12, PMR records must be a multiple of 4 */
3687 {&DataSize, 4, 1, U_LE},
4807 /* Send in DataSize, U_PMR_CMN_HDR_set will adjust Header Size with 1-3 pad bytes if needed */
H A Dupmf.h2024 uint32_t DataSize; //!< Bytes of data that follow, may not be a multiple of 4. member in struct:__anon272

Completed in 104 milliseconds