Searched defs:TSize (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf_print.c2811 uint32_t TSize; local
2832 status = U_PMR_OBJECT_get(contents, &Header, &ObjID, &otype, &ntype, &TSize, &Data);
2851 printf(" TotalSize:%u",TSize);
2858 if(ntype && ObjCont->used < TSize)return(status);
H A Dupmf.c4749 U_PSEUDO_OBJ *po = U_PMR_OBJECT_set(ObjID, otype, 0, 0, Po->Used, Po->Data); /* 0,0 = rec. not continued, TSize value (ignored) */
4759 \param TSize If ntype is set the total number of data bytes split across multiple records. If ntype is clear, it is ignored.
4773 Call initially in all cases with ntype clear and TSize = 0. If the record needs to be fragmented
4777 U_PSEUDO_OBJ *U_PMR_OBJECT_set(uint32_t ObjID, int otype, int ntype, uint32_t TSize, size_t cbData, const char *Data){ argument
4779 int Pad = UP4(TSize) - TSize;
4785 if(!ntype && !TSize && (cbData > U_OBJRECLIM)){
4787 TSize = cbData;
4788 po = U_PO_create(NULL, TSize + 16 * (1 + (TSize/cbDat
8068 U_PMR_OBJECT_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *ObjID, int *otype, int *ntype, uint32_t *TSize, const char **Data) argument
[all...]

Completed in 54 milliseconds