Home
last modified time | relevance | path

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

/GUIX-v6.4.1/ports/win32/src/
Dgx_win32_display_driver.c1160 INT source_stride_bytes; in _win32_canvas_memory_prepare() local
1185source_stride_bytes = canvas -> gx_canvas_display -> gx_display_driver_row_pitch_get(canvas -> gx_… in _win32_canvas_memory_prepare()
1186 read_start += dirty -> gx_rectangle_top * source_stride_bytes; in _win32_canvas_memory_prepare()
1190 dest_stride_bytes = (source_stride_bytes + 3) & 0xfffc; in _win32_canvas_memory_prepare()
1201 read_start += source_stride_bytes; in _win32_canvas_memory_prepare()