Lines Matching refs:Brush
760 /** Brush Object WMF manual 2.2.1.1
775 U_COLORREF Color; //!< Brush Color value, 32 bit value is not aligned.
776 uint8_t Data[1]; //!< Brush pattern information, variable size and format
988 U_COLORREF Color; //!< Brush Color value, 32 bit value is not aligned.
1523 uint16_t Brush; //!< Index of brush to use in object table
1534 uint16_t Brush; //!< Index of brush to use in frame in object table
1770 style cUsage Brush created
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);
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);