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

/inkscape/src/libuemf/
H A Duemf_safe.c66 uint32_t fOptions = pemt->fOptions; local
69 if(!(fOptions & U_ETO_NO_RECT)){
H A Duemf_endian.c470 uint32_t fOptions=0; local
474 fOptions = pemt->fOptions;
476 U_swap4(&(pemt->nChars),3); // nChars offString fOptions
479 fOptions = pemt->fOptions;
482 if(!(fOptions & U_ETO_NO_RECT)){
H A Duemf.c2389 \param fOptions ExtTextOutOptions Enumeration
2390 \param rcl (Optional, when fOptions & 7) grayed/clipping/opaque rectangle
2398 uint32_t fOptions,
2411 if(fOptions & U_ETO_PDY)cbDxArray += cbDxArray; // of the Dx buffer, here do both X and Y coordinates
2413 if(!(fOptions & U_ETO_NO_RECT)){ irecsize += sizeof(U_RECTL); } // plus variable U_RECTL, when it is present
2419 ((PU_EMRTEXT)record)->fOptions = fOptions;
2421 if(!(fOptions & U_ETO_NO_RECT)){ // variable field, may or may not be present
3031 if(!(emrtext->fOptions & U_ETO_NO_RECT)){ cbEmrtext += sizeof(U_RECTL); } // plus the variable U_RECTL, when it is present
3033 if(emrtext->fOptions
2393 emrtext_set( U_POINTL ptlReference, U_NUM_STR NumString, uint32_t cbChar, void *String, uint32_t fOptions, U_RECTL rcl, uint32_t *Dx ) argument
[all...]
H A Duemf.h1707 U_RECTL rcl; (Optional, absent when fOptions & U_ETO_NO_RECT) grayed/clipping/opaque rectangle
1722 uint32_t fOptions; //!< ExtTextOutOptions Enumeration member in struct:__anon128
2916 U_RECTL rcl; absent when fOptions & U_ETO_NO_RECT) grayed/clipping/opaque rectangle
3413 char *emrtext_set(U_POINTL ptlReference, U_NUM_STR NumString, uint32_t cbChar, void *String, uint32_t fOptions, U_RECTL rcl, uint32_t *Dx);
H A Duemf_print.c627 printf("fOptions:0x%8.8X " ,pemt->fOptions );
629 if(!(pemt->fOptions & U_ETO_NO_RECT)){
/inkscape/src/extension/internal/
H A Demf-inout.cpp3078 uint32_t fOptions = pEmr->emrtext.fOptions; local
3183 if( (fOptions & U_ETO_RTLREADING) || (d->dc[d->level].textAlign & U_TA_RTLREADING) ){ tsp.ldir = LDIR_RL; }
H A Dwmf-inout.cpp2524 uint32_t fOptions = Opts; local
2614 if( (fOptions & U_ETO_RTLREADING) || (d->dc[d->level].textAlign & U_TA_RTLREADING) ){ tsp.ldir = LDIR_RL; }

Completed in 1128 milliseconds