Searched refs:bi_Height (Results 1 – 1 of 1) sorted by relevance
43 INT bi_Height; member120 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()