Lines Matching defs:Color
766 style Color Data
775 U_COLORREF Color; //!< Brush Color value, 32 bit value is not aligned.
829 U_COLORREF Color; //!< Pen Color, the 32 bit value is not aligned.
978 style Color Hatch
988 U_COLORREF Color; //!< Brush Color value, 32 bit value is not aligned.
1126 U_COLORREF Color; //!< Color value, the 32 bit value is not aligned.
1291 U_COLORREF Color; //!< Color
1358 U_COLORREF Color; //!< Color
2108 U_PLTNTRY U_PLTNTRY_set(U_COLORREF Color);
2110 U_PEN U_PEN_set(uint16_t Style, uint16_t Width, U_COLORREF Color);
2116 U_WLOGBRUSH U_WLOGBRUSH_set(uint16_t Style, U_COLORREF Color, uint16_t Hatch);
2141 char *U_WMRSETBKCOLOR_set(U_COLORREF Color);
2149 char *U_WMRSETTEXTCOLOR_set(U_COLORREF Color);
2165 char *U_WMRFLOODFILL_set(uint16_t Mode, U_COLORREF Color, U_POINT16 coord);
2171 char *U_WMRSETPIXEL_set(U_COLORREF Color, U_POINT16 coord);
2218 char *U_WMREXTFLOODFILL_set(uint16_t Mode, U_COLORREF Color, U_POINT16 coord);
2415 int U_WMRSETBKCOLOR_get(const char *contents, U_COLORREF *Color);
2423 int U_WMRSETTEXTCOLOR_get(const char *contents, U_COLORREF *Color);
2439 int U_WMRFLOODFILL_get(const char *contents, uint16_t *Mode, U_COLORREF *Color, U_POINT16 * coord);
2445 int U_WMRSETPIXEL_get(const char *contents, U_COLORREF *Color, U_POINT16 * coord);
2486 int U_WMREXTFLOODFILL_get(const char *contents, uint16_t *Mode, U_COLORREF *Color, U_POINT16 * coord);