Lines Matching refs:brush
382 /* Enum to control whether util_set_brush applies brush to fill or
556 /* *brush = WMF_DC_BRUSH(rop_draw->dc); */
559 /* *brush_bmp = WMF_BRUSH_BITMAP(brush); */
933 draw_fill_color_string(WmfDrawingWand,"none"); /* Default brush is WHITE_BRUSH */
1286 /* Draw an un-filled rectangle using the current brush */
1735 *brush = WMF_DC_BRUSH(dc);
1750 switch (WMF_BRUSH_STYLE(brush))
1753 /* WMF_BRUSH_COLOR specifies brush color, WMF_BRUSH_HATCH
1757 draw_stroke_color_rgb(API,WMF_BRUSH_COLOR(brush));
1759 draw_fill_color_rgb(API,WMF_BRUSH_COLOR(brush));
1773 specifies the hatch brush style. If WMF_DC_OPAQUE, then
1793 draw_stroke_color_rgb(API,WMF_BRUSH_COLOR(brush));
1795 switch ((unsigned int) WMF_BRUSH_HATCH(brush))
1832 printf("util_set_brush: unexpected brush hatch enumeration %u\n",
1833 (unsigned int)WMF_BRUSH_HATCH(brush));
1868 *brush_bmp = WMF_BRUSH_BITMAP(brush);