Home
last modified time | relevance | path

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

/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp46 BRect window_frame; member
137 settings.window_frame.left = B_LENDIAN_TO_HOST_FLOAT( in Settings()
138 settings.window_frame.left); in Settings()
139 settings.window_frame.top = B_LENDIAN_TO_HOST_FLOAT( in Settings()
140 settings.window_frame.top); in Settings()
141 settings.window_frame.right = B_LENDIAN_TO_HOST_FLOAT( in Settings()
142 settings.window_frame.right); in Settings()
143 settings.window_frame.bottom = B_LENDIAN_TO_HOST_FLOAT( in Settings()
144 settings.window_frame.bottom); in Settings()
148 if (screen.Frame().Contains(settings.window_frame.LeftTop()) in Settings()
[all …]