Lines Matching defs:Brush
1051 \param Color Brush Color value
1056 U_COLORREF Color, //!< Brush Color value
2199 \param lb Brush parameters
3076 \param Brush Brush to fill with
3078 char *U_WMRFILLREGION_set(uint16_t Region, uint16_t Brush){
3079 return U_WMRCORE_2U16_set(U_WMR_FILLREGION, Region, Brush);
3086 \param Brush Index of brush to use in 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));
3106 \param Region Index of region to paint with the current Brush.
5635 \param Brush Brush to fill with
5640 uint16_t *Brush
5642 return U_WMRCORE_2U16_get(contents, (U_SIZE_WMRFILLREGION), Region, Brush);
5650 \param Brush Index of brush to use in frame in object table
5657 uint16_t *Brush,
5661 return U_WMRCORE_4U16_get(contents, (U_SIZE_WMRFRAMEREGION), Region, Brush, U_PP16(Height), U_PP16(Width));
5681 \param Region Index of region to paint with the current Brush.