Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_canvas_create.c171 USHORT row_byte_width; in _win32_compatible_canvas_memory_allocate() local
192 row_byte_width = display -> gx_display_driver_row_pitch_get(padded_width); in _win32_compatible_canvas_memory_allocate()
194 while (row_byte_width % 4) in _win32_compatible_canvas_memory_allocate()
197 row_byte_width = display -> gx_display_driver_row_pitch_get(padded_width); in _win32_compatible_canvas_memory_allocate()
203 …canvas -> gx_canvas_padded_memory = (GX_COLOR *)malloc(row_byte_width * canvas -> gx_canvas_y_reso… in _win32_compatible_canvas_memory_allocate()