Lines Matching refs:Region
849 /** Region Object WMF manual 2.2.1.5
1522 uint16_t Region; //!< Index of region to fill in object table
1533 uint16_t Region; //!< Index of region to frame in object table
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);
2454 int U_WMRFILLREGION_get(const char *contents, uint16_t *Region, uint16_t *Brush);
2455 int U_WMRFRAMEREGION_get(const char *contents, uint16_t *Region, uint16_t *Brush, int16_t *Height, int16_t *Width);
2456 int U_WMRINVERTREGION_get(const char *contents, uint16_t *Region);
2457 int U_WMRPAINTREGION_get(const char *contents, uint16_t *Region);
2458 int U_WMRSELECTCLIPREGION_get(const char *contents, uint16_t *Region);
2669 int U_WMRCREATEREGION_get(const char *contents, const char **Region);