Searched refs:bounding_box (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dregion.c74 if (reg == NULL || !inside_rect(&(reg->bounding_box), x, y))
96 reg->bounding_box = rects[0];
98 reg->bounding_box.lx = 99;
99 reg->bounding_box.ly = 99;
100 reg->bounding_box.hx = 0;
101 reg->bounding_box.hy = 0;
106 if (rects[i].lx < reg->bounding_box.lx)
107 reg->bounding_box.lx = rects[i].lx;
108 if (rects[i].ly < reg->bounding_box.ly)
109 reg->bounding_box
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dregion.c74 if (reg == NULL || !inside_rect(&(reg->bounding_box), x, y))
96 reg->bounding_box = rects[0];
98 reg->bounding_box.lx = 99;
99 reg->bounding_box.ly = 99;
100 reg->bounding_box.hx = 0;
101 reg->bounding_box.hy = 0;
106 if (rects[i].lx < reg->bounding_box.lx)
107 reg->bounding_box.lx = rects[i].lx;
108 if (rects[i].ly < reg->bounding_box.ly)
109 reg->bounding_box
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dregion.h34 NhRect bounding_box; /* Bounding box of the region */ member in struct:__anon694
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dregion.h34 NhRect bounding_box; /* Bounding box of the region */ member in struct:__anon16

Completed in 35 milliseconds