Searched refs:dib_brush_buf (Results 1 – 1 of 1) sorted by relevance
1542 …BYTE dib_brush_buf[sizeof(BITMAPINFO) + 256 * sizeof(RGBQUAD) + 16 * 16 * sizeof(DWORD)]; /* Enoug… in draw_graphics() local1544 BITMAPINFO *brush_bi = (BITMAPINFO*)dib_brush_buf; in draw_graphics()