Searched defs:iType (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/libuemf/
H A Duemf_endian.c403 U_swap4(rdh,4); // dwSize iType nCount nRgnSize
524 U_swap4(pEmr,2); // iType nSize
1940 \param iType type of the record, read from the record
1946 int U_emf_record_sizeok(const char *record, const char *blimit, uint32_t *nSize, uint32_t *iType, int torev){ argument
1948 if(!nSize || !iType)return(0); // programming error
1957 *iType = pEmr->iType;
1960 U_swap4(iType,1);
1967 switch (*iType)
2114 uint32_t OK, recnum, iType; local
[all...]
H A Duemf_print.c511 printf("iType:%u ", rdh.iType );
2538 uint32_t iType; local
2547 if(!U_emf_record_sizeok(record, blimit, &nSize, &iType, 1))return(-1);
2562 U_emr_names(iType),recnum,iType,(int) off,nSize,crc);
2572 switch (lpEMFR->iType)
H A Duwmf_endian.c1481 uint8_t iType; local
1500 iType = *(uint8_t *)(record + offsetof(U_METARECORD,iType));
1502 //printf("DEBUG U_wmf_endian before switch record:%d offset:%d type:%d name:%s Size16:%d\n",recnum,offset,iType,U_wmr_names(iType),Size16);fflush(stdout);
1503 switch (iType)
H A Duwmf_print.c368 printf(" RecType:%d\n", Header.iType);
1342 uint8_t iType; local
1352 iType = *(uint8_t *)(contents + offsetof(U_METARECORD, iType ) );
1367 U_wmr_names(iType), recnum, iType, (int) off, (int) size, crc);
1369 switch (iType)
H A Duemf.c1349 if(rec->iType == U_EMR_EOF){ et->PalEntries = ((U_EMREOF *)rec)->cbPalEntries; }
2217 rdh.iType = U_RDH_RECTANGLES;
2865 CORE1(uint32_t iType, U_RECTL rclBounds, const uint32_t cptl, const U_POINTL *points){
2866 CORE2(uint32_t iType, U_RECTL rclBounds, const uint32_t nPolys, const uint32_t *aPolyCounts,const uint32_t cptl, const U_POINTL *points){
2867 CORE3(uint32_t iType, uint32_t iMode){ (generic 1 uint)
2868 CORE4(uint32_t iType, U_RECTL rclBox){
2869 CORE5(uint32_t iType){ (generic noargs)
2870 CORE6(uint32_t iType, U_RECTL rclBounds, const uint32_t cpts, const U_POINT16 *points){ (16bit form of CORE1)
2871 CORE7(uint32_t iType, U_PAIR pair){
2872 CORE8(uint32_t iType, U_RECT
2884 U_EMR_CORE1_set(uint32_t iType, U_RECTL rclBounds, const uint32_t cptl, const U_POINTL *points) argument
2903 U_EMR_CORE2_set(uint32_t iType, U_RECTL rclBounds, const uint32_t nPolys, const uint32_t *aPolyCounts,const uint32_t cptl, const U_POINTL *points) argument
2926 U_EMR_CORE3_set(uint32_t iType, uint32_t iMode) argument
2941 U_EMR_CORE4_set(uint32_t iType, U_RECTL rclBox) argument
2957 U_EMR_CORE5_set(uint32_t iType) argument
2970 U_EMR_CORE6_set(uint32_t iType, U_RECTL rclBounds, const uint32_t cpts, const U_POINT16 *points) argument
2997 U_EMR_CORE7_set(uint32_t iType, U_PAIR pair) argument
3011 U_EMR_CORE8_set( uint32_t iType, U_RECTL rclBounds, uint32_t iGraphicsMode, U_FLOAT exScale, U_FLOAT eyScale, PU_EMRTEXT emrtext ) argument
3060 U_EMR_CORE9_set(uint32_t iType, U_RECTL rclBox, U_POINTL ptlStart, U_POINTL ptlEnd) argument
3076 U_EMR_CORE10_set(uint32_t iType, U_RECTL rclBounds, const uint32_t nPolys, const uint32_t *aPolyCounts,const uint32_t cpts, const U_POINT16 *points) argument
3099 U_EMR_CORE11_set(uint32_t iType, PU_RGNDATA RgnData) argument
3126 U_EMR_CORE12_set( uint32_t iType, uint32_t ihBrush, uint32_t iUsage, PU_BITMAPINFO Bmi, const uint32_t cbPx, const char *Px ) argument
3168 U_EMR_CORE13_set( uint32_t iType, U_RECTL rclBounds, U_POINTL Dest, U_POINTL cDest, U_POINTL Src, U_POINTL cSrc, U_XFORM xformSrc, U_COLORREF crBkColorSrc, uint32_t iUsageSrc, uint32_t Data, const PU_BITMAPINFO Bmi, const uint32_t cbPx, char *Px ) argument
[all...]
H A Duwmf.c1870 void U_WMRCORE_SETRECHEAD(char *record, uint32_t irecsize, int iType){ argument
1874 ((U_METARECORD *) record)->iType = iType;
1875 ((U_METARECORD *) record)->xb = U_WMR_XB_FROM_TYPE(iType);
1880 int iType
1886 if(record)U_WMRCORE_SETRECHEAD(record,irecsize,iType);
1893 int iType,
1907 U_WMRCORE_SETRECHEAD(record,irecsize,iType);
1920 int iType,
1928 U_WMRCORE_SETRECHEAD(record,irecsize,iType);
1892 U_WMRCORE_1U16_CRF_2U16_set( int iType, uint16_t *arg1, U_COLORREF Color, uint16_t *arg2, uint16_t *arg3 ) argument
1919 U_WMRCORE_1U16_set( int iType, uint16_t arg1 ) argument
1937 U_WMRCORE_2U16_set( int iType, uint16_t arg1, uint16_t arg2 ) argument
1957 U_WMRCORE_4U16_set( int iType, uint16_t arg1, uint16_t arg2, uint16_t arg3, uint16_t arg4 ) argument
1981 U_WMRCORE_5U16_set( int iType, uint16_t arg1, uint16_t arg2, uint16_t arg3, uint16_t arg4, uint16_t arg5 ) argument
2007 U_WMRCORE_6U16_set( int iType, uint16_t arg1, uint16_t arg2, uint16_t arg3, uint16_t arg4, uint16_t arg5, uint16_t arg6 ) argument
2035 U_WMRCORE_8U16_set( int iType, uint16_t arg1, uint16_t arg2, uint16_t arg3, uint16_t arg4, uint16_t arg5, uint16_t arg6, uint16_t arg7, uint16_t arg8 ) argument
2072 U_WMRCORE_2U16_N16_set( int iType, const uint16_t *arg1, const uint16_t *arg2, const uint16_t N16, const void *array ) argument
2099 U_WMRCORE_PALETTE_set( int iType, const U_PALETTE *Palette ) argument
[all...]
H A Duwmf.h747 #define U_WMRTYPE(A) (((U_METARECORD *)A)->iType) //!< Get iType from U_WMR* record.
1072 uint8_t iType; //!< RecordType Enumeration member in struct:__anon352
1093 uint8_t iType; //!< RecordType Enumeration, must be 1 member in struct:__anon354
1112 uint8_t iType; //!< RecordType Enumeration member in struct:__anon355
1124 uint8_t iType; //!< RecordType Enumeration member in struct:__anon356
1136 uint8_t iType; //!< RecordType Enumeration member in struct:__anon357
1152 uint8_t iType; //!< RecordType Enumeration member in struct:__anon358
1174 uint8_t iType; //!< RecordType Enumeration member in struct:__anon359
1195 uint8_t iType; //!< RecordTyp member in struct:__anon360
1216 uint8_t iType; //!< RecordType Enumeration member in struct:__anon361
1239 uint8_t iType; //!< RecordType Enumeration member in struct:__anon362
1253 uint8_t iType; //!< RecordType Enumeration member in struct:__anon363
1272 uint8_t iType; //!< RecordType Enumeration member in struct:__anon364
1288 uint8_t iType; //!< RecordType Enumeration member in struct:__anon365
1304 uint8_t iType; //!< RecordType Enumeration member in struct:__anon366
1324 uint8_t iType; //!< RecordType Enumeration member in struct:__anon367
1340 uint8_t iType; //!< RecordType Enumeration member in struct:__anon368
1356 uint8_t iType; //!< RecordType Enumeration member in struct:__anon369
1376 uint8_t iType; //!< RecordType Enumeration member in struct:__anon370
1394 uint8_t iType; //!< RecordType Enumeration member in struct:__anon371
1416 uint8_t iType; //!< RecordType Enumeration member in struct:__anon372
1440 uint8_t iType; //!< RecordType Enumeration member in struct:__anon373
1465 uint8_t iType; //!< RecordType Enumeration member in struct:__anon374
1486 uint8_t iType; //!< RecordType Enumeration member in struct:__anon375
1498 uint8_t iType; //!< RecordType Enumeration member in struct:__anon376
1510 uint8_t iType; //!< RecordType Enumeration member in struct:__anon377
1520 uint8_t iType; //!< RecordType Enumeration member in struct:__anon378
1531 uint8_t iType; //!< RecordType Enumeration member in struct:__anon379
1552 uint8_t iType; //!< RecordType Enumeration member in struct:__anon380
1574 uint8_t iType; //!< RecordType Enumeration member in struct:__anon381
1587 uint8_t iType; //!< RecordType Enumeration member in struct:__anon382
1606 uint8_t iType; //!< RecordType Enumeration member in struct:__anon383
1621 uint8_t iType; //!< RecordType Enumeration member in struct:__anon384
1647 uint8_t iType; //!< RecordType Enumeration member in struct:__anon385
1659 uint8_t iType; //!< RecordType Enumeration member in struct:__anon386
1679 uint8_t iType; //!< RecordType Enumeration member in struct:__anon387
1702 uint8_t iType; //!< RecordType Enumeration member in struct:__anon388
1726 uint8_t iType; //!< RecordType Enumeration member in struct:__anon389
1751 uint8_t iType; //!< RecordType Enumeration member in struct:__anon390
1779 uint8_t iType; //!< RecordType Enumeration member in struct:__anon391
1791 uint8_t iType; //!< RecordType Enumeration member in struct:__anon392
1989 uint8_t iType; //!< RecordType Enumeration member in struct:__anon393
1998 uint8_t iType; //!< RecordType Enumeration member in struct:__anon394
2008 uint8_t iType; //!< RecordType Enumeration member in struct:__anon395
2018 uint8_t iType; //!< RecordType Enumeration member in struct:__anon396
2032 uint8_t iType; //!< RecordType Enumeration member in struct:__anon397
[all...]
H A Duemf.h146 #define U_RDH_RECTANGLES 1 //!< For U_RGNDATAHEADER iType field
623 For U_EMR iType field
1614 #define U_EMRTYPE(A) (((PU_EMR)A)->iType) //!< Get iType from U_EMR* record
1970 uint32_t iType; //!< Must be 1 (AKA: U_RDH_RECTANGLES) member in struct:__anon142
2061 uint32_t iType; //!< Type of EMR record member in struct:__anon148
2070 For accessing iType and nSize files in all U_EMR* records
2074 uint32_t iType; //!< Type of EMR record member in struct:__anon149
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1052 uint8_t iType; local
1061 iType = *(uint8_t *)(record + offsetof(U_METARECORD, iType ) );
1062 if(iType == U_WMR_CREATEBRUSHINDIRECT){
1086 else if(iType == U_WMR_DIBCREATEPATTERNBRUSH){
1120 else if(iType == U_WMR_CREATEPATTERNBRUSH){
1502 uint8_t iType; local
1603 iType = *(uint8_t *)(contents + off + offsetof(U_METARECORD, iType ) );
1604 if(iType
[all...]
H A Demf-inout.cpp487 if(((PU_EMR)pEmr)->iType == U_EMR_CREATEMONOBRUSH){
782 Emf::output_style(PEMF_CALLBACK_DATA d, int iType) argument
870 if (iType == U_EMR_STROKEPATH || !d->dc[d->level].fill_set) {
923 if (iType == U_EMR_FILLPATH || !d->dc[d->level].stroke_set) {
1328 uint32_t iType; local
1331 iType = ((PU_EMR) (d->emf_obj[index].lpEMFR))->iType;
1332 if(iType == U_EMR_CREATEBRUSHINDIRECT){
1350 else if(iType == U_EMR_CREATEDIBPATTERNBRUSHPT || iType
1613 uint32_t iType; local
[all...]

Completed in 184 milliseconds