Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_utility_canvas_to_bmp.c42 INT bi_Width; member
119 b_info.bi_Width = rect -> gx_rectangle_right - rect -> gx_rectangle_left + 1; in _gx_utility_write_bitmap_header()
134 b_info.bi_SizeImage = (UINT)((b_info.bi_Width << 2) * b_info.bi_Height); in _gx_utility_write_bitmap_header()
141 …b_info.bi_SizeImage = (UINT)((((UINT)(b_info.bi_Width + 1) & 0xfffffffe) << 1) * (UINT)b_info.bi_H… in _gx_utility_write_bitmap_header()
156 … b_info.bi_SizeImage = (UINT)(((UINT)(b_info.bi_Width + 3) & 0xfffffffc) * (UINT)b_info.bi_Height); in _gx_utility_write_bitmap_header()
164 … b_info.bi_SizeImage = (UINT)(((UINT)(b_info.bi_Width + 3) & 0xfffffffc) * (UINT)b_info.bi_Height); in _gx_utility_write_bitmap_header()
173 …b_info.bi_SizeImage = (UINT)((((UINT)(b_info.bi_Width + 7) & 0xfffffff8) >> 1) * (UINT)b_info.bi_H… in _gx_utility_write_bitmap_header()
181 …b_info.bi_SizeImage = (UINT)((((UINT)(b_info.bi_Width + 63) & 0xffffffc0) >> 3) * (UINT)b_info.bi_… in _gx_utility_write_bitmap_header()