Searched refs:Opts (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libuemf/
H A Duwmf_endian.c585 int off,Length,Len2,Opts; local
589 Opts = *(uint16_t *)(record + offsetof(U_WMREXTTEXTOUT,Opts));
591 U_swap2(record + offsetof(U_WMREXTTEXTOUT,y), 4); /* y,x,Length,Opts*/
594 Opts = *(uint16_t *)(record + offsetof(U_WMREXTTEXTOUT,Opts));
597 if(Opts & (U_ETO_OPAQUE | U_ETO_CLIPPED)){
H A Duwmf_print.c890 uint16_t Opts; local
894 int size = U_WMREXTTEXTOUT_get(contents, &Dst, &Length, &Opts, &string, &dx, &rect16);
898 printf(" Opts:%4.4X\n", Opts );
899 if(Opts & (U_ETO_OPAQUE | U_ETO_CLIPPED)){
H A Duwmf.h1598 U_RECT16 Rect; Only present when U_ETO_OPAQUE or U_ETO_CLIPPED bits are set in Opts
1602 2*Size16_4[2] -14 - 2*((Length + 1)/2)) - 8*(Opts & (U_ETO_OPAQUE | U_ETO_CLIPPED)) == 2*Length
1611 uint16_t Opts; //!< ExtTextOutOptions Flags member in struct:__anon383
2192 char *U_WMREXTTEXTOUT_set(U_POINT16 Dst, int16_t Length, uint16_t Opts, const char *string, int16_t *dx, U_RECT16 rect);
2464 int U_WMREXTTEXTOUT_get(const char *contents, U_POINT16 * Dst, int16_t *Length, uint16_t *Opts, const char **string, const int16_t **dx, U_RECT16 * rect);
H A Duwmf.c3180 \param Opts ExtTextOutOptions Flags
3183 \param rect Used when when U_ETO_OPAQUE or U_ETO_CLIPPED bits are set in Opts
3185 char *U_WMREXTTEXTOUT_set(U_POINT16 Dst, int16_t Length, uint16_t Opts, argument
3191 irecsize = U_SIZE_METARECORD + 8; /* 8 = y,x,Length,Opts*/
3195 if(Opts & (U_ETO_OPAQUE | U_ETO_CLIPPED)){
3205 memcpy(record+off,&Opts,2); off+=2;
3206 if(Opts & (U_ETO_OPAQUE | U_ETO_CLIPPED)){
5786 \param Opts ExtTextOutOptions Flags
5789 \param rect Used when when U_ETO_OPAQUE or U_ETO_CLIPPED bits are set in Opts
5795 uint16_t *Opts,
5791 U_WMREXTTEXTOUT_get( const char *contents, U_POINT16 * Dst, int16_t *Length, uint16_t *Opts, const char **string, const int16_t **dx, U_RECT16 *rect ) argument
[all...]
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1524 uint16_t Opts; local
2518 Opts=0;
2522 nSize = U_WMREXTTEXTOUT_get(contents, &Dst, &tlen, &Opts, &text, &dx, &rc );
2524 uint32_t fOptions = Opts;

Completed in 444 milliseconds