Home
last modified time | relevance | path

Searched refs:log_brush (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/gdi32/
H A Ddib.c1535 LOGBRUSH log_brush; in draw_graphics() local
2545 log_brush.lbStyle = BS_SOLID; in draw_graphics()
2546 log_brush.lbColor = RGB(0xff, 0, 0); in draw_graphics()
2547 log_brush.lbHatch = 0; in draw_graphics()
2550 9, &log_brush, 0, NULL ); in draw_graphics()
2560 16, &log_brush, 0, NULL ); in draw_graphics()
2570 9, &log_brush, 0, NULL ); in draw_graphics()
2584 log_brush.lbStyle = BS_PATTERN; in draw_graphics()
2585 log_brush.lbColor = 0; in draw_graphics()
2586 log_brush.lbHatch = (ULONG_PTR)bmp; in draw_graphics()
[all …]