Home
last modified time | relevance | path

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

/haiku/src/kits/game/
H A DWindowScreen.cpp416 fFrameBufferInfo.display_x = x; in MoveDisplayArea()
417 fFrameBufferInfo.display_y = y; in MoveDisplayArea()
448 return &fFrameBufferInfo; in FrameBufferInfo()
1043 fFrameBufferInfo.bits_per_pixel = fCardInfo.bits_per_pixel; in _AssertDisplayMode()
1044 fFrameBufferInfo.bytes_per_row = fCardInfo.bytes_per_row; in _AssertDisplayMode()
1045 fFrameBufferInfo.width = fCardInfo.width; in _AssertDisplayMode()
1046 fFrameBufferInfo.height = fCardInfo.height; in _AssertDisplayMode()
1047 fFrameBufferInfo.display_width = fCardInfo.width; in _AssertDisplayMode()
1048 fFrameBufferInfo.display_height = fCardInfo.height; in _AssertDisplayMode()
1049 fFrameBufferInfo.display_x = 0; in _AssertDisplayMode()
[all …]
/haiku/headers/os/game/
H A DWindowScreen.h96 frame_buffer_info fFrameBufferInfo; variable