Searched defs:Size (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/libuemf/
H A Duemf_print.c41 \param Size number of bytes in the record
46 uint32_t lu_crc32(const char *record, uint32_t Size){ argument
52 for(i=0;i<Size;i++){ // over all bytes
H A Duwmf_endian.c141 int Size; local
142 if(torev){ Size = *(int16_t *)(reg + offsetof(U_REGION,Size)); }
144 if(!torev){ Size = *(int16_t *)(reg + offsetof(U_REGION,Size)); }
145 U_swap2(reg + U_SIZE_REGION, (Size - U_SIZE_REGION)/2); /* aScans */
229 int Size; local
230 memcpy(&Size, dh, 4); /* may not be aligned */
231 if(!torev)U_swap4(&Size,1);
232 if(Size
[all...]
H A Dupmf_print.c46 if(status)status = Header.Size;
154 if(Header.Size < sizeof(U_PMF_CMN_HDR) ||
155 IS_MEM_UNSAFE(contents, Header.Size, blimit))return(-1);
233 U_pmr_names(Header.Type &U_PMR_TYPE_MASK),precnum, Header.Type,off,Header.Size,Header.DataSize,Header.Flags,
234 lu_crc32(contents,Header.Size));
235 return((int) Header.Size);
870 int32_t Size; local
872 int status = U_PMF_BOUNDARYPATHDATA_get(contents, &Size, &Data, blimit);
874 printf(" + BoundaryPathData: Size:%d\n",Size);
965 int32_t Size; local
1068 int32_t Size; local
1108 int32_t Size; local
1291 int32_t Size; local
1310 uint32_t Size; local
1734 int32_t Size; local
2893 uint32_t Size; local
[all...]
H A Duwmf_print.c198 printf("Size:%d ", *( int16_t *)(region + offsetof(U_REGION,Size )));
229 uint32_t Size; local
230 memcpy(&Size, &(ch.Size_4), 4); /* will be aligned, but is in two pieces */
231 printf("Size:%d ", Size);
323 uint32_t Size; local
324 memcpy(&Size, dh, 4); /* may not be aligned */
325 if(Size == 0xC ){
H A Duemf.c2028 \param biSizeImage Size in bytes of image
2219 rdh.nRgnSize = nCount * sizeof(U_RECTL); // Size in bytes of rectangle array
2253 \param Size Size of this structure in bytes
2267 uint16_t Size,
2281 ca.caSize = Size;
2512 \param cbPx Size in bytes of pixel array (row stride * height, there may be some padding at the end of each row)
2514 \param elp Pen parameters (Size is Variable!!!!)
2570 \param cbPx Size in bytes of pixel array (row stride * height, there may be some padding at the end of each row)
2594 \param cbPx Size i
2266 coloradjustment_set( uint16_t Size, uint16_t Flags, uint16_t IlluminantIndex, uint16_t RedGamma, uint16_t GreenGamma, uint16_t BlueGamma, uint16_t ReferenceBlack, uint16_t ReferenceWhite, int16_t Contrast, int16_t Brightness, int16_t Colorfulness, int16_t RedGreenTint ) argument
[all...]
H A Dupmf.c497 \param Size Number of bytes to allocate for Data (may be >Use if padding is present)
501 If Data is NULL and Size is 0 an empty PseudoObject is created. One byte of storage
502 is allocated for Data, Size is set to 1, and Used to 0.
504 If Data is NULL and Size is !0 a zero filled PseudoObject is created.
506 If Data is !Null and Size is !0 a data filled PseudoObject is created.
508 U_PSEUDO_OBJ *U_PO_create(char *Data, size_t Size, size_t Use, uint32_t Type){ argument
509 if(Use>Size)return(NULL);
510 size_t tSize = (Size ? Size : 1);
515 po->Size
536 U_PO_append(U_PSEUDO_OBJ *po, const char *Data, size_t Size) argument
570 size_t Size = Src->Used; /* append only what is used */ local
1251 int Size; local
1269 int Size; local
1401 U_PMF_MEMCPY_SRCSHIFT(void *Dst, const char **Src, size_t Size) argument
1412 U_PMF_MEMCPY_DSTSHIFT(char **Dst, const void *Src, size_t Size) argument
1425 U_PMF_REPCPY_DSTSHIFT(char **Dst, const void *Src, size_t Size, size_t Reps) argument
1439 U_PMF_PTRSAV_SHIFT(const char **Dst, const char **Src, size_t Size) argument
1494 U_PMF_HEADERFIELDS_get(const char *contents, uint16_t *Type, uint16_t *Flags, uint32_t *Size, uint32_t *Datasize) argument
1532 int Size; local
3680 uint32_t Size = 12 + UP4(DataSize); /* The header itself is always 12, PMR records must be a multiple of 4 */ local
3708 int Size = 0; local
3730 int Size = 2*4; local
3751 int Size = 0; local
3773 int Size=0; local
3795 int Size=4*4; local
3831 int Size=0; local
3856 int Size=cbData; local
3877 int Size=0; local
3896 int Size=0; local
3922 int Size=Version->Used + 3*4; local
3952 int Size=Color->Used; local
3984 int Size = 2*4 + Rect->Used; local
4018 int Size = Points->Used; local
4061 int Size = 4 + Points->Used; local
4108 int Size = 3*4 + Points->Used; local
4155 int Size = 4 + BrushID->Used + 3*4 + Elements*2 + (Points->Used - 4); local
4197 int Size = Rect->Used; local
4233 int Size = 2*4 + SrcRect->Used + DstRect->Used; local
4279 int Size = 2*4 + SrcRect->Used + Points->Used; local
4315 int Size = Points->Used; local
4340 int Size = 4; local
4374 int Size = 2*4 + Rect->Used; local
4410 int Size = Rects->Used + (just1 ? 4 : 0); /* Elements in Rects for array, not for single */ local
4451 int Size = BrushID->Used + 2*4 + Rect->Used +2*Length; local
4484 int Size=0; local
4538 int Size = BrushID->Used + Rect->Used; local
4563 int Size=0; local
4611 int Size = BrushID->Used + 2*4 + Rect->Used; local
4652 int Size = BrushID->Used + Points->Used; local
4693 int Size = BrushID->Used + Rects->Used + (just1 ? 4 : 0); /* Elements in Rects for array, not for single */ local
4726 int Size = BrushID->Used; local
4845 int Size = 16 + 4 + Siepb->Used; local
4870 int Size = 0; local
4891 int Size = 0; local
4912 int Size = 0; local
4933 int Size = 0; local
4954 int Size = 0; local
4976 int Size = 2*4; local
4999 int Size = 0; local
5020 int Size = 0; local
5047 int Size = DstRect->Used + SrcRect->Used + 4; local
5071 int Size = 4; local
5093 int Size = 4; local
5115 int Size = 4; local
5137 int Size = 4; local
5167 int Size = Rects->Used; /* Rects includes Elements */ local
5192 int Size = sizeof(U_PMF_SETTSGRAPHICS) + (Palette ? Palette->Used : 0); local
5226 int Size = Tm->Used; local
5247 int Size = 0; local
5269 int Size = 4; local
5292 int Size = 2*4; local
5319 int Size = 4; local
5345 int Size = Tm->Used; local
5369 int Size = 2*4; local
5747 U_PMF_BOUNDARYPATHDATA_get(const char *contents, int32_t *Size, const char **Data, const char *blimit) argument
5841 U_PMF_CUSTOMENDCAPDATA_get(const char *contents, int32_t *Size, const char **Data, const char *blimit) argument
5935 U_PMF_CUSTOMSTARTCAPDATA_get(const char *contents, int32_t *Size, const char **Data, const char *blimit) argument
5974 U_PMF_FILLPATHOBJ_get(const char *contents, int32_t *Size, const char **Data, const char *blimit) argument
6195 U_PMF_LINEPATH_get(const char *contents, int32_t *Size, const char **Data, const char *blimit) argument
6216 U_PMF_METAFILE_get(const char *contents, uint32_t *Type, uint32_t *Size, const char **Data, const char *blimit) argument
6737 U_PMF_REGIONNODEPATH_get(const char *contents, int32_t *Size, const char **Data, const char *blimit) argument
8100 U_PMR_SERIALIZABLEOBJECT_get(const char *contents, U_PMF_CMN_HDR *Header, uint8_t *GUID, uint32_t *Size, const char **Data) argument
[all...]
H A Duwmf.c1010 \param Size aScans in bytes + regions size in bytes (size of this header plus all U_SCAN objects?)
1017 int16_t Size, //!< aScans in bytes + regions size in bytes (size of this header plus all U_SCAN objects?)
1037 region->Size = Size;
2219 \param cbPx Size in bytes of pixel array (row stride * height, there may be some padding at the end of each row)
3343 \param cbPx Size in bytes of pixel array (row STRIDE * height, there may be some padding at the end of each row)
3410 \param cbPx Size in bytes of pixel array (row STRIDE * height, there may be some padding at the end of each row)
3478 \param cbPx Size in bytes of pixel array (row stride * height, there may be some padding at the end of each row), for use with Bmi
3535 \param cbPx Size in bytes of pixel array (row STRIDE * height, there may be some padding at the end of each row)
4423 irecsize = U_SIZE_METARECORD + region->Size;
1016 U_REGION_set( int16_t Size, int16_t sCount, int16_t sMax, U_RECT16 sRect, uint16_t *aScans ) argument
4722 U_BITMAPCOREHEADER_get( const char *BmiCh, uint32_t *Size, int32_t *Width, int32_t *Height, int32_t *BitCount ) argument
4756 U_BITMAPINFOHEADER_get( const char *Bmih, uint32_t *Size, int32_t *Width, int32_t *Height, uint32_t *Planes, uint32_t *BitCount, uint32_t *Compression, uint32_t *SizeImage, int32_t *XPelsPerMeter, int32_t *YPelsPerMeter, uint32_t *ClrUsed, uint32_t *ClrImportant ) argument
4811 uint32_t Size; local
[all...]
H A Duwmf.h614 /** \defgroup U_WMF_MinimumRecord_sizes WMF Size in bytes of core record types.
855 int16_t Size; //!< aScans in bytes + regions size in bytes (size of this header plus all U_SCAN objects?) member in struct:__anon344
1097 uint16_t Sizew[2]; //!< reassemble/store the Size (16 bit words in entire file) using Sizew, the 32 bit value is not aligned
2047 size_t allocated; //!< Size of the buffer
2115 U_REGION *U_REGION_set(int16_t Size, int16_t sCount, int16_t sMax, U_RECT16 sRect, uint16_t *aScans);
2408 void U_BITMAPINFOHEADER_get(const char *Bmih, uint32_t *Size, int32_t *Width, int32_t *Height,
2411 void U_BITMAPCOREHEADER_get(const char *BmiCh, uint32_t *Size, int32_t *Width, int32_t *Height, int32_t *BitCount);
H A Dupmf.h1332 size_t Size; /**< Number of bytes allocated in Data (may be >Used if padding is present) */ member in struct:__anon227
1583 int32_t Size; //!< Bytes in Data member in struct:__anon245
1625 int32_t Size; //!< Bytes in Data member in struct:__anon249
1673 int32_t Size; //!< Bytes in Data member in struct:__anon252
1692 int32_t Size; //!< Bytes in Data member in struct:__anon254
1823 int32_t Size; //!< Bytes in Data member in struct:__anon261
1832 uint32_t Size; //!< Bytes in Data member in struct:__anon262
1979 int32_t Size; //!< Bytes in Data member in struct:__anon269
2023 uint32_t Size; //!< Bytes in record, including this struct (will be a multiple of 4) member in struct:__anon272
2590 uint32_t Size; //!< Byte member in struct:__anon315
[all...]

Completed in 187 milliseconds