Lines Matching refs:Region

2340     \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){
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_t Brush, int16_t Height, int16_t Width){
3091 return U_WMRCORE_4U16_set(U_WMR_FRAMEREGION, Region, Brush, U_U16(Height), U_U16(Width));
3097 \param Region Index of region to invert.
3099 char *U_WMRINVERTREGION_set(uint16_t Region){
3100 return U_WMRCORE_1U16_set(U_WMR_INVERTREGION, Region);
3106 \param Region Index of region to paint with the current Brush.
3108 char *U_WMRPAINTREGION_set(uint16_t Region){
3109 return U_WMRCORE_1U16_set(U_WMR_PAINTREGION, Region);
3115 \param Region Index of region to become clipping region..
3117 char *U_WMRSELECTCLIPREGION_set(uint16_t Region){
3118 return U_WMRCORE_1U16_set(U_WMR_SELECTCLIPREGION, Region);
5634 \param Region Region to fill
5639 uint16_t *Region,
5642 return U_WMRCORE_2U16_get(contents, (U_SIZE_WMRFILLREGION), Region, Brush);
5649 \param Region Index of region to frame in object table
5656 uint16_t *Region,
5661 return U_WMRCORE_4U16_get(contents, (U_SIZE_WMRFRAMEREGION), Region, Brush, U_PP16(Height), U_PP16(Width));
5668 \param Region Index of region to invert.
5672 uint16_t *Region
5674 return U_WMRCORE_1U16_get(contents, (U_SIZE_WMRINVERTREGION), Region);
5681 \param Region Index of region to paint with the current Brush.
5685 uint16_t *Region
5687 return U_WMRCORE_1U16_get(contents, (U_SIZE_WMRPAINTREGION), Region);
5694 \param Region Index of region to become clipping region..
5698 uint16_t *Region
5700 return U_WMRCORE_1U16_get(contents, (U_SIZE_WMRSELECTCLIPREGION), Region);
7022 \param Region pointer to U_REGION structure in memory. Pointer may not be aligned properly for structure.
7024 Caller must check at the returned Region does not extend outside of the record!
7028 const char **Region
7030 return U_WMRCORE_2U16_N16_get(contents, (U_SIZE_WMRCREATEREGION), NULL, NULL, Region);