Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_utility_canvas_to_bmp.c43 INT bi_Height; member
120 b_info.bi_Height = rect -> gx_rectangle_bottom - rect -> gx_rectangle_top + 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 ….bi_SizeImage = (UINT)((((UINT)(b_info.bi_Width + 1) & 0xfffffffe) << 1) * (UINT)b_info.bi_Height); 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 ….bi_SizeImage = (UINT)((((UINT)(b_info.bi_Width + 7) & 0xfffffff8) >> 1) * (UINT)b_info.bi_Height); in _gx_utility_write_bitmap_header()
181 …bi_SizeImage = (UINT)((((UINT)(b_info.bi_Width + 63) & 0xffffffc0) >> 3) * (UINT)b_info.bi_Height); in _gx_utility_write_bitmap_header()
201 b_info.bi_Height = -b_info.bi_Height; in _gx_utility_write_bitmap_header()