Searched refs:iMode (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/libuemf/
H A Duwmf_print.c430 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 Duemf.c2867 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 Duemf.h235 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...]
H A Duemf_print.c720 printf(" %-15s ",label); colorref_print(*(U_COLORREF *)&(pEmr->iMode)); printf("\n");
722 else if(!strcmp(label,"iMode:")){
723 printf(" %-15s 0x%8.8X\n",label,pEmr->iMode );
726 printf(" %-15s %d\n",label,pEmr->iMode );
1151 core3_print("U_EMRSETMAPMODE", "iMode:", contents);
1160 core3_print("U_EMRSETBKMODE", "iMode:", contents);
1169 core3_print("U_EMRSETPOLYFILLMODE", "iMode:", contents);
1187 core3_print("U_EMRSETSTRETCHBLTMODE", "iMode:", contents);
1196 core3_print("U_EMRSETTEXTALIGN", "iMode:", contents);
1345 printf(" iMode
[all...]
H A Duemf_endian.c581 U_swap4(&(pEmr->iMode),1); // iMode
1055 U_swap4(&(pEmr->iMode),1); // iMode
1175 U_swap4(&(pEmr->iMode),1); // iMode
1357 U_swap4(&(pEmr->cbRgnData),2); // cbRgnData iMode
H A Duemf_safe.c744 if(pEmr->iMode == U_RGN_COPY && !cbRgnData)return(1);
/inkscape/src/extension/internal/
H A Demf-inout.cpp1473 (nEmr->iMode == U_MM_ANISOTROPIC)){ ret=1; }
2136 switch (pEmr->iMode){
2162 tbkMode = pEmr->iMode;
2179 (pEmr->iMode == U_ALTERNATE ? 0 : (pEmr->iMode == U_WINDING ? 1 : 0));
2186 d->dwRop2 = pEmr->iMode;
2192 BLTmode = pEmr->iMode;
2201 d->dc[d->level].textAlign = pEmr->iMode;
2366 switch (pEmr->iMode)
2882 int logic = pEmr->iMode;
[all...]

Completed in 82 milliseconds