Searched defs:iMode (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uwmf_print.c | 430 uint16_t iMode; local 431 int size = U_WMRSETBKMODE_get(contents, &iMode); 433 printf(" %-15s 0x%4.4X\n","iMode:", iMode); 438 uint16_t iMode; local 439 int size = U_WMRSETMAPMODE_get(contents, &iMode); 441 printf(" %-15s 0x%4.4X\n","iMode:", iMode); 446 uint16_t iMode; local 447 int size = U_WMRSETROP2_get(contents, &iMode); 459 uint16_t iMode; local 467 uint16_t iMode; local 475 uint16_t iMode; local 856 uint16_t iMode; local [all...] |
H A D | uemf.c | 2867 CORE3(uint32_t iType, uint32_t iMode){ (generic 1 uint) 2926 char *U_EMR_CORE3_set(uint32_t iType, uint32_t iMode){ argument 2935 ((PU_EMRSETMAPMODE)record)->iMode = iMode; 3568 \param iMode MapMode Enumeration 3571 const uint32_t iMode 3573 return(U_EMR_CORE3_set(U_EMR_SETMAPMODE, iMode)); 3580 \param iMode BackgroundMode Enumeration 3583 const uint32_t iMode 3585 return(U_EMR_CORE3_set(U_EMR_SETBKMODE, iMode)); 4541 U_EMREXTSELECTCLIPRGN_set( const uint32_t iMode, const PU_RGNDATA RgnData ) argument 5461 U_EMRSETLAYOUT_set(uint32_t iMode) argument [all...] |
H A D | uemf.h | 235 For U_EMRSETROP2 iMode field 363 For U_EMRSETTEXTALIGN iMode field 802 For U_EMRSETBKMODE iMode field 926 For U_EMREXTFLOODFILL iMode field 988 For EMF U_EMR_SETICMMODE iMode field 1043 For U_EMRSETMAPMODE iMode field 1091 For U_EMRMODIFYWORLDTRANSFORM iMode 1147 For U_EMRSETPOLYFILLMODE iMode field 1174 For U_EMRSELECTCLIPPATH and U_EMREXTSELECTCLIPRGN iMode field 1240 For EMF U_EMRSETSTRETCHBLTMODE iMode fiel 2261 uint32_t iMode; //!< enumeration varies with type member in struct:__anon159 2430 uint32_t iMode; //!< ModifyWorldTransformMode Enumeration member in struct:__anon169 2584 uint32_t iMode; //!< FloodFill Enumeration member in struct:__anon181 2751 uint32_t iMode; //!< RegionMode Enumeration member in struct:__anon193 [all...] |
Completed in 40 milliseconds