Home
last modified time | relevance | path

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

/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.h113 uint32 window_offset; variable
H A DStarWindow.cpp458 window_offset = row_bytes*(cy-info->window_bounds.top) + (cx-info->window_bounds.left); in SwitchContext()
585 s->last_draw = w->window_offset + w->row_bytes*y + x; in StarAnimation()