Searched refs:Region (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libuemf/
H A Duwmf_print.c800 uint16_t Region; local
802 int size = U_WMRFILLREGION_get(contents, &Region, &Brush);
804 printf(" %-15s %d\n","Region", Region);
810 uint16_t Region; local
814 int size = U_WMRFRAMEREGION_get(contents, &Region, &Brush, &Height, &Width);
816 printf(" Region:%d\n",Region);
824 uint16_t Region; local
825 int size = U_WMRSETTEXTALIGN_get(contents, &Region);
832 uint16_t Region; local
840 uint16_t Region; local
[all...]
H A Duwmf.h849 /** Region Object WMF manual 2.2.1.5
1522 uint16_t Region; //!< Index of region to fill in object table member in struct:__anon378
1533 uint16_t Region; //!< Index of region to frame in object table member in struct:__anon379
2034 U_REGION region; //!< Region Object
2131 char *wcreateregion_set(uint32_t *ihReg, WMFHANDLES *wht, const U_REGION *Region);
2182 char *U_WMRFILLREGION_set(uint16_t Region, uint16_t Brush);
2183 char *U_WMRFRAMEREGION_set(uint16_t Region, uint16_t Brush, int16_t Height, int16_t Width);
2184 char *U_WMRINVERTREGION_set(uint16_t Region);
2185 char *U_WMRPAINTREGION_set(uint16_t Region);
2186 char *U_WMRSELECTCLIPREGION_set(uint16_t Region);
[all...]
H A Duwmf.c2340 \param ihReg Region handle, will be created and returned
2342 \param Region Values to set with
2347 const U_REGION *Region
2351 return(U_WMRCREATEREGION_set(Region));
3075 \param Region Region to fill
3078 char *U_WMRFILLREGION_set(uint16_t Region, uint16_t Brush){ argument
3079 return U_WMRCORE_2U16_set(U_WMR_FILLREGION, Region, Brush);
3085 \param Region Index of region to frame in object table
3090 char *U_WMRFRAMEREGION_set(uint16_t Region, uint16_ argument
3099 U_WMRINVERTREGION_set(uint16_t Region) argument
3108 U_WMRPAINTREGION_set(uint16_t Region) argument
3117 U_WMRSELECTCLIPREGION_set(uint16_t Region) argument
5637 U_WMRFILLREGION_get( const char *contents, uint16_t *Region, uint16_t *Brush ) argument
5654 U_WMRFRAMEREGION_get( const char *contents, uint16_t *Region, uint16_t *Brush, int16_t *Height, int16_t *Width ) argument
[all...]

Completed in 71 milliseconds