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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dregion.h35 NhRect *rects; /* Rectangles composing the region */ member in struct:__anon694
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dregion.h35 NhRect *rects; /* Rectangles composing the region */ member in struct:__anon16
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dregion.c77 if (inside_rect(&(reg->rects[i]), x, y))
86 create_region(rects, nrect)
87 NhRect *rects;
96 reg->bounding_box = rects[0];
104 reg->rects = nrect > 0 ? (NhRect *)alloc((sizeof (NhRect)) * nrect) : NULL;
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.ly = rects[i].ly;
110 if (rects[
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dregion.c77 if (inside_rect(&(reg->rects[i]), x, y))
86 create_region(rects, nrect)
87 NhRect *rects;
96 reg->bounding_box = rects[0];
104 reg->rects = nrect > 0 ? (NhRect *)alloc((sizeof (NhRect)) * nrect) : NULL;
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.ly = rects[i].ly;
110 if (rects[
[all...]

Completed in 44 milliseconds